Started by user Vasili Gulevich Running as Vasili Gulevich Checking out git https://github.com/xored/q7.quality.mockups.git into /var/jenkins/workspace/mockups@script/f2aab83eeb61b75375f68b41c88383c2c5307a1201b4b33ea6496798e4e7b063 to read Jenkinsfile The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/mockups@script/f2aab83eeb61b75375f68b41c88383c2c5307a1201b4b33ea6496798e4e7b063/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/xored/q7.quality.mockups.git # timeout=10 Using shallow fetch with depth 1 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/xored/q7.quality.mockups.git > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/xored/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 36caa4f8d1c1be1f21c95b11e2f452d9f201df1b (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 36caa4f8d1c1be1f21c95b11e2f452d9f201df1b # timeout=10 Commit message: "Use official Maven image for building the repository" > git rev-list --no-walk 31251781de10bebc8949dd2937fe2f901415134a # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes rcptt/rcptt-build-and-deploy-agent-267rs-81nc5 Still waiting to schedule task ‘rcptt-build-and-deploy-agent-267rs-81nc5’ is offline Agent rcptt-build-and-deploy-agent-267rs-81nc5 is provisioned from template rcptt-build-and-deploy-agent-267rs --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/job/mockups/19/" runUrl: "job/mockups/19/" labels: jenkins: "slave" jenkins/label-digest: "af2a24e7fc91fa1ce83f3dadc2c634373711864e" jenkins/label: "rcptt-build-and-deploy-agent" name: "rcptt-build-and-deploy-agent-267rs-81nc5" namespace: "rcptt" spec: containers: - command: - "cat" env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins" image: "maven:3.9-eclipse-temurin-17-focal" name: "ubuntu" resources: limits: memory: "4Gi" cpu: "1" requests: memory: "4Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.rcptt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "rcptt-build-and-deploy-agent-267rs-81nc5" - name: "JENKINS_NAME" value: "rcptt-build-and-deploy-agent-267rs-81nc5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on rcptt-build-and-deploy-agent-267rs-81nc5 in /home/jenkins/agent/workspace/mockups [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Cloning repository https://github.com/xored/q7.quality.mockups.git > git init /home/jenkins/agent/workspace/mockups # timeout=10 Fetching upstream changes from https://github.com/xored/q7.quality.mockups.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/xored/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/xored/q7.quality.mockups.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 36caa4f8d1c1be1f21c95b11e2f452d9f201df1b (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 36caa4f8d1c1be1f21c95b11e2f452d9f201df1b # timeout=10 Commit message: "Use official Maven image for building the repository" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/mockups/.git # timeout=10 Fetching changes from the remote Git repository Using shallow fetch with depth 1 Cleaning workspace > git config remote.origin.url https://github.com/xored/q7.quality.mockups.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/xored/q7.quality.mockups.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/xored/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 36caa4f8d1c1be1f21c95b11e2f452d9f201df1b (refs/remotes/origin/master) Commit message: "Use official Maven image for building the repository" > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 36caa4f8d1c1be1f21c95b11e2f452d9f201df1b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /usr/share/maven Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/java/openjdk Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: javax.annotation.* < plexus.core [DEBUG] Imported: javax.annotation.security.* < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.apache.maven.graph < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.eclipse.aether.util < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: org.slf4j.event.* < plexus.core [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [DEBUG] Imported: org.slf4j.spi.* < plexus.core [DEBUG] Populating class realm maven.api [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [INFO] Error stacktraces are turned on. [DEBUG] Message scheme: color [DEBUG] Message styles: debug info warning error success failure strong mojo project [DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [DEBUG] Reading global toolchains from /usr/share/maven/conf/toolchains.xml [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [DEBUG] Using local repository at /home/jenkins/agent/workspace/mockups/m2 [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/agent/workspace/mockups/m2 [INFO] Scanning for projects... [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for xored-releases (http://download.eclipse.org/eclipse/downloads/drops4/R-4.5.1-201509040015). [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-maven-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-maven-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom (2.1 kB at 132 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom (18 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-core:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-core:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom (7.1 kB at 709 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom (1.1 kB at 119 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-bundles:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-bundles:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom (3.2 kB at 97 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom (1.1 kB at 82 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:pom:4.2.7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:pom:4.2.7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 546 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/4.2.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:8 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:8 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/8/plexus-8.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/8/plexus-8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/8/plexus-8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 3.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/8/plexus-8.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.4.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.4.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 498 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:pom:3.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:pom:3.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 568 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/3.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:5.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:5.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 5.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom.lastUpdated' [DEBUG] Resolving artifact commons-io:commons-io:pom:2.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:pom:2.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.6/commons-io-2.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.6/commons-io-2.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.6/commons-io-2.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 4.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.6/commons-io-2.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:42 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:42 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/42/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:18 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache:apache:pom:18 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/18/apache-18.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/18/apache-18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/18/apache-18.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/18/apache-18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 5.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/18/apache-18.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-compress:pom:1.21 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:pom:1.21 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 4.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.21/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:52 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:52 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/52/commons-parent-52.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/52/commons-parent-52.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 5.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/52/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/52/commons-parent-52.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:23 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache:apache:pom:23 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/23/apache-23.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/23/apache-23.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/23/apache-23.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/23/apache-23.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 4.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/23/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/23/apache-23.pom.lastUpdated' [DEBUG] Resolving artifact org.iq80.snappy:snappy:pom:0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.iq80.snappy:snappy:pom:0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 3.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom.lastUpdated' [DEBUG] Resolving artifact org.tukaani:xz:pom:1.9 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.tukaani:xz:pom:1.9 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.9/xz-1.9.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.9/xz-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.9/xz-1.9.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.9/xz-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 50 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.9/xz-1.9.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.26 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.26 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 885 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.26/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-cipher:pom:2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-cipher:pom:2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 631 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-cipher/2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom.lastUpdated' [DEBUG] Resolving artifact javax.inject:javax.inject:pom:1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact javax.inject:javax.inject:pom:1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/inject/javax.inject/1/javax.inject-1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/inject/javax.inject/1/javax.inject-1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/inject/javax.inject/1/javax.inject-1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 204 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/inject/javax.inject/1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/inject/javax.inject/1/javax.inject-1.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-embedder:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-embedder:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom (1.8 kB at 229 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom (1.0 kB at 26 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:2.1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:pom:2.1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 77 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/2.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:2.1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:2.1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 604 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/2.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:6.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:6.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/6.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi:pom:3.17.200 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi:pom:3.17.200 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 192 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/platform/org.eclipse.osgi/3.17.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-api:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-api:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom (1.7 kB at 95 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-metadata-model:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-metadata-model:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom (1.4 kB at 205 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact de.pdark:decentxml:pom:1.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact de.pdark:decentxml:pom:1.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.4/decentxml-1.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.4/decentxml-1.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.4/decentxml-1.4.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-embedder-api:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-embedder-api:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom (2.1 kB at 294 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.embedder.shared:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.embedder.shared:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom (1.1 kB at 105 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.core.shared:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.core.shared:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom (1.0 kB at 79 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-facade:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-facade:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom (2.3 kB at 252 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom (1.1 kB at 102 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=667235, ConflictMarker.markTime=171844, ConflictMarker.nodeCount=31, ConflictIdSorter.graphTime=344245, ConflictIdSorter.topsortTime=277697, ConflictIdSorter.conflictIdCount=24, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4037031, ConflictResolver.conflictItemCount=31, DfDependencyCollector.collectTime=2263810604, DfDependencyCollector.transformTime=7409161} [DEBUG] org.eclipse.tycho:tycho-maven-plugin:jar:2.7.5 [DEBUG] org.eclipse.tycho:tycho-core:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.6:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.0:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:2.7.5:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-p2-facade:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile (version managed from default) [DEBUG] Resolving artifact org.eclipse.tycho:tycho-maven-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-core:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:jar:4.2.7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.4.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:jar:3.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:jar:1.21 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.iq80.snappy:snappy:jar:0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.tukaani:xz:jar:1.9 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.26 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-cipher:jar:2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact javax.inject:javax.inject:jar:1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-api:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-metadata-model:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact de.pdark:decentxml:jar:1.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-embedder-api:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-facade:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-maven-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-core:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-archiver:jar:4.2.7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.4.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-io:jar:3.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-compress:jar:1.21 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.iq80.snappy:snappy:jar:0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.tukaani:xz:jar:1.9 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.26 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-cipher:jar:2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact javax.inject:javax.inject:jar:1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-api:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-metadata-model:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact de.pdark:decentxml:jar:1.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-embedder-api:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-facade:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.6/commons-io-2.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.9/xz-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/inject/javax.inject/1/javax.inject-1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.4/decentxml-1.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.6/commons-io-2.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.9/xz-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/inject/javax.inject/1/javax.inject-1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.4/decentxml-1.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar (5.5 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar (56 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar (22 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 542 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 700 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar (284 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 742 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 583 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar (13 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar (3.1 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar (38 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 621 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar (6.7 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar (16 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 14 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar (28 kB at 95 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar (46 kB at 153 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar (1.5 MB at 4.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/4.2.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/3.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.6/commons-io-2.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.21/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.9/xz-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.26/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-cipher/2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/inject/javax.inject/1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/inject/javax.inject/1/javax.inject-1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/platform/org.eclipse.osgi/3.17.200/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.4/decentxml-1.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/2.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar.lastUpdated' [DEBUG] Created new class realm extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5 [DEBUG] Importing foreign packages into class realm extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-maven-plugin:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-core:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.7 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: commons-io:commons-io:jar:2.6 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.21 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.0 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-api:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-metadata-model:jar:2.7.5 [DEBUG] Included: de.pdark:decentxml:jar:1.4 [DEBUG] Included: org.eclipse.tycho:tycho-embedder-api:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-p2-facade:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 [DEBUG] Extension realms for project com.xored.q7.quality:q7.quality.mockups:pom:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Created new class realm project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.issues:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.platform:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.swt:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.emf:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.zest:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality.features:com.xored.q7.quality.mockups:eclipse-feature:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:repository:eclipse-repository:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-repository from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:2.7.5 configured in MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/oracle/jdk-8/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-9/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-10/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-11/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-12/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-13/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-14/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-15/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-16/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-17/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-18/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-19/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-20/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-21/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-22/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/oracle/jdk-8/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-9/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-10/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-11/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-12/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-13/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-14/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-15/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-16/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-17/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-18/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-19/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-20/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-21/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-22/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:778) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [DEBUG] Resolving artifact org.eclipse.tycho:tycho-bundles-external:zip:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-bundles-external:zip:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip (18 MB at 31 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip.lastUpdated' [DEBUG] Extracting Tycho's OSGi runtime [DEBUG] Unpacking Tycho's OSGi runtime to /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse [DEBUG] Expanding: /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip into /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse [DEBUG] expand complete [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar (297 kB at 23 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar (167 kB at 7.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar (65 kB at 8.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar.lastUpdated' Debug options: file:/home/jenkins/agent/workspace/mockups/.options not found Time to load bundles: 477 [DEBUG] Clearing proxy settings in OSGi runtime [DEBUG] Resolving artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom (9.9 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:23 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots/, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:23 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots/, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 766 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/23/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:22 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots/, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:22 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots/, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/22/maven-parent-22.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/22/maven-parent-22.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/22/maven-parent-22.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/22/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/22/maven-parent-22.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:11 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots/, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache:apache:pom:11 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots/, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/11/apache-11.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/11/apache-11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/11/apache-11.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/11/apache-11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/11/apache-11.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar (41 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:target-platform-configuration:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:target-platform-configuration:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom (1.7 kB at 285 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:target-platform-configuration:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:target-platform-configuration:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar (14 kB at 2.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:build-helper-maven-plugin:pom:1.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.mojo:build-helper-maven-plugin:pom:1.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom (4.1 kB at 242 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:mojo-parent:pom:23 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.mojo:mojo-parent:pom:23 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom (23 kB at 2.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/23/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.org (http://snapshots.repository.codehaus.org). [DEBUG] Resolving artifact org.codehaus.mojo:build-helper-maven-plugin:jar:1.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.mojo:build-helper-maven-plugin:jar:1.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar (24 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-deploy-plugin:pom:2.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-deploy-plugin:pom:2.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 951 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:16 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:16 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/15/maven-parent-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/15/maven-parent-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 8.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/15/maven-parent-15.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache:apache:pom:6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/6/apache-6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/6/apache-6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/6/apache-6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/6/apache-6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/6/apache-6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-deploy-plugin:jar:2.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-deploy-plugin:jar:2.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 3.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-clean-plugin:pom:3.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-clean-plugin:pom:3.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 885 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:35 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:35 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 431 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/35/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:35 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:35 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/35/maven-parent-35.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/35/maven-parent-35.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 5.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/35/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/35/maven-parent-35.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:25 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:25 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/25/apache-25.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/25/apache-25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/25/apache-25.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/25/apache-25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/25/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/25/apache-25.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-clean-plugin:jar:3.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-clean-plugin:jar:3.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-packaging-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-packaging-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom (2.5 kB at 361 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-packaging-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-packaging-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar (140 kB at 14 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom (2.4 kB at 262 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar (30 kB at 3.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-launching:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-launching:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom (3.0 kB at 373 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-exec:pom:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-exec:pom:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:35 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:35 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/35/commons-parent-35.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/35/commons-parent-35.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 14 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/35/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/35/commons-parent-35.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache:apache:pom:15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/15/apache-15.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/15/apache-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/15/apache-15.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/15/apache-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 5.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/15/apache-15.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-artifactcomparator:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-artifactcomparator:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom (2.2 kB at 270 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-tree:pom:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:pom:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 370 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2:ow2:pom:1.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2:ow2:pom:1.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/ow2/1.5/ow2-1.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.5/ow2-1.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.5/ow2-1.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 5.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.5/ow2-1.5.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots). [DEBUG] Resolving artifact org.ow2.asm:asm:pom:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.ow2.asm:asm:pom:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/9.2/asm-9.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.2/asm-9.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.2/asm-9.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 139 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.2/asm-9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-util:pom:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:pom:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom (2.9 kB at 419 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:pom:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:pom:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 218 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.12.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.12.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.12.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.7.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.7.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 2.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.7.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=295451, ConflictMarker.markTime=105745, ConflictMarker.nodeCount=45, ConflictIdSorter.graphTime=56511, ConflictIdSorter.topsortTime=26327, ConflictIdSorter.conflictIdCount=32, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1721412, ConflictResolver.conflictItemCount=45, DfDependencyCollector.collectTime=378784589, DfDependencyCollector.transformTime=2408421} [DEBUG] org.eclipse.tycho:tycho-p2-plugin:jar:2.7.5 [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.6:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.0:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:2.7.5:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:2.7.5:compile [DEBUG] org.apache.commons:commons-exec:jar:1.3:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-p2-facade:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile (version managed from default) [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-artifactcomparator:jar:2.7.5:compile [DEBUG] org.ow2.asm:asm-tree:jar:9.2:compile [DEBUG] org.ow2.asm:asm:jar:9.2:compile [DEBUG] org.ow2.asm:asm-util:jar:9.2:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.2:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.12.0:compile [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-exec:jar:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-artifactcomparator:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:jar:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:jar:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:jar:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:jar:3.12.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-exec:jar:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-artifactcomparator:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:jar:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:jar:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:jar:9.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:jar:3.12.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.2/asm-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.2/asm-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar (28 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar (20 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 5.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 7.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 28 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.2/asm-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.12.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-p2-plugin:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.7 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: commons-io:commons-io:jar:2.6 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.21 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.3 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 [DEBUG] Included: org.eclipse.tycho:tycho-artifactcomparator:jar:2.7.5 [DEBUG] Included: org.ow2.asm:asm-tree:jar:9.2 [DEBUG] Included: org.ow2.asm:asm:jar:9.2 [DEBUG] Included: org.ow2.asm:asm-util:jar:9.2 [DEBUG] Included: org.ow2.asm:asm-analysis:jar:9.2 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.12.0 [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom (8.3 kB at 595 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar (88 kB at 9.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar.lastUpdated' [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:pom:5.1.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:pom:5.1.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom (4.1 kB at 590 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.25 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.25 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.25/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.25 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.25 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 6.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.25/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom (3.5 kB at 166 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom (1.5 kB at 212 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-surefire:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom (3.4 kB at 487 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom (1.5 kB at 186 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom (1.9 kB at 103 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom (3.3 kB at 328 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom (3.3 kB at 366 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom (3.3 kB at 300 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom (3.3 kB at 366 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom (2.9 kB at 368 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom (3.4 kB at 374 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom (2.9 kB at 421 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom (3.4 kB at 125 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.testng:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.testng:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom (2.1 kB at 148 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-api:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-api:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 506 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-api/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 2.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:33 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:33 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/33/maven-parent-33.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/33/maven-parent-33.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/33/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/33/maven-parent-33.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:21 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:21 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/21/apache-21.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/21/apache-21.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/21/apache-21.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/21/apache-21.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 5.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/21/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/21/apache-21.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-logger-api:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-logger-api:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 140 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-logger-api/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:maven-surefire-common:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:maven-surefire-common:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 603 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/maven-surefire-common/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 434 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/3.8.4/maven-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/3.8.4/maven-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 3.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/3.8.4/maven-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:34 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:34 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/34/maven-parent-34.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/34/maven-parent-34.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/34/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/34/maven-parent-34.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 400 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 342 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.8.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-lang3:pom:3.8.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 9.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.8.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:47 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:47 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/47/commons-parent-47.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/47/commons-parent-47.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 16 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/47/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/47/commons-parent-47.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:19 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:19 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/19/apache-19.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/19/apache-19.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/19/apache-19.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/19/apache-19.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 704 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/19/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/19/apache-19.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 165 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:sisu-plexus:pom:0.3.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:sisu-plexus:pom:0.3.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 915 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/sisu-plexus/0.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:9 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:9 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 821 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/oss/oss-parent/9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom.lastUpdated' [DEBUG] Resolving artifact javax.annotation:javax.annotation-api:pom:1.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact javax.annotation:javax.annotation-api:pom:1.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 4.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/annotation/javax.annotation-api/1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom.lastUpdated' [DEBUG] Resolving artifact net.java:jvnet-parent:pom:3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact net.java:jvnet-parent:pom:3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/jvnet-parent/3/jvnet-parent-3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/jvnet-parent/3/jvnet-parent-3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 798 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/jvnet-parent/3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/jvnet-parent/3/jvnet-parent-3.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 48 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.sisu:sisu-inject:pom:0.3.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.eclipse.sisu:sisu-inject:pom:0.3.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/sisu-inject/0.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 913 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.5.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.3.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.3.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 6.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:17 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:17 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:10 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:10 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.6.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-classworlds:pom:2.6.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 4.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.6.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.6.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.6.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 85 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.6.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.6.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-booter:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-booter:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 621 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-booter/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 295 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 7.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:11 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:11 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/5/apache-5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/5/apache-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/5/apache-5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/5/apache-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 2.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/5/apache-5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 564 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.0.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-containers:pom:1.0.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 246 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 2.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/1.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [DEBUG] Resolving artifact junit:junit:pom:4.13.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact junit:junit:pom:4.13.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.13.2/junit-4.13.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.13.2/junit-4.13.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.13.2/junit-4.13.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.13.2/junit-4.13.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 14 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.13.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.13.2/junit-4.13.2.pom.lastUpdated' [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:pom:2.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:pom:2.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 169 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom.lastUpdated' [DEBUG] Resolving artifact org.hamcrest:hamcrest:pom:2.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.hamcrest:hamcrest:pom:2.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 125 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest/2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom.lastUpdated' [DEBUG] Resolving artifact classworlds:classworlds:pom:1.1-alpha-2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact classworlds:classworlds:pom:1.1-alpha-2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 284 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1-alpha-2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-project:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-project:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom (1.9 kB at 172 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-profile:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-profile:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.11 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.11 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 444 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.1.14 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.1.14 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 2.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 5.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 3.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 936 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact backport-util-concurrent:backport-util-concurrent:pom:3.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact backport-util-concurrent:backport-util-concurrent:pom:3.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 440 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 964 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom (7.6 kB at 583 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-settings-builder:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom (2.5 kB at 169 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-builder-support:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-builder-support:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom (1.4 kB at 176 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-builder-support/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-sec-dispatcher:pom:2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-sec-dispatcher:pom:2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 249 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom (1.9 kB at 97 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model-builder:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom (3.4 kB at 565 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-resolver-provider:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-resolver-provider:pom:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom (4.2 kB at 528 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-resolver-provider/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-api:pom:1.6.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-api:pom:1.6.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 329 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-api/1.6.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver:pom:1.6.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver:pom:1.6.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver/1.6.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-spi:pom:1.6.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-spi:pom:1.6.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 121 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-util:pom:1.6.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-util:pom:1.6.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 156 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-util/1.6.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-impl:pom:1.6.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.resolver:maven-resolver-impl:pom:1.6.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 604 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.30 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.30 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.30/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.30 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.30 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 4.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.30/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.3.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.3.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 2.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:34 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:34 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 728 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/34/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom.lastUpdated' [DEBUG] Resolving artifact com.google.inject:guice:pom:4.2.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.inject:guice:pom:4.2.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice/4.2.2/guice-4.2.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/inject/guice/4.2.2/guice-4.2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice/4.2.2/guice-4.2.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/inject/guice/4.2.2/guice-4.2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/inject/guice/4.2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/inject/guice/4.2.2/guice-4.2.2.pom.lastUpdated' [DEBUG] Resolving artifact com.google.inject:guice-parent:pom:4.2.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.inject:guice-parent:pom:4.2.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 1.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/inject/guice-parent/4.2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom.lastUpdated' [DEBUG] Resolving artifact com.google:google:pom:5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google:google:pom:5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/google/5/google-5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/google/5/google-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/google/5/google-5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/google/5/google-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 2.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/google/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/google/5/google-5.pom.lastUpdated' [DEBUG] Resolving artifact aopalliance:aopalliance:pom:1.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact aopalliance:aopalliance:pom:1.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 182 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/aopalliance/aopalliance/1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:guava:pom:25.1-android from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.guava:guava:pom:25.1-android from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/25.1-android/guava-25.1-android.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/guava/guava/25.1-android/guava-25.1-android.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/25.1-android/guava-25.1-android.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/guava/guava/25.1-android/guava-25.1-android.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 708 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/guava/guava/25.1-android/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/guava/guava/25.1-android/guava-25.1-android.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:25.1-android from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:25.1-android from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/guava/guava-parent/25.1-android/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom.lastUpdated' [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:pom:3.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:pom:3.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 612 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/code/findbugs/jsr305/3.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 2.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/oss/oss-parent/7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom.lastUpdated' [DEBUG] Resolving artifact org.checkerframework:checker-compat-qual:pom:2.0.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.checkerframework:checker-compat-qual:pom:2.0.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 526 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/checkerframework/checker-compat-qual/2.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom.lastUpdated' [DEBUG] Resolving artifact com.google.errorprone:error_prone_annotations:pom:2.1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.errorprone:error_prone_annotations:pom:2.1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 149 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/errorprone/error_prone_annotations/2.1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom.lastUpdated' [DEBUG] Resolving artifact com.google.errorprone:error_prone_parent:pom:2.1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.errorprone:error_prone_parent:pom:2.1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 728 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/errorprone/error_prone_parent/2.1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom.lastUpdated' [DEBUG] Resolving artifact com.google.j2objc:j2objc-annotations:pom:1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.google.j2objc:j2objc-annotations:pom:1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 460 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/j2objc/j2objc-annotations/1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-annotations:pom:1.14 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-annotations:pom:1.14 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 423 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-annotations/1.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-parent:pom:1.14 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-parent:pom:1.14 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 626 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-parent/1.14/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:mojo-parent:pom:34 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.mojo:mojo-parent:pom:34 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 3.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/34/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus:codehaus-parent:pom:4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus:codehaus-parent:pom:4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 689 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/codehaus-parent/4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus-snapshots (http://nexus.codehaus.org/snapshots/). [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.32 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.32 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.32/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.32 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.32 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 6.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.32/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-toolchain:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-toolchain:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 418 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-toolchain/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:pom:0.9.10 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:pom:0.9.10 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 638 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-java/0.9.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-languages:pom:0.9.10 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-languages:pom:0.9.10 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 518 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-languages/0.9.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:4.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:4.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/4.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm:pom:6.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm:pom:6.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/6.2/asm-6.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/6.2/asm-6.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/6.2/asm-6.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/6.2/asm-6.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 210 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/6.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/6.2/asm-6.2.pom.lastUpdated' [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:pom:2.0-M8 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:pom:2.0-M8 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 2.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/thoughtworks/qdox/qdox/2.0-M8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=755615, ConflictMarker.markTime=320892, ConflictMarker.nodeCount=281, ConflictIdSorter.graphTime=234957, ConflictIdSorter.topsortTime=66624, ConflictIdSorter.conflictIdCount=90, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4049403, ConflictResolver.conflictItemCount=178, DfDependencyCollector.collectTime=3080676300, DfDependencyCollector.transformTime=5528420} [DEBUG] org.eclipse.tycho:tycho-surefire-plugin:jar:2.7.5 [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.6:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.0:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:2.7.5:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:2.7.5:compile [DEBUG] org.apache.commons:commons-exec:jar:1.3:compile (version managed from default) [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.25:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5:runtime [DEBUG] org.apache.maven.surefire:surefire-api:jar:2.22.2:compile [DEBUG] org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile [DEBUG] org.eclipse.tycho:tycho-p2-facade:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile (version managed from default) [DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:provided (scope managed from default) (version managed from default) [DEBUG] javax.annotation:javax.annotation-api:jar:1.2:provided [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.6.0:provided [DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.8.1:provided [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:4.13.2:test (scope managed from default) (version managed from default) [DEBUG] org.hamcrest:hamcrest-core:jar:2.2:test (scope managed from default) (version managed from default) [DEBUG] org.hamcrest:hamcrest:jar:2.2:test [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-settings:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-model:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-core:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-settings-builder:jar:3.8.4:provided [DEBUG] org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:provided [DEBUG] org.apache.maven:maven-builder-support:jar:3.8.4:provided [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.8.4:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.8.4:provided [DEBUG] org.apache.maven:maven-resolver-provider:jar:3.8.4:provided [DEBUG] org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3:provided [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.6.3:provided [DEBUG] org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3:provided [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.6.3:provided [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.3.4:provided [DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5:provided [DEBUG] com.google.inject:guice:jar:no_aop:4.2.2:provided [DEBUG] aopalliance:aopalliance:jar:1.0:provided [DEBUG] com.google.guava:guava:jar:25.1-android:provided [DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:provided [DEBUG] org.checkerframework:checker-compat-qual:jar:2.0.0:provided [DEBUG] com.google.errorprone:error_prone_annotations:jar:2.1.3:provided [DEBUG] com.google.j2objc:j2objc-annotations:jar:1.1:provided [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:provided [DEBUG] org.apache.maven:maven-toolchain:jar:2.2.1:compile [DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.10:compile [DEBUG] org.ow2.asm:asm:jar:6.2:compile [DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M8:compile [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:1.7.25 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-api:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-logger-api:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:maven-surefire-common:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-booter:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact classworlds:classworlds:jar:1.1-alpha-2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-project:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-profile:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact backport-util-concurrent:backport-util-concurrent:jar:3.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-toolchain:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:jar:0.9.10 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:6.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:jar:2.0-M8 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:1.7.25 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-api:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-logger-api:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.surefire:maven-surefire-common:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.surefire:surefire-booter:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact classworlds:classworlds:jar:1.1-alpha-2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-project:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-profile:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact backport-util-concurrent:backport-util-concurrent:jar:3.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:3.8.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-toolchain:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-java:jar:0.9.10 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:6.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.thoughtworks.qdox:qdox:jar:2.0-M8 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/6.2/asm-6.2.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/6.2/asm-6.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/6.2/asm-6.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar (3.7 MB at 37 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar (185 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar (26 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar (65 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar (425 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar (1.2 MB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar (616 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar (706 kB at 7.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar (680 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar (672 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar (111 kB at 629 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar (736 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar (716 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 988 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar (782 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 193 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 996 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 570 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 134 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 140 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 392 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar (27 kB at 94 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.25/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-api/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-logger-api/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/maven-surefire-common/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-booter/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1-alpha-2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.8.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-toolchain/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-java/0.9.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/6.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/6.2/asm-6.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/thoughtworks/qdox/qdox/2.0-M8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-surefire-plugin:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.7 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: commons-io:commons-io:jar:2.6 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.21 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.3 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5 [DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.22.2 [DEBUG] Included: org.apache.maven.surefire:surefire-logger-api:jar:2.22.2 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 [DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.22.2 [DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.22.2 [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.10 [DEBUG] Included: org.ow2.asm:asm:jar:6.2 [DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M8 [DEBUG] Resolving artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 624 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 5.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom (2.5 kB at 149 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar (45 kB at 5.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 259 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:18 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:18 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/18/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:16 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:16 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/16/maven-parent-16.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/16/maven-parent-16.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 7.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/16/maven-parent-16.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache:apache:pom:7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/7/apache-7.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/7/apache-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/7/apache-7.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/7/apache-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 7.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/7/apache-7.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.4.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-resources-plugin:jar:2.4.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 394 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-install-plugin:pom:2.3.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-install-plugin:pom:2.3.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 698 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-install-plugin:jar:2.3.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-install-plugin:jar:2.3.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 948 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-ds-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-ds-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom (1.4 kB at 156 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-ds-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-ds-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-ds-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar (8.9 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-ds-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-failsafe-plugin:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-failsafe-plugin:pom:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom (12 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:2.22.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar (294 kB at 15 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-site-plugin:pom:3.12.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-site-plugin:pom:3.12.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 523 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.12.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:36 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:36 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/36/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:36 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:36 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/36/maven-parent-36.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/36/maven-parent-36.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 5.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/36/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/36/maven-parent-36.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:26 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:26 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/26/apache-26.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/26/apache-26.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/26/apache-26.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/26/apache-26.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 6.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/26/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/26/apache-26.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-site-plugin:jar:3.12.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-site-plugin:jar:3.12.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.12.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar.lastUpdated' [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/oracle/jdk-8/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-9/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-10/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-11/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-12/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-13/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-14/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-15/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-16/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-17/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-18/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-19/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-20/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-21/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-22/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/oracle/jdk-8/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-9/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-10/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-11/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-12/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-13/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-14/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-15/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-16/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-17/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-18/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-19/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-20/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-21/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-22/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.applyBestOfCurrentOrConfiguredProfile (OsgiBundleProject.java:773) at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readExecutionEnvironmentConfiguration (OsgiBundleProject.java:748) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject (DefaultTychoResolver.java:103) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:111) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:223) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-publisher-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-publisher-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom (1.9 kB at 324 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-publisher-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-publisher-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar (22 kB at 3.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-archiver:pom:3.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-archiver:pom:3.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 924 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/3.5.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.3.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:pom:3.3.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 825 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=308341, ConflictMarker.markTime=110686, ConflictMarker.nodeCount=135, ConflictIdSorter.graphTime=156223, ConflictIdSorter.topsortTime=40171, ConflictIdSorter.conflictIdCount=56, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1137963, ConflictResolver.conflictItemCount=124, DfDependencyCollector.collectTime=65254143, DfDependencyCollector.transformTime=1787560} [DEBUG] org.eclipse.tycho:tycho-p2-publisher-plugin:jar:2.7.5 [DEBUG] org.eclipse.tycho:tycho-p2-facade:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-core:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.0:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:2.7.5:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile (version managed from default) [DEBUG] org.apache.maven:maven-archiver:jar:3.5.2:compile (version managed from default) [DEBUG] org.apache.maven:maven-artifact:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.8.1:provided [DEBUG] org.apache.maven:maven-model:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-core:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-settings:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-settings-builder:jar:3.8.4:provided [DEBUG] org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:provided [DEBUG] org.apache.maven:maven-builder-support:jar:3.8.4:provided [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.8.4:provided [DEBUG] org.apache.maven:maven-plugin-api:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-model-builder:jar:3.8.4:provided [DEBUG] org.apache.maven:maven-resolver-provider:jar:3.8.4:provided [DEBUG] org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3:provided [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.6.3:provided [DEBUG] org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3:provided [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.6.3:provided [DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:provided (scope managed from default) (version managed from default) [DEBUG] javax.annotation:javax.annotation-api:jar:1.2:provided [DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5:provided [DEBUG] com.google.inject:guice:jar:no_aop:4.2.2:provided [DEBUG] aopalliance:aopalliance:jar:1.0:provided [DEBUG] com.google.guava:guava:jar:25.1-android:provided [DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:provided [DEBUG] org.checkerframework:checker-compat-qual:jar:2.0.0:provided [DEBUG] com.google.errorprone:error_prone_annotations:jar:2.1.3:provided [DEBUG] com.google.j2objc:j2objc-annotations:jar:1.1:provided [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:provided [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.6.0:provided [DEBUG] org.slf4j:slf4j-api:jar:1.7.32:provided [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile [DEBUG] commons-io:commons-io:jar:2.6:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:runtime [DEBUG] Resolving artifact org.apache.maven:maven-archiver:jar:3.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-archiver:jar:3.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/3.5.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-p2-publisher-plugin:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 [DEBUG] Included: org.eclipse.tycho:tycho-packaging-plugin:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1 [DEBUG] Included: org.apache.maven:maven-archiver:jar:3.5.2 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.3.3 [DEBUG] Included: commons-io:commons-io:jar:2.6 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.21 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.7 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-repository-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-repository-plugin:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom (1.8 kB at 262 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-repository-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-p2-repository-plugin:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar (37 kB at 709 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar.lastUpdated' [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk15on:pom:1.70 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk15on:pom:1.70 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom (1.6 kB at 792 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk15on/1.70/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom.lastUpdated' [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk15on:pom:1.70 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk15on:pom:1.70 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom (1.1 kB at 570 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk15on/1.70/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=111103, ConflictMarker.markTime=29302, ConflictMarker.nodeCount=36, ConflictIdSorter.graphTime=116787, ConflictIdSorter.topsortTime=23159, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=382501, ConflictResolver.conflictItemCount=36, DfDependencyCollector.collectTime=31024337, DfDependencyCollector.transformTime=690111} [DEBUG] org.eclipse.tycho:tycho-p2-repository-plugin:jar:2.7.5 [DEBUG] org.eclipse.tycho:tycho-p2-facade:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-core:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.6:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.0:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:2.7.5:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile (version managed from default) [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:2.7.5:compile [DEBUG] org.apache.commons:commons-exec:jar:1.3:compile (version managed from default) [DEBUG] org.bouncycastle:bcpg-jdk15on:jar:1.70:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk15on:jar:1.70 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk15on:jar:1.70 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk15on:jar:1.70 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk15on:jar:1.70 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar (376 kB at 38 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar (5.9 MB at 27 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk15on/1.70/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk15on/1.70/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-p2-repository-plugin:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.7 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: commons-io:commons-io:jar:2.6 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.21 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.3 [DEBUG] Included: org.bouncycastle:bcpg-jdk15on:jar:1.70 [DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.70 [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using execution environment 'JavaSE-17' configured in Currently running profile, newer than configured profile (JavaSE-1.8) from [Bundle-RequiredExecutionEnvironment (unique entry)] [DEBUG] Currently running JRE matches source level for JavaSE-17; current JRE system packages are used. 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. [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2024-03 !SESSION 2024-03-15 20:38:20.993 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.10 java.vendor=Eclipse Adoptium BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -eclipse.keyring /tmp/tycho2350131802160362550secure_storage Command-line arguments: -eclipse.keyring /tmp/tycho2350131802160362550secure_storage -debug -consoleLog !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:20.993 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2024-03, see CVE-2021-41033. Consider using https instead. [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2024-03/ (479B) !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:21.087 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2024-03, see CVE-2021-41033. Consider using https instead. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:21.166 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2024-03/content.xml.xz, see CVE-2021-41033. Consider using https instead. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:21.170 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2024-03, see CVE-2021-41033. Consider using https instead. [INFO] Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2024-03/ (442B) !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:21.193 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2024-03/202403071200, see CVE-2021-41033. Consider using https instead. [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2024-03/202403071200/ (114.34kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2024-03/202403131000/ (140B) !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:21.653 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2024-03/202403131000/content.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2024-03/202403131000/ (809.85kB) [INFO] Fetching p2.index from http://download.eclipse.org/nattable/releases/2.3.0/repository/ (172B) [INFO] Adding repository http://download.eclipse.org/nattable/releases/2.3.0/repository !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:25.880 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/nattable/releases/2.3.0/repository/content.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/releases/2.3.0/repository/ (15.38kB) [INFO] Fetching p2.index from https://download.eclipse.org/nebula/archive/releases/3.1.1/ (172B) [INFO] Adding repository https://download.eclipse.org/nebula/archive/releases/3.1.1 [INFO] Fetching content.xml.xz from https://download.eclipse.org/nebula/archive/releases/3.1.1/ (26.67kB) [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:27.485 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2024-03, see CVE-2021-41033. Consider using https instead. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:27.494 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2024-03, see CVE-2021-41033. Consider using https instead. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:27.562 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2024-03/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:27.571 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2024-03, see CVE-2021-41033. Consider using https instead. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:27.581 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/technology/epp/packages/2024-03/202403071200, see CVE-2021-41033. Consider using https instead. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:27.601 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/releases/2024-03/202403131000/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:38:28.277 !MESSAGE Using unsafe http transport to retrieve http://download.eclipse.org/nattable/releases/2.3.0/repository/artifacts.xml.xz, see CVE-2021-41033. Consider using https instead. [INFO] Fetching 202403131000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2024-03/ [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (13.65MB) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (258.54kB of 13.65MB at 254.54kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (577.29kB of 13.65MB at 286.65kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (896.04kB of 13.65MB at 288.06kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (1.19MB of 13.65MB at 286.76kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (1.5MB of 13.65MB at 293.16kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (1.81MB of 13.65MB at 306kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (2.12MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (2.43MB of 13.65MB at 298.82kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (2.74MB of 13.65MB at 306kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (3.05MB of 13.65MB at 296.44kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (3.37MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (3.68MB of 13.65MB at 306kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (3.99MB of 13.65MB at 302.81kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (4.3MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (4.61MB of 13.65MB at 302.81kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (4.92MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (5.23MB of 13.65MB at 296.44kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (5.5MB of 13.65MB at 296.44kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (5.87MB of 13.65MB at 283.69kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (6.18MB of 13.65MB at 283.69kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (6.49MB of 13.65MB at 296.44kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (6.8MB of 13.65MB at 283.69kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (7.12MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (7.43MB of 13.65MB at 306kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (7.74MB of 13.65MB at 299.62kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (8.05MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (8.42MB of 13.65MB at 306kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (8.73MB of 13.65MB at 306kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (9.05MB of 13.65MB at 312.38kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (9.36MB of 13.65MB at 296.44kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (9.67MB of 13.65MB at 306kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (9.98MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (10.29MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (10.6MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (10.91MB of 13.65MB at 306kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (11.23MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (11.54MB of 13.65MB at 306kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (11.85MB of 13.65MB at 302.81kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (12.16MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (12.47MB of 13.65MB at 302.81kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (12.78MB of 13.65MB at 293.25kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (13.09MB of 13.65MB at 296.44kB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (13.4MB of 13.65MB at 306kB/s) [DEBUG] Writing P2 metadata for osgi.bundle,com.ibm.icu,74.2.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.ibm.icu/74.2.0/com.ibm.icu-74.2.0-p2artifacts.xml... [INFO] Fetching com.sun.jna_5.14.0.v20231211-1200.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (1.81MB) [DEBUG] Writing P2 metadata for osgi.bundle,com.sun.jna,5.14.0.v20231211-1200 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200-p2artifacts.xml... [INFO] Fetching com.sun.jna.platform_5.14.0.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (1.31MB) [DEBUG] Writing P2 metadata for osgi.bundle,com.sun.jna.platform,5.14.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0-p2artifacts.xml... [INFO] Fetching org.eclipse.ui_3.205.100.v20240131-1023.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (434.22kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.ui,3.205.100.v20240131-1023 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023-p2artifacts.xml... [INFO] Fetching org.eclipse.core.runtime_3.31.0.v20240215-1631.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (79.45kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.runtime,3.31.0.v20240215-1631 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631-p2artifacts.xml... [INFO] Fetching org.eclipse.ui.forms_3.13.200.v20240108-1539.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (332.77kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.ui.forms,3.13.200.v20240108-1539 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539-p2artifacts.xml... [INFO] Fetching org.eclipse.core.resources_3.20.100.v20240209-1706.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (924.04kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.resources,3.20.100.v20240209-1706 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706-p2artifacts.xml... [INFO] Fetching org.eclipse.jface.databinding_1.15.200.v20240104-1240.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (292.31kB) [INFO] Fetching org.eclipse.jface.databinding_1.15.200.v20240104-1240.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (258.93kB of 292.31kB at 254.93kB/s) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.jface.databinding,1.15.200.v20240104-1240 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240-p2artifacts.xml... [INFO] Fetching org.eclipse.core.databinding_1.13.200.v20240104-1240.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (287.91kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.databinding,1.13.200.v20240104-1240 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240-p2artifacts.xml... [INFO] Fetching jakarta.annotation-api_2.1.1.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (25.53kB) [DEBUG] Writing P2 metadata for osgi.bundle,jakarta.annotation-api,2.1.1 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1-p2artifacts.xml... [INFO] Fetching jakarta.inject.jakarta.inject-api_2.0.1.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (10.43kB) [DEBUG] Writing P2 metadata for osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/jakarta.inject.jakarta.inject-api/2.0.1/jakarta.inject.jakarta.inject-api-2.0.1-p2artifacts.xml... [INFO] Fetching org.eclipse.osgi_3.19.0.v20240213-1246.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (1.47MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.osgi,3.19.0.v20240213-1246 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246-p2artifacts.xml... [INFO] Fetching org.apache.batik.constants_1.17.0.v20231215-1130.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (16.48kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.constants/1.17.0.v20231215-1130/org.apache.batik.constants-1.17.0.v20231215-1130-p2artifacts.xml... [INFO] Fetching org.apache.batik.css_1.17.0.v20231215-1130.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (356.1kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130-p2artifacts.xml... [INFO] Fetching org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (140.72kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.orbit.xml-apis-ext/1.0.0.v20230923-0644/org.eclipse.orbit.xml-apis-ext-1.0.0.v20230923-0644-p2artifacts.xml... [INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (712.18kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.xmlgraphics/2.9.0.v20230916-1600/org.apache.xmlgraphics-2.9.0.v20230916-1600-p2artifacts.xml... [INFO] Fetching org.apache.batik.i18n_1.17.0.v20231215-1130.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (19.7kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.i18n/1.17.0.v20231215-1130/org.apache.batik.i18n-1.17.0.v20231215-1130-p2artifacts.xml... [INFO] Fetching org.apache.batik.util_1.17.0.v20231215-1130.jar from https://mirror.ibcp.fr/pub/eclipse/releases/2024-03/202403131000/plugins/ (141kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.util/1.17.0.v20231215-1130/org.apache.batik.util-1.17.0.v20231215-1130-p2artifacts.xml... [INFO] Fetching org.apache.commons.commons-io_2.15.1.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (489.47kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.commons.commons-io,2.15.1 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.commons-io/2.15.1/org.apache.commons.commons-io-2.15.1-p2artifacts.xml... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://mirror.ibcp.fr/pub/eclipse/releases/2024-03/202403131000/plugins/ (317.8kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830-p2artifacts.xml... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (71.45kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502-p2artifacts.xml... [INFO] Fetching org.apache.felix.scr_2.2.10.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (394.12kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.felix.scr,2.2.10 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10-p2artifacts.xml... [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (64.89kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.osgi.service.component,1.5.1.202212101352 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.component/1.5.1.202212101352/org.osgi.service.component-1.5.1.202212101352-p2artifacts.xml... [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (83.65kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.util.promise/1.3.0.202212101352/org.osgi.util.promise-1.3.0.202212101352-p2artifacts.xml... [INFO] Fetching org.eclipse.core.commands_3.12.0.v20240214-1640.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (117.8kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.commands,3.12.0.v20240214-1640 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.common_3.19.0.v20240214-0846.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (156.81kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.common,3.19.0.v20240214-0846 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846-p2artifacts.xml... [INFO] Fetching org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (103.76kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.contenttype,3.9.300.v20231218-0909 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.preferences_3.11.0.v20240210-0844.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (125.24kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.preferences,3.11.0.v20240210-0844 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (199.24kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.registry,3.12.0.v20240213-1057 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057-p2artifacts.xml... [INFO] Fetching org.eclipse.core.databinding.observable_1.13.200.v20240104-1240.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (315.32kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.databinding.observable,1.13.200.v20240104-1240 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240-p2artifacts.xml... [INFO] Fetching org.eclipse.core.databinding.property_1.10.200.v20240104-1240.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (166.06kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.databinding.property,1.10.200.v20240104-1240 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240-p2artifacts.xml... [INFO] Fetching org.eclipse.core.expressions_3.9.300.v20240207-1044.jar from https://mirror.ibcp.fr/pub/eclipse/releases/2024-03/202403131000/plugins/ (95.4kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.expressions,3.9.300.v20240207-1044 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044-p2artifacts.xml... [INFO] Fetching org.eclipse.core.filesystem_1.10.300.v20240124-1325.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (72.9kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.filesystem,1.10.300.v20240124-1325 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325-p2artifacts.xml... [INFO] Fetching org.eclipse.core.jobs_3.15.200.v20231214-1526.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (115.54kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.jobs,3.15.200.v20231214-1526 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.app_1.7.0.v20240213-1427.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (92.02kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.app,1.7.0.v20240213-1427 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.core.commands_1.1.300.v20240131-1308.jar from https://mirror.ibcp.fr/pub/eclipse/releases/2024-03/202403131000/plugins/ (29.41kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.commands,1.1.300.v20240131-1308 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.core.di_1.9.300.v20240207-1044.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (63.06kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di,1.9.300.v20240207-1044 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.core.contexts_1.12.500.v20231220-1554.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (56.73kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.contexts,1.12.500.v20231220-1554 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.core.services_2.4.300.v20240119-0800.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (71.77kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.services,2.4.300.v20240119-0800 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800-p2artifacts.xml... [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (46.59kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.osgi.service.event,1.4.1.202109301733 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.event/1.4.1.202109301733/org.osgi.service.event-1.4.1.202109301733-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.300.v20231220-1554.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (13.82kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.300.v20231220-1554 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.200.v20231220-1554.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (12.95kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.200.v20231220-1554 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.400.v20231214-1012.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (42.31kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.400.v20231214-1012 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier/0.17.400.v20231214-1012/org.eclipse.e4.core.di.extensions.supplier-0.17.400.v20231214-1012-p2artifacts.xml... [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (19.69kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.200.v20231214-1513.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (54kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.emf.xpath,0.4.200.v20231214-1513 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513-p2artifacts.xml... [INFO] Fetching org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (1.29MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.emf.ecore,2.36.0.v20240203-0859 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.300.v20231214-1513.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (48.56kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.bindings,0.14.300.v20231214-1513 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513-p2artifacts.xml... [INFO] Fetching org.eclipse.swt_3.125.0.v20240227-1638.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (18.42kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.swt,3.125.0.v20240227-1638 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (26.42kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637-p2artifacts.xml... [INFO] Fetching org.eclipse.jface_3.33.0.v20240214-1640.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (1.14MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.jface,3.33.0.v20240214-1640 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.300.v20231214-1513.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (219.28kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.css.core,0.14.300.v20231214-1513 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.300.v20240207-1054.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (204.32kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.300.v20240207-1054 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.300.v20231214-1513.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (30.14kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.300.v20231214-1513 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.di_1.5.300.v20240116-1723.jar from https://mirror.ibcp.fr/pub/eclipse/releases/2024-03/202403131000/plugins/ (18.23kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.di,1.5.300.v20240116-1723 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.200.v20231214-1513.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (58.7kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.dialogs,1.4.200.v20231214-1513 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.200.v20240109-1025.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (396.74kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.200.v20240109-1025 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.event_1.7.0.v20240214-0846.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (35.52kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.event,1.7.0.v20240214-0846 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.event/1.7.0.v20240214-0846/org.eclipse.equinox.event-1.7.0.v20240214-0846-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (15.11kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.300.v20240124-0948.jar from https://mirror.ibcp.fr/pub/eclipse/releases/2024-03/202403131000/plugins/ (268.71kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench,1.15.300.v20240124-0948 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948-p2artifacts.xml... [INFO] Fetching org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (91.5kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.emf.ecore.change,2.16.0.v20231208-1346 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346-p2artifacts.xml... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (238.56kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.emf.ecore.xmi,2.37.0.v20231208-1346 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.300.v20240124-0948.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (119.77kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.300.v20240124-0948 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.300.v20240223-1002.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (258.86kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.300.v20240223-1002 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.300.v20240123-1128.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (150.36kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.300.v20240123-1128 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.300.v20231214-1513.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (23.25kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.300.v20231214-1513 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513-p2artifacts.xml... [INFO] Fetching org.eclipse.urischeme_1.3.200.v20231214-1513.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (55.21kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.urischeme,1.3.200.v20231214-1513 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513-p2artifacts.xml... [INFO] Fetching org.eclipse.emf.common_2.30.0.v20231210-0956.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (381.32kB) [INFO] Fetching org.eclipse.emf.common_2.30.0.v20231210-0956.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (242.61kB of 381.32kB at 238.61kB/s) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.emf.common,2.30.0.v20231210-0956 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956-p2artifacts.xml... [INFO] Fetching org.eclipse.help_3.10.300.v20240107-2054.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (276.34kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.help,3.10.300.v20240107-2054 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054-p2artifacts.xml... [INFO] Fetching org.eclipse.ui.workbench_3.131.100.v20240221-2107.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (3.5MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.ui.workbench,3.131.100.v20240221-2107 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107-p2artifacts.xml... [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (23.09kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.osgi.util.function,1.2.0.202109301733 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.util.function/1.2.0.202109301733/org.osgi.util.function-1.2.0.202109301733-p2artifacts.xml... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.125.0.v20240227-1638.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (2.53MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.125.0.v20240227-1638 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638-p2artifacts.xml... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.125.0.v20240227-1638.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (2.13MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.125.0.v20240227-1638 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638-p2artifacts.xml... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (2.58MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (1.75MB of 2.58MB at 1.75MB/s) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.125.0.v20240227-1638 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638-p2artifacts.xml... [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using execution environment 'JavaSE-17' configured in Currently running profile, newer than configured profile (JavaSE-1.6) from [Bundle-RequiredExecutionEnvironment (unique entry)] [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Fetching org.eclipse.ui.views_3.12.200.v20231214-1513.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (107.56kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.ui.views,3.12.200.v20231214-1513 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.views/3.12.200.v20231214-1513/org.eclipse.ui.views-3.12.200.v20231214-1513-p2artifacts.xml... [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using execution environment 'JavaSE-17' configured in Currently running profile, newer than configured profile (JavaSE-1.7) from [Bundle-RequiredExecutionEnvironment (unique entry)] [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using execution environment 'JavaSE-17' configured in Currently running profile, newer than configured profile (JavaSE-1.8) from [Bundle-RequiredExecutionEnvironment (unique entry)] [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Fetching bcpg_1.77.0.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (440.38kB) [DEBUG] Writing P2 metadata for osgi.bundle,bcpg,1.77.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/bcpg/1.77.0/bcpg-1.77.0-p2artifacts.xml... [INFO] Fetching bcprov_1.77.0.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (7.98MB) [DEBUG] Writing P2 metadata for osgi.bundle,bcprov,1.77.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/bcprov/1.77.0/bcprov-1.77.0-p2artifacts.xml... [INFO] Fetching org.eclipse.jface.text_3.25.0.v20240207-1054.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (1MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.jface.text,3.25.0.v20240207-1054 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.text/3.25.0.v20240207-1054/org.eclipse.jface.text-3.25.0.v20240207-1054-p2artifacts.xml... [INFO] Fetching org.eclipse.ui.ide_3.22.100.v20240227-1633.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (2.32MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.ui.ide,3.22.100.v20240227-1633 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.ide/3.22.100.v20240227-1633/org.eclipse.ui.ide-3.22.100.v20240227-1633-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (13.28kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.bidi_1.5.0.v20240113-0700.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (52.95kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.bidi,1.5.0.v20240113-0700 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.0.v20240113-0700/org.eclipse.equinox.bidi-1.5.0.v20240113-0700-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240220-1431.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (173.33kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.300.v20240220-1431 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.artifact.repository/1.5.300.v20240220-1431/org.eclipse.equinox.p2.artifact.repository-1.5.300.v20240220-1431-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (368.46kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.0.v20240213-1100 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.0.v20240213-1100/org.eclipse.equinox.p2.metadata-2.9.0.v20240213-1100-p2artifacts.xml... [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (113.29kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.tukaani.xz,1.9.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.tukaani.xz/1.9.0/org.tukaani.xz-1.9.0-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (80.99kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.core,2.11.0.v20240210-1628 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.0.v20240210-1628/org.eclipse.equinox.p2.core-2.11.0.v20240210-1628-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (64.51kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.300.v20240201-0843 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.3.300.v20240201-0843/org.eclipse.equinox.p2.jarprocessor-1.3.300.v20240201-0843-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (189.68kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.repository,2.8.100.v20240207-1113 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.8.100.v20240207-1113/org.eclipse.equinox.p2.repository-2.8.100.v20240207-1113-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar from https://mirror.ibcp.fr/pub/eclipse/releases/2024-03/202403131000/plugins/ (238.09kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.engine,2.10.0.v20240210-0918 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.0.v20240210-0918/org.eclipse.equinox.p2.engine-2.10.0.v20240210-0918-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (138.07kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.300.v20240201-0843 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository/1.5.300.v20240201-0843/org.eclipse.equinox.p2.metadata.repository-1.5.300.v20240201-0843-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.security_1.4.200.v20240213-1244.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (116.02kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.security,1.4.200.v20240213-1244 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security/1.4.200.v20240213-1244/org.eclipse.equinox.security-1.4.200.v20240213-1244-p2artifacts.xml... [INFO] Fetching org.eclipse.text_3.14.0.v20240207-1054.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (350.85kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.text,3.14.0.v20240207-1054 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.text/3.14.0.v20240207-1054/org.eclipse.text-3.14.0.v20240207-1054-p2artifacts.xml... [INFO] Fetching org.eclipse.ui.navigator_3.12.300.v20240205-1417.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (428.77kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.ui.navigator,3.12.300.v20240205-1417 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.300.v20240205-1417/org.eclipse.ui.navigator-3.12.300.v20240205-1417-p2artifacts.xml... [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using execution environment 'JavaSE-17' configured in Currently running profile, newer than configured profile (JavaSE-1.6) from [Bundle-RequiredExecutionEnvironment (unique entry)] [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2024-03/202403131000/plugins/ (353.34kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.emf.edit.ui,2.23.0.v20230211-1150 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150-p2artifacts.xml... [INFO] Fetching org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2024-03/202403131000/plugins/ (166.9kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.emf.common.ui,2.22.0.v20231002-1020 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020-p2artifacts.xml... [INFO] Fetching org.eclipse.emf.edit_2.21.0.v20231208-1346.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (301.63kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.emf.edit,2.21.0.v20231208-1346 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202402011804.jar from https://download.eclipse.org/nebula/archive/releases/3.1.1/plugins/ (111.87kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.5.0.202402011804 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.cdatetime/1.5.0.202402011804/org.eclipse.nebula.widgets.cdatetime-1.5.0.202402011804-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202402011804.jar from https://download.eclipse.org/nebula/archive/releases/3.1.1/plugins/ (159.1kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.nebula.cwt,1.1.0.202402011804 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.cwt/1.1.0.202402011804/org.eclipse.nebula.cwt-1.1.0.202402011804-p2artifacts.xml... [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using execution environment 'JavaSE-17' configured in Currently running profile, newer than configured profile (JavaSE-1.6) from [Bundle-RequiredExecutionEnvironment (unique entry)] [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Fetching org.eclipse.draw2d_3.15.0.202402212051.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (656.67kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.draw2d,3.15.0.202402212051 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.draw2d/3.15.0.202402212051/org.eclipse.draw2d-3.15.0.202402212051-p2artifacts.xml... [INFO] Fetching org.eclipse.gef_3.17.0.202402212051.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2024-03/202403131000/plugins/ (969.17kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.gef,3.17.0.202402212051 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.gef/3.17.0.202402212051/org.eclipse.gef-3.17.0.202402212051-p2artifacts.xml... [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using execution environment 'JavaSE-17' configured in Currently running profile, newer than configured profile (JavaSE-1.6) from [Bundle-RequiredExecutionEnvironment (unique entry)] [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Fetching org.eclipse.zest.core_1.11.0.202402212051.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (163.44kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.zest.core,1.11.0.202402212051 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.zest.core/1.11.0.202402212051/org.eclipse.zest.core-1.11.0.202402212051-p2artifacts.xml... [INFO] Fetching org.eclipse.zest.layouts_1.4.0.202402212051.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (128.38kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.zest.layouts,1.4.0.202402212051 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.zest.layouts/1.4.0.202402212051/org.eclipse.zest.layouts-1.4.0.202402212051-p2artifacts.xml... [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using execution environment 'JavaSE-17' configured in Currently running profile, newer than configured profile (JavaSE-1.6) from [Bundle-RequiredExecutionEnvironment (unique entry)] [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from http://download.eclipse.org/nattable/releases/2.3.0/repository/plugins/ (927.08kB) [DEBUG] Writing P2 metadata for osgi.bundle,ca.odell.glazedlists,1.11.0.v20190926-1838 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/ca.odell.glazedlists/1.11.0.v20190926-1838/ca.odell.glazedlists-1.11.0.v20190926-1838-p2artifacts.xml... [INFO] Fetching slf4j.api_2.0.12.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (66.52kB) [DEBUG] Writing P2 metadata for osgi.bundle,slf4j.api,2.0.12 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/slf4j.api/2.0.12/slf4j.api-2.0.12-p2artifacts.xml... [INFO] Fetching org.apache.aries.spifly.dynamic.bundle_1.3.7.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (150.35kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.aries.spifly.dynamic.bundle,1.3.7 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.3.0.202402191815.jar from http://download.eclipse.org/nattable/releases/2.3.0/repository/plugins/ (2.8MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.nebula.widgets.nattable.core,2.3.0.202402191815 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.nattable.core/2.3.0.202402191815/org.eclipse.nebula.widgets.nattable.core-2.3.0.202402191815-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.5.1.202402011804.jar from https://download.eclipse.org/nebula/archive/releases/3.1.1/plugins/ (1.58MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.nebula.widgets.richtext,1.5.1.202402011804 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.richtext/1.5.1.202402011804/org.eclipse.nebula.widgets.richtext-1.5.1.202402011804-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.3.0.202402191815.jar from http://download.eclipse.org/nattable/releases/2.3.0/repository/plugins/ (143.07kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.nebula.widgets.nattable.extension.glazedlists,2.3.0.202402191815 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.nattable.extension.glazedlists/2.3.0.202402191815/org.eclipse.nebula.widgets.nattable.extension.glazedlists-2.3.0.202402191815-p2artifacts.xml... [INFO] Fetching org.objectweb.asm_9.6.0.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (120.7kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.objectweb.asm,9.6.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.objectweb.asm/9.6.0/org.objectweb.asm-9.6.0-p2artifacts.xml... [INFO] Fetching org.objectweb.asm.commons_9.6.0.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (70.5kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.objectweb.asm.commons,9.6.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.objectweb.asm.commons/9.6.0/org.objectweb.asm.commons-9.6.0-p2artifacts.xml... [INFO] Fetching org.objectweb.asm.util_9.6.0.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (89kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.objectweb.asm.util,9.6.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.objectweb.asm.util/9.6.0/org.objectweb.asm.util-9.6.0-p2artifacts.xml... [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (352.28kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.commons.commons-codec,1.16.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.commons-codec/1.16.0/org.apache.commons.commons-codec-1.16.0-p2artifacts.xml... [INFO] Fetching org.eclipse.collections_11.1.0.v20220705-1455.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (11.59MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.collections,11.1.0.v20220705-1455 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.collections/11.1.0.v20220705-1455/org.eclipse.collections-11.1.0.v20220705-1455-p2artifacts.xml... [INFO] Fetching org.objectweb.asm.tree_9.6.0.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (50.72kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.objectweb.asm.tree,9.6.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.objectweb.asm.tree/9.6.0/org.objectweb.asm.tree-9.6.0-p2artifacts.xml... [INFO] Fetching org.objectweb.asm.tree.analysis_9.6.0.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (33.24kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.objectweb.asm.tree.analysis,9.6.0 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.objectweb.asm.tree.analysis/9.6.0/org.objectweb.asm.tree.analysis-9.6.0-p2artifacts.xml... [INFO] Fetching slf4j.simple_2.0.12.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (15.33kB) [DEBUG] Writing P2 metadata for osgi.bundle,slf4j.simple,2.0.12 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/slf4j.simple/2.0.12/slf4j.simple-2.0.12-p2artifacts.xml... [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using execution environment 'JavaSE-17' configured in Currently running profile, newer than configured profile (JavaSE-1.6) from [Bundle-RequiredExecutionEnvironment (unique entry)] [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] Fetching org.eclipse.nebula.widgets.grid_1.1.1.202402011804.jar from https://download.eclipse.org/nebula/archive/releases/3.1.1/plugins/ (229.07kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.nebula.widgets.grid,1.1.1.202402011804 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.grid/1.1.1.202402011804/org.eclipse.nebula.widgets.grid-1.1.1.202402011804-p2artifacts.xml... [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using default execution environment 'JavaSE-17' [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [DEBUG] [main] Computing preliminary target platform for MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/2024-03/) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/) [DEBUG] Using default execution environment 'JavaSE-17' [DEBUG] Added 0 locally built units to the target platform [INFO] [main] Resolving dependencies of MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] q7.quality.mockups [pom] [INFO] com.xored.q7.quality.mockups.ui [eclipse-plugin] [INFO] com.xored.q7.quality.mockups.issues [eclipse-plugin] [INFO] com.xored.q7.quality.mockups.platform [eclipse-plugin] [INFO] com.xored.q7.quality.mockups.swt [eclipse-plugin] [INFO] com.xored.q7.quality.mockups.emf [eclipse-plugin] [INFO] com.xored.q7.quality.mockups.draw2d [eclipse-plugin] [INFO] com.xored.q7.quality.mockups.zest [eclipse-plugin] [INFO] com.xored.q7.quality.mockups.nattable [eclipse-plugin] [INFO] com.xored.q7.quality.mockups.nebula [eclipse-plugin] [INFO] com.xored.q7.quality.mockups [eclipse-feature] [INFO] repository [eclipse-repository] [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:q7.quality.mockups:pom:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality.features:com.xored.q7.quality.mockups:eclipse-feature:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ----------------------------------------------------------------------- [DEBUG] Project: com.xored.q7.quality:repository:eclipse-repository:1.0.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ======================================================================= [INFO] [INFO] --------------< com.xored.q7.quality:q7.quality.mockups >--------------- [INFO] Building q7.quality.mockups 1.0.0-SNAPSHOT [1/12] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ======================================================================= [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ q7.quality.mockups --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=44458, ConflictMarker.markTime=25629, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=7441, ConflictIdSorter.topsortTime=10314, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=136600, ConflictResolver.conflictItemCount=3, DfDependencyCollector.collectTime=5173623, DfDependencyCollector.transformTime=261714} [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:3.2.0 [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.3.4:compile [DEBUG] commons-io:commons-io:jar:2.6:compile [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 31 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0 [DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:3.2.0 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.3.4 [DEBUG] Included: commons-io:commons-io:jar:2.6 [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/target/classes [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ q7.quality.mockups --- [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom (2.5 kB at 52 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://cvs.apache.org/maven-snapshot-repository). [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 85 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-project:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-project:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom (1.7 kB at 40 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-profile:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-profile:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom (1.5 kB at 42 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom.lastUpdated' [DEBUG] Resolving artifact junit:junit:pom:3.8.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact junit:junit:pom:3.8.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.2/junit-3.8.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.2/junit-3.8.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.2/junit-3.8.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.2/junit-3.8.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 107 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.2/junit-3.8.2.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.lastUpdated' [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 199 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 164 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 109 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom (5.2 kB at 93 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom (1.4 kB at 32 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom (1.6 kB at 29 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom (902 B at 27 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom (738 B at 18 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-sink-api:pom:1.0-alpha-7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-sink-api:pom:1.0-alpha-7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 42 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.doxia:doxia:pom:1.0-alpha-7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia:pom:1.0-alpha-7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 489 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia/1.0-alpha-7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom (854 B at 41 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom (1.4 kB at 47 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact commons-cli:commons-cli:pom:1.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-cli:commons-cli:pom:1.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 351 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-cli/commons-cli/1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 35 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0/maven-2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0/maven-2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0/maven-2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0/maven-2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0/maven-2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom (1.5 kB at 53 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-monitor:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-monitor:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom (442 B at 16 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact classworlds:classworlds:pom:1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact classworlds:classworlds:pom:1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1/classworlds-1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1/classworlds-1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 475 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1/classworlds-1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom (643 B at 6.5 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.8 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.8 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 4.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=86916, ConflictMarker.markTime=39266, ConflictMarker.nodeCount=58, ConflictIdSorter.graphTime=30837, ConflictIdSorter.topsortTime=38162, ConflictIdSorter.conflictIdCount=23, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=394920, ConflictResolver.conflictItemCount=58, DfDependencyCollector.collectTime=1213153265, DfDependencyCollector.transformTime=617314} [DEBUG] org.codehaus.mojo:build-helper-maven-plugin:jar:1.5 [DEBUG] org.apache.maven:maven-model:jar:2.0.2:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.2:compile [DEBUG] org.apache.maven:maven-profile:jar:2.0.2:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.2:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile [DEBUG] junit:junit:jar:3.8.2:test (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-core:jar:2.0.2:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.2:compile [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.2:compile [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.2:compile [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.2:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.2:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.2:compile [DEBUG] commons-cli:commons-cli:jar:1.0:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.2:compile [DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.0.2:compile [DEBUG] classworlds:classworlds:jar:1.1:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.2:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.0.2:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.8:compile [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-project:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-profile:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-cli:commons-cli:jar:1.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-monitor:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact classworlds:classworlds:jar:1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:1.5.8 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-project:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-profile:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact commons-cli:commons-cli:jar:1.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-monitor:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact classworlds:classworlds:jar:1.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:2.0.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:1.5.8 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1/classworlds-1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1/classworlds-1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar (80 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 33 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar (30 kB at 796 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar (107 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar (16 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar (5.0 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar (136 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 402 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar (44 kB at 554 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 430 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar (24 kB at 266 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar (78 kB at 793 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar (32 kB at 296 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar (8.6 kB at 77 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar (5.7 kB at 49 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar (8.3 kB at 60 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-cli/commons-cli/1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/classworlds/classworlds/1.1/classworlds-1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.2/maven-plugin-api-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5 [DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5 [DEBUG] Included: org.codehaus.mojo:build-helper-maven-plugin:jar:1.5 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.2 [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7 [DEBUG] Included: commons-cli:commons-cli:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.8 [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/q7.quality.mockups removed. [INFO] [INFO] --------< com.xored.q7.quality:com.xored.q7.quality.mockups.ui >-------- [INFO] Building com.xored.q7.quality.mockups.ui 1.0.0-SNAPSHOT [2/12] [INFO] from plugins/com.xored.q7.quality.mockups.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled} ${tycho.ds.path} ${project} ${tycho.ds.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${project.build.testOutputDirectory} ${maven.resources.overwrite} ${project.testResources} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.additionalClasspath} ${argLine} ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${surefire.encoding} ${excludedGroups} ${surefire.excludesFile} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} ${forkMode} ${surefire.exitTimeout} ${surefire.timeout} ${groups} ${surefire.includesFile} ${junitArtifactName} ${junitPlatformArtifactName} ${jvm} ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${surefire.rerunFailingTestsCount} ${reuseForks} ${surefire.runOrder} ${surefire.shutdown} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skip.exec} ${skipTests} ${surefire.suiteXmlFiles} ${tempDir} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.baseline} ${tycho.baseline.replace} ${mojoExecution} ${tycho.generateDownloadStatsProperty} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${enableAssertions} ${excludedGroups} ${surefire.timeout} ${groups} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skipExec} ${skipITs} ${skipTests} ${test} ${testClass} ${project.build.testOutputDirectory} ${threadCount} ${trimStackTrace} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default-verify) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${failIfNoTests} ${maven.test.skip} ${maven.test.skip.exec} ${skipITs} ${skipTests} ${maven.test.failure.ignore} [DEBUG] ======================================================================= [DEBUG] Resolving artifact com.ibm.icu:icu4j:pom:74.2 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.ibm.icu:icu4j:pom:74.2 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/ibm/icu/icu4j/74.2/icu4j-74.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.pom (13 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/ibm/icu/icu4j/74.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/ibm/icu/icu4j/74.2/icu4j-74.2.pom.lastUpdated' [DEBUG] Resolving artifact com.ibm.icu:icu4j-root:pom:74.2 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.ibm.icu:icu4j-root:pom:74.2 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/ibm/icu/icu4j-root/74.2/icu4j-root-74.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j-root/74.2/icu4j-root-74.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j-root/74.2/icu4j-root-74.2.pom (25 kB at 8.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/ibm/icu/icu4j-root/74.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/ibm/icu/icu4j-root/74.2/icu4j-root-74.2.pom.lastUpdated' [DEBUG] Resolving artifact net.java.dev.jna:jna-platform:pom:5.14.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.java.dev.jna:jna-platform:pom:5.14.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom (2.3 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna-platform/5.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom.lastUpdated' [DEBUG] Resolving artifact net.java.dev.jna:jna:pom:5.14.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.java.dev.jna:jna:pom:5.14.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom (2.0 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna/5.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:pom:2.1.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:pom:2.1.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 282 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/annotation/jakarta.annotation-api/2.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.7 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.7 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 4.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/ee4j/project/1.0.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom.lastUpdated' [DEBUG] Resolving artifact jakarta.inject:jakarta.inject-api:pom:2.0.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.inject:jakarta.inject-api:pom:2.0.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 3.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/inject/jakarta.inject-api/2.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 6.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/ee4j/project/1.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom.lastUpdated' [DEBUG] Resolving artifact commons-io:commons-io:pom:2.15.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:pom:2.15.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (20 kB at 10.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.15.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:65 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:65 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/65/commons-parent-65.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 19 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/65/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/65/commons-parent-65.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:31 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache:apache:pom:31 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/31/apache-31.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom (24 kB at 7.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/31/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/31/apache-31.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.10.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.10.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 5.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.10.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.scr:pom:2.2.10 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.scr:pom:2.2.10 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom (15 kB at 7.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/felix/org.apache.felix.scr/2.2.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.felix:felix-parent:pom:8 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:felix-parent:pom:8 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/felix/felix-parent/8/felix-parent-8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/8/felix-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/8/felix-parent-8.pom (20 kB at 9.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/felix/felix-parent/8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/felix/felix-parent/8/felix-parent-8.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-annotations:pom:1.9 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-annotations:pom:1.9 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 50 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-annotations/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-parent:pom:1.9 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-parent:pom:1.9 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-parent/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.mojo:mojo-parent:pom:28 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.mojo:mojo-parent:pom:28 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 13 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/28/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus:codehaus-parent:pom:3 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus:codehaus-parent:pom:3 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 2.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/codehaus-parent/3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.component:pom:1.5.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.component:pom:1.5.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom (2.8 kB at 2.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.component/1.5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:osgi.annotation:pom:8.1.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:pom:8.1.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom (1.5 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.extender:pom:1.0.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.extender:pom:1.0.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.extender/1.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.0.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.0.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.0.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.0.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.3.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.3.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom (1.9 kB at 940 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.1.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.1.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 1.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.event:pom:1.4.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.event:pom:1.4.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom (2.3 kB at 2.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.event/1.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:osgi.annotation:pom:8.0.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:pom:8.0.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 742 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.implementation:pom:1.0.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.implementation:pom:1.0.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.implementation/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.prefs:pom:1.1.2 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.prefs:pom:1.1.2 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.prefs/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.2.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:pom:1.2.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=68746, ConflictMarker.markTime=53086, ConflictMarker.nodeCount=86, ConflictIdSorter.graphTime=28532, ConflictIdSorter.topsortTime=31192, ConflictIdSorter.conflictIdCount=78, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3556547, ConflictResolver.conflictItemCount=85, DfDependencyCollector.collectTime=308869516, DfDependencyCollector.transformTime=3840268} [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] com.ibm.icu:icu4j:jar:74.2:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.205.100.v20240131-1023:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.0.v20240215-1631:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.200.v20240108-1539:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.100.v20240209-1706:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.200.v20240104-1240:system [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.19.0.v20240213-1246:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] commons-io:commons-io:jar:2.15.1:compile [DEBUG] p2.eclipse.plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse.plugin:org.apache.commons.logging:jar:1.2.0.v20180409-1502:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.300.v20231218-0909:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.0.v20240210-0844:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.0.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.300.v20240124-1325:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.200.v20231214-1526:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.0.v20240213-1427:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.300.v20240131-1308:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.500.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.300.v20240119-0800:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.300.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.200.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.400.v20231214-1012:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.33.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.300.v20240116-1723:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.200.v20240109-1025:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.300.v20240223-1002:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.300.v20240123-1128:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20231210-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.300.v20240107-2054:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.131.100.v20240221-2107:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] Resolving artifact com.ibm.icu:icu4j:jar:74.2 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.java.dev.jna:jna-platform:jar:5.14.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.java.dev.jna:jna:jar:5.14.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:jar:2.1.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.inject:jakarta.inject-api:jar:2.0.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.15.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.scr:jar:2.2.10 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.component:jar:1.5.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:jar:8.1.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:jar:1.3.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.event:jar:1.4.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.implementation:jar:1.0.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:jar:1.2.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.ibm.icu:icu4j:jar:74.2 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.java.dev.jna:jna-platform:jar:5.14.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact net.java.dev.jna:jna:jar:5.14.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.annotation:jakarta.annotation-api:jar:2.1.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact jakarta.inject:jakarta.inject-api:jar:2.0.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.15.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.felix:org.apache.felix.scr:jar:2.2.10 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.component:jar:1.5.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:jar:8.1.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.extender:jar:1.0.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:jar:1.3.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.event:jar:1.4.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.namespace.implementation:jar:1.0.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.function:jar:1.2.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/ibm/icu/icu4j/74.2/icu4j-74.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.jar (14 MB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 8.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 568 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar (66 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar (36 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar (404 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 647 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 542 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar (86 kB at 952 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 131 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 254 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 208 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar (1.4 MB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar (1.9 MB at 10 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/ibm/icu/icu4j/74.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/com/ibm/icu/icu4j/74.2/icu4j-74.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna-platform/5.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna/5.14.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/annotation/jakarta.annotation-api/2.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/inject/jakarta.inject-api/2.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.15.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/felix/org.apache.felix.scr/2.2.10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/felix/org.apache.felix.scr/2.2.10/org.apache.felix.scr-2.2.10.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-annotations/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.component/1.5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.extender/1.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.event/1.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.implementation/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.prefs/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar.lastUpdated' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=91267, ConflictMarker.markTime=54421, ConflictMarker.nodeCount=128, ConflictIdSorter.graphTime=49388, ConflictIdSorter.topsortTime=39553, ConflictIdSorter.conflictIdCount=54, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1119777, ConflictResolver.conflictItemCount=117, DfDependencyCollector.collectTime=4867038, DfDependencyCollector.transformTime=1394038} [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:jar:2.7.5 [DEBUG] org.eclipse.tycho:tycho-core:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.0:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:2.7.5:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile [DEBUG] org.apache.maven:maven-archiver:jar:3.5.2:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.commons:commons-lang3:jar:3.8.1:provided [DEBUG] org.apache.maven:maven-model:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-core:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-settings:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-settings-builder:jar:3.8.4:provided [DEBUG] org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0:provided [DEBUG] org.apache.maven:maven-builder-support:jar:3.8.4:provided [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.8.4:provided [DEBUG] org.apache.maven:maven-plugin-api:jar:3.8.4:provided (scope managed from default) (version managed from default) [DEBUG] org.apache.maven:maven-model-builder:jar:3.8.4:provided [DEBUG] org.apache.maven:maven-resolver-provider:jar:3.8.4:provided [DEBUG] org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3:provided [DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.6.3:provided [DEBUG] org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3:provided [DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.6.3:provided [DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5:provided (scope managed from default) (version managed from default) [DEBUG] javax.annotation:javax.annotation-api:jar:1.2:provided [DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5:provided [DEBUG] com.google.inject:guice:jar:no_aop:4.2.2:provided [DEBUG] aopalliance:aopalliance:jar:1.0:provided [DEBUG] com.google.guava:guava:jar:25.1-android:provided [DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:provided [DEBUG] org.checkerframework:checker-compat-qual:jar:2.0.0:provided [DEBUG] com.google.errorprone:error_prone_annotations:jar:2.1.3:provided [DEBUG] com.google.j2objc:j2objc-annotations:jar:1.1:provided [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:provided [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.6.0:provided [DEBUG] org.slf4j:slf4j-api:jar:1.7.32:provided [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile [DEBUG] commons-io:commons-io:jar:2.6:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:runtime [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-packaging-plugin:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1 [DEBUG] Included: org.apache.maven:maven-archiver:jar:3.5.2 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.3.3 [DEBUG] Included: commons-io:commons-io:jar:2.6 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.21 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.7 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=26561, ConflictMarker.markTime=20087, ConflictMarker.nodeCount=27, ConflictIdSorter.graphTime=13496, ConflictIdSorter.topsortTime=19777, ConflictIdSorter.conflictIdCount=23, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=302274, ConflictResolver.conflictItemCount=27, DfDependencyCollector.collectTime=1766119, DfDependencyCollector.transformTime=402653} [DEBUG] org.eclipse.tycho:target-platform-configuration:jar:2.7.5 [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.6:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.0:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:2.7.5:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5:compile [DEBUG] Created new class realm plugin>org.eclipse.tycho:target-platform-configuration:2.7.5 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:target-platform-configuration:2.7.5 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:target-platform-configuration:2.7.5 [DEBUG] Included: org.eclipse.tycho:target-platform-configuration:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.7 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: commons-io:commons-io:jar:2.6 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.21 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] -- end configuration -- [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.ui) [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-manager:pom:2.11.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-manager:pom:2.11.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 190 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler:pom:2.11.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler:pom:2.11.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler/2.11.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:6.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:6.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 2.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/6.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.8.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.8.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 512 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.8.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-api:pom:2.11.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-api:pom:2.11.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 151 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-api/2.11.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-jdt:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-jdt:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom (2.4 kB at 299 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.tycho:tycho-lib-detector:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-lib-detector:pom:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom (1.6 kB at 223 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-lib-detector/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom.lastUpdated' [DEBUG] Resolving artifact org.eclipse.jdt:ecj:pom:3.29.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:ecj:pom:3.29.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom (1.7 kB at 238 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/jdt/ecj/3.29.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=84237, ConflictMarker.markTime=28073, ConflictMarker.nodeCount=38, ConflictIdSorter.graphTime=46288, ConflictIdSorter.topsortTime=20864, ConflictIdSorter.conflictIdCount=29, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=448610, ConflictResolver.conflictItemCount=38, DfDependencyCollector.collectTime=222561505, DfDependencyCollector.transformTime=651249} [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:jar:2.7.5 [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile [DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.11.1:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.11.1:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.6:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.0:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5:compile [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:2.7.5:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-compiler-jdt:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-lib-detector:jar:2.7.5:compile [DEBUG] org.eclipse.jdt:ecj:jar:3.29.0:compile (version managed from default) [DEBUG] org.apache.commons:commons-exec:jar:1.3:compile (version managed from default) [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-manager:jar:2.11.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-api:jar:2.11.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-jdt:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-lib-detector:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:ecj:jar:3.29.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-manager:jar:2.11.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-compiler-api:jar:2.11.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-compiler-jdt:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.tycho:tycho-lib-detector:jar:2.7.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.jdt:ecj:jar:3.29.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 665 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar (3.5 kB at 586 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar (18 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar (3.2 MB at 45 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-api/2.11.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-lib-detector/2.7.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/jdt/ecj/3.29.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-compiler-plugin:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.11.1 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.11.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.7 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: commons-io:commons-io:jar:2.6 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.21 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.0 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 [DEBUG] Included: org.eclipse.tycho:tycho-compiler-jdt:jar:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-lib-detector:jar:2.7.5 [DEBUG] Included: org.eclipse.jdt:ecj:jar:3.29.0 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.3 [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of com.xored.q7.quality.mockups.ui... [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86) ) to create resolver properties [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240227-1638.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (2.59MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.125.0.v20240227-1638 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.weaving.hook_1.4.0.v20240213-1357.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (53.24kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.weaving.hook,1.4.0.v20240213-1357 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357-p2artifacts.xml... [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (13kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.100.v20231030-2045.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2024-03/202403131000/plugins/ (12.61kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.100.v20231030-2045 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.200.v20231201-1637.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2024-03/202403131000/plugins/ (12.13kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.200.v20231201-1637 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637-p2artifacts.xml... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.300.v20240119-2127.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2024-03/202403131000/plugins/ (31.85kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.300.v20240119-2127 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127-p2artifacts.xml... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (251.64kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar from https://mirror.aarnet.edu.au/pub/eclipse/releases/2024-03/202403131000/plugins/ (242.99kB of 251.64kB at 238.99kB/s) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057-p2artifacts.xml... [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (39.29kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420-p2artifacts.xml... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (13.13kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420-p2artifacts.xml... [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (59.56kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420-p2artifacts.xml... [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.125.0.v20240227-1638.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (2.14MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.125.0.v20240227-1638 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638-p2artifacts.xml... [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (12.94kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420-p2artifacts.xml... [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.125.0.v20240227-1638.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (2.12MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.125.0.v20240227-1638 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638-p2artifacts.xml... [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2024-03/202403131000/plugins/ (27.41kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420-p2artifacts.xml... [INFO] Fetching org.eclipse.fx.osgi_3.9.0.202210162353.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (49.9kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.fx.osgi,3.9.0.202210162353 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353-p2artifacts.xml... [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (11.39kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.transforms.hook_1.4.0.v20240213-1244.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (32.61kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.transforms.hook,1.4.0.v20240213-1244 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.region_1.5.500.v20231214-2017.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (79.39kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.region,1.5.500.v20231214-2017 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017-p2artifacts.xml... [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml: {} [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.weaving.hook:1.4.0.v20240213-1357 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.aarch64:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.gtk:1.2.100.v20231030-2045 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.win32:1.2.200.v20231201-1637 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.14.300.v20240119-2127 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.win32.x86_64:1.4.300.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.x86_64:1.2.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.resources.win32.x86_64:3.5.500.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.ppc64le:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.ppc64le:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.macosx:1.3.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.fx.osgi:3.9.0.202210162353 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ui.cocoa:1.3.100.v20230214-1401 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.transforms.hook:1.4.0.v20240213-1244 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.region:1.5.500.v20231214-2017 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 182 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/5/maven-parent-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/5/maven-parent-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 525 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/5/maven-parent-5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache:apache:pom:3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/3/apache-3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/3/apache-3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/3/apache-3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/3/apache-3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 286 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/3/apache-3.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository). [DEBUG] Resolving artifact org.apache.maven:maven-project:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-project:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 188 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 71 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 254 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.4.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.4.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.11 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:1.0.11 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 4.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/1.0.11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [DEBUG] Resolving artifact junit:junit:pom:3.8.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact junit:junit:pom:3.8.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.1/junit-3.8.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.1/junit-3.8.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 998 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.1/junit-3.8.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-profile:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-profile:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 330 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 375 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 231 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 263 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 324 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 959 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 318 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 219 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 111 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 243 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 252 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-monitor:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-monitor:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 209 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:2.0.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:2.0.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/2.0.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 8.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-filtering:pom:1.0-beta-4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-filtering:pom:1.0-beta-4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 582 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-filtering/1.0-beta-4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-shared-components:pom:15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 4.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.12 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.12 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 111 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:pom:0.0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:pom:0.0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 477 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-build-api/0.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:10 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:10 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 502 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 839 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.13 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.13 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 127 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.1.15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-components:pom:1.1.15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 475 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:2.0.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=106948, ConflictMarker.markTime=57245, ConflictMarker.nodeCount=78, ConflictIdSorter.graphTime=60785, ConflictIdSorter.topsortTime=29352, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=468634, ConflictResolver.conflictItemCount=75, DfDependencyCollector.collectTime=787095933, DfDependencyCollector.transformTime=750743} [DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.4.3 [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile [DEBUG] commons-cli:commons-cli:jar:1.0:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile [DEBUG] classworlds:classworlds:jar:1.1:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:3.8.1:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile [DEBUG] org.apache.maven.shared:maven-filtering:jar:1.0-beta-4:compile [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-project:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-profile:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-monitor:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact junit:junit:jar:3.8.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:2.0.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-filtering:jar:1.0-beta-4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:jar:0.0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.13 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-project:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-profile:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact-manager:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-registry:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-descriptor:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-monitor:jar:2.0.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact junit:junit:jar:3.8.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:2.0.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.shared:maven-filtering:jar:1.0-beta-4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-build-api:jar:0.0.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.13 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.1/junit-3.8.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.1/junit-3.8.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 710 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 851 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 445 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 213 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 7.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 1.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/3.8.1/junit-3.8.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/2.0.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-filtering/1.0-beta-4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-build-api/0.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3 [DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.4.3 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6 [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7 [DEBUG] Included: commons-cli:commons-cli:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 [DEBUG] Included: junit:junit:jar:3.8.1 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5 [DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.0-beta-4 [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13 [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources:default-resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.ui-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src] [DEBUG] Classpath: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes] [DEBUG] Output directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes [DEBUG] JDT compiler args: [-s, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes, -classpath, /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/com/xored/q7/quality/mockups/issues/internal/QualityUIPlugin.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/com/xored/q7/quality/mockups/issues/Q7MockupsCategoryView.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/com/xored/q7/quality/mockups/issues/PartManager.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/com/xored/q7/quality/mockups/ui/Q7TextNotes.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/com/xored/q7/quality/mockups/ui/Q7QualityPerspective.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/com/xored/q7/quality/mockups/issues/internal/SampleTreeContentProvider.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/com/xored/q7/quality/mockups/issues/MockupPartContentProvider.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/com/xored/q7/quality/mockups/issues/internal/SampleTreeNode.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/com/xored/q7/quality/mockups/issues/IQ7MockupPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/com/xored/q7/quality/mockups/issues/BaseMockupPart.java, -g, -nowarn, -target, 1.8, -source, 1.8, --release, 8, -encoding, UTF-8] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:pom:6.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:pom:6.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom (5.2 kB at 582 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.dto:pom:1.0.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.dto:pom:1.0.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.dto/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.resource:pom:1.0.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.resource:pom:1.0.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.resource/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.framework:pom:1.8.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.framework:pom:1.8.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.framework/1.8.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.tracker:pom:1.5.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.tracker:pom:1.5.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 940 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.tracker/1.5.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.log:pom:1.3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.log:pom:1.3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.log/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.service.repository:pom:1.1.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.repository:pom:1.1.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.repository/1.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom.lastUpdated' [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:pom:1.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 1.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom.lastUpdated' [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.util:pom:6.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.util:pom:6.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom (2.7 kB at 332 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=87358, ConflictMarker.markTime=24736, ConflictMarker.nodeCount=41, ConflictIdSorter.graphTime=15820, ConflictIdSorter.topsortTime=26216, ConflictIdSorter.conflictIdCount=35, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=542416, ConflictResolver.conflictItemCount=41, DfDependencyCollector.collectTime=205644857, DfDependencyCollector.transformTime=725158} [DEBUG] org.eclipse.tycho:tycho-ds-plugin:jar:2.7.5 [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.4.1:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-io:jar:3.2.0:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.6:compile [DEBUG] org.apache.commons:commons-compress:jar:1.21:compile (version managed from default) [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.9:runtime [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.26:compile [DEBUG] org.codehaus.plexus:plexus-cipher:jar:2.0:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:2.7.5:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile (version managed from default) [DEBUG] org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile (version managed from default) [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:2.7.5:compile [DEBUG] de.pdark:decentxml:jar:1.4:compile (version managed from default) [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:2.7.5:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:2.7.5:compile [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:6.2.0:compile [DEBUG] org.osgi:org.osgi.dto:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.resource:jar:1.0.0:compile [DEBUG] org.osgi:org.osgi.framework:jar:1.8.0:compile [DEBUG] org.osgi:org.osgi.util.tracker:jar:1.5.4:compile [DEBUG] org.osgi:osgi.annotation:jar:8.0.1:compile [DEBUG] org.osgi:org.osgi.service.log:jar:1.3.0:compile [DEBUG] org.osgi:org.osgi.service.repository:jar:1.1.0:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.2.0:compile [DEBUG] biz.aQute.bnd:biz.aQute.bnd.util:jar:6.2.0:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.25:compile [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:jar:6.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.dto:jar:1.0.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.resource:jar:1.0.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.framework:jar:1.8.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.tracker:jar:1.5.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:jar:8.0.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.log:jar:1.3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.repository:jar:1.1.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:jar:1.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:6.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bndlib:jar:6.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.dto:jar:1.0.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.resource:jar:1.0.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.framework:jar:1.8.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.tracker:jar:1.5.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:osgi.annotation:jar:8.0.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.log:jar:1.3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.service.repository:jar:1.1.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.osgi:org.osgi.util.promise:jar:1.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:6.2.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar (3.2 MB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 5.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 5.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar (425 kB at 5.7 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.dto/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.resource/1.0.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.framework/1.8.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.tracker/1.5.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.log/1.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.repository/1.1.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5 [DEBUG] Included: org.eclipse.tycho:tycho-ds-plugin:jar:2.7.5 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.4.1 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:4.2.7 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:3.2.0 [DEBUG] Included: commons-io:commons-io:jar:2.6 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.21 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.26 [DEBUG] Included: org.codehaus.plexus:plexus-cipher:jar:2.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:2.1.1 [DEBUG] Included: org.eclipse.platform:org.eclipse.osgi:jar:3.17.200 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bndlib:jar:6.2.0 [DEBUG] Included: org.osgi:org.osgi.dto:jar:1.0.0 [DEBUG] Included: org.osgi:org.osgi.resource:jar:1.0.0 [DEBUG] Included: org.osgi:org.osgi.framework:jar:1.8.0 [DEBUG] Included: org.osgi:org.osgi.util.tracker:jar:1.5.4 [DEBUG] Included: org.osgi:osgi.annotation:jar:8.0.1 [DEBUG] Included: org.osgi:org.osgi.service.log:jar:1.3.0 [DEBUG] Included: org.osgi:org.osgi.service.repository:jar:1.1.0 [DEBUG] Included: org.osgi:org.osgi.util.function:jar:1.2.0 [DEBUG] Included: org.osgi:org.osgi.util.promise:jar:1.2.0 [DEBUG] Included: biz.aQute.bnd:biz.aQute.bnd.util:jar:6.2.0 [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml: {} [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources:default-testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.ui-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 730 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-annotations:pom:3.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 181 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-tools:pom:3.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:31 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:31 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/31/maven-parent-31.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/31/maven-parent-31.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 14 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/31/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/31/maven-parent-31.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 198 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact junit:junit:pom:4.12 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact junit:junit:pom:4.12 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.12/junit-4.12.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.12/junit-4.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.12/junit-4.12.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.12/junit-4.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 3.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.12/junit-4.12.pom.lastUpdated' [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:pom:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:pom:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 255 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.lastUpdated' [DEBUG] Resolving artifact org.hamcrest:hamcrest-parent:pom:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.hamcrest:hamcrest-parent:pom:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 2.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-parent/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 2.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 1.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 1.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 151 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-jdk14:pom:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.slf4j:slf4j-jdk14:pom:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 173 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-jdk14/1.5.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 609 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.5.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 213 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.5.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:jcl-over-slf4j:pom:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.slf4j:jcl-over-slf4j:pom:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 310 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/jcl-over-slf4j/1.5.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:pom:3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:pom:3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 2.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 100 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-monitor:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-monitor:pom:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 105 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:12 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:12 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 3.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 4.2 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 5.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:pom:1.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:pom:1.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 1.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=164209, ConflictMarker.markTime=55166, ConflictMarker.nodeCount=114, ConflictIdSorter.graphTime=45600, ConflictIdSorter.topsortTime=57958, ConflictIdSorter.conflictIdCount=37, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=770204, ConflictResolver.conflictItemCount=79, DfDependencyCollector.collectTime=715651204, DfDependencyCollector.transformTime=1178258} [DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.2 [DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile (version managed from default) [DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile (scope managed from default) (version managed from default) [DEBUG] org.apache.maven.surefire:surefire-api:jar:2.22.2:compile (version managed from default) [DEBUG] org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile (version managed from default) [DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile (version managed from default) [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.15:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:4.12:compile (version managed from default) [DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile (version managed from default) [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile (version managed from default) [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile (version managed from default) [DEBUG] org.apache.maven:maven-core:jar:2.2.1:compile (version managed from default) (exclusions managed from default) [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile [DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime [DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile (version managed from default) [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.2.1:compile [DEBUG] classworlds:classworlds:jar:1.1:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven:maven-toolchain:jar:2.2.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.10:compile (version managed from default) [DEBUG] org.ow2.asm:asm:jar:6.2:compile [DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M8:compile [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:1.5.15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact junit:junit:jar:4.12 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:jar:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.11 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.slf4j:slf4j-jdk14:jar:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.slf4j:jcl-over-slf4j:jar:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:jar:3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-monitor:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:jar:1.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-api:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-artifact:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:1.5.15 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact junit:junit:jar:4.12 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.hamcrest:hamcrest-core:jar:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-settings:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.11 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-core:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.slf4j:slf4j-jdk14:jar:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.slf4j:jcl-over-slf4j:jar:1.5.6 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven.reporting:maven-reporting-api:jar:3.0 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-repository-metadata:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-error-diagnostics:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-monitor:jar:2.2.1 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:jar:1.4 from [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.12/junit-4.12.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.12/junit-4.12.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 952 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 22 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 796 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 521 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 353 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 540 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 501 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 128 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 309 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/junit/junit/4.12/junit-4.12.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-jdk14/1.5.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.5.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/jcl-over-slf4j/1.5.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.2.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated' [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2 [DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.2 [DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.22.2 [DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2 [DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.22.2 [DEBUG] Included: org.apache.maven.surefire:surefire-logger-api:jar:2.22.2 [DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.22.2 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.15 [DEBUG] Included: junit:junit:jar:4.12 [DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3 [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6 [DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.10 [DEBUG] Included: org.ow2.asm:asm:jar:6.2 [DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M8 [DEBUG] Loading mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test:default-test' with basic configurator --> [DEBUG] (s) additionalClasspathElements = [] [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui [DEBUG] (s) childDelegation = false [DEBUG] (s) classesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes [DEBUG] (s) classpathDependencyExcludes = [] [DEBUG] (s) dependenciesToScan = [] [DEBUG] (s) disableXmlReport = false [DEBUG] (s) enableAssertions = true [DEBUG] (f) forkCount = 1 [DEBUG] (s) forkMode = once [DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30 [DEBUG] (s) junitArtifactName = junit:junit [DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine [DEBUG] (s) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) parallelMavenExecution = false [DEBUG] (s) parallelOptimized = true [DEBUG] (s) perCoreThreadCount = true [DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile} [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test' --- [DEBUG] (s) printSummary = true [DEBUG] (s) projectArtifactMap = {com.ibm.icu:icu4j=com.ibm.icu:icu4j:jar:74.2:compile, p2.eclipse.plugin:com.sun.jna=p2.eclipse.plugin:com.sun.jna:eclipse-plugin:5.14.0.v20231211-1200:system, net.java.dev.jna:jna-platform=net.java.dev.jna:jna-platform:jar:5.14.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:5.14.0:compile, p2.eclipse.plugin:org.eclipse.ui=p2.eclipse.plugin:org.eclipse.ui:eclipse-plugin:3.205.100.v20240131-1023:system, p2.eclipse.plugin:org.eclipse.core.runtime=p2.eclipse.plugin:org.eclipse.core.runtime:eclipse-plugin:3.31.0.v20240215-1631:system, p2.eclipse.plugin:org.eclipse.ui.forms=p2.eclipse.plugin:org.eclipse.ui.forms:eclipse-plugin:3.13.200.v20240108-1539:system, p2.eclipse.plugin:org.eclipse.core.resources=p2.eclipse.plugin:org.eclipse.core.resources:eclipse-plugin:3.20.100.v20240209-1706:system, p2.eclipse.plugin:org.eclipse.jface.databinding=p2.eclipse.plugin:org.eclipse.jface.databinding:eclipse-plugin:1.15.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding=p2.eclipse.plugin:org.eclipse.core.databinding:eclipse-plugin:1.13.200.v20240104-1240:system, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:2.0.1:compile, p2.eclipse.plugin:org.eclipse.osgi=p2.eclipse.plugin:org.eclipse.osgi:eclipse-plugin:3.19.0.v20240213-1246:system, p2.eclipse.plugin:org.apache.batik.constants=p2.eclipse.plugin:org.apache.batik.constants:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.css=p2.eclipse.plugin:org.apache.batik.css:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext=p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:eclipse-plugin:1.0.0.v20230923-0644:system, p2.eclipse.plugin:org.apache.xmlgraphics=p2.eclipse.plugin:org.apache.xmlgraphics:eclipse-plugin:2.9.0.v20230916-1600:system, p2.eclipse.plugin:org.apache.batik.i18n=p2.eclipse.plugin:org.apache.batik.i18n:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.util=p2.eclipse.plugin:org.apache.batik.util:eclipse-plugin:1.17.0.v20231215-1130:system, commons-io:commons-io=commons-io:commons-io:jar:2.15.1:compile, p2.eclipse.plugin:org.apache.commons.jxpath=p2.eclipse.plugin:org.apache.commons.jxpath:eclipse-plugin:1.3.0.v200911051830:system, p2.eclipse.plugin:org.apache.commons.logging=p2.eclipse.plugin:org.apache.commons.logging:eclipse-plugin:1.2.0.v20180409-1502:system, org.apache.felix:org.apache.felix.scr=org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations=org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component=org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:osgi.annotation=org.osgi:osgi.annotation:jar:8.1.0:compile, org.osgi:org.osgi.namespace.extender=org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.osgi:org.osgi.util.promise=org.osgi:org.osgi.util.promise:jar:1.3.0:compile, p2.eclipse.plugin:org.eclipse.core.commands=p2.eclipse.plugin:org.eclipse.core.commands:eclipse-plugin:3.12.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.equinox.common=p2.eclipse.plugin:org.eclipse.equinox.common:eclipse-plugin:3.19.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.core.contenttype=p2.eclipse.plugin:org.eclipse.core.contenttype:eclipse-plugin:3.9.300.v20231218-0909:system, p2.eclipse.plugin:org.eclipse.equinox.preferences=p2.eclipse.plugin:org.eclipse.equinox.preferences:eclipse-plugin:3.11.0.v20240210-0844:system, p2.eclipse.plugin:org.eclipse.equinox.registry=p2.eclipse.plugin:org.eclipse.equinox.registry:eclipse-plugin:3.12.0.v20240213-1057:system, p2.eclipse.plugin:org.eclipse.core.databinding.observable=p2.eclipse.plugin:org.eclipse.core.databinding.observable:eclipse-plugin:1.13.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding.property=p2.eclipse.plugin:org.eclipse.core.databinding.property:eclipse-plugin:1.10.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.expressions=p2.eclipse.plugin:org.eclipse.core.expressions:eclipse-plugin:3.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.core.filesystem=p2.eclipse.plugin:org.eclipse.core.filesystem:eclipse-plugin:1.10.300.v20240124-1325:system, p2.eclipse.plugin:org.eclipse.core.jobs=p2.eclipse.plugin:org.eclipse.core.jobs:eclipse-plugin:3.15.200.v20231214-1526:system, p2.eclipse.plugin:org.eclipse.equinox.app=p2.eclipse.plugin:org.eclipse.equinox.app:eclipse-plugin:1.7.0.v20240213-1427:system, p2.eclipse.plugin:org.eclipse.e4.core.commands=p2.eclipse.plugin:org.eclipse.e4.core.commands:eclipse-plugin:1.1.300.v20240131-1308:system, p2.eclipse.plugin:org.eclipse.e4.core.di=p2.eclipse.plugin:org.eclipse.e4.core.di:eclipse-plugin:1.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.e4.core.contexts=p2.eclipse.plugin:org.eclipse.e4.core.contexts:eclipse-plugin:1.12.500.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.services=p2.eclipse.plugin:org.eclipse.e4.core.services:eclipse-plugin:2.4.300.v20240119-0800:system, org.osgi:org.osgi.service.event=org.osgi:org.osgi.service.event:jar:1.4.1:compile, org.osgi:org.osgi.namespace.implementation=org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile, p2.eclipse.plugin:org.eclipse.e4.core.di.annotations=p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:eclipse-plugin:1.8.300.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:eclipse-plugin:0.18.200.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:eclipse-plugin:0.17.400.v20231214-1012:system, org.osgi:org.osgi.service.prefs=org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, p2.eclipse.plugin:org.eclipse.e4.emf.xpath=p2.eclipse.plugin:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.ecore=p2.eclipse.plugin:org.eclipse.emf.ecore:eclipse-plugin:2.36.0.v20240203-0859:system, p2.eclipse.plugin:org.eclipse.e4.ui.bindings=p2.eclipse.plugin:org.eclipse.e4.ui.bindings:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.swt=p2.eclipse.plugin:org.eclipse.swt:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.e4.ui.services=p2.eclipse.plugin:org.eclipse.e4.ui.services:eclipse-plugin:1.6.300.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.jface=p2.eclipse.plugin:org.eclipse.jface:eclipse-plugin:3.33.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.core=p2.eclipse.plugin:org.eclipse.e4.ui.css.core:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:eclipse-plugin:0.15.300.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.di=p2.eclipse.plugin:org.eclipse.e4.ui.di:eclipse-plugin:1.5.300.v20240116-1723:system, p2.eclipse.plugin:org.eclipse.e4.ui.dialogs=p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:eclipse-plugin:1.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:eclipse-plugin:2.4.200.v20240109-1025:system, p2.eclipse.plugin:org.eclipse.equinox.event=p2.eclipse.plugin:org.eclipse.equinox.event:eclipse-plugin:1.7.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.e4.ui.widgets=p2.eclipse.plugin:org.eclipse.e4.ui.widgets:eclipse-plugin:1.4.100.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.workbench:eclipse-plugin:1.15.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.emf.ecore.change=p2.eclipse.plugin:org.eclipse.emf.ecore.change:eclipse-plugin:2.16.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.emf.ecore.xmi=p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:eclipse-plugin:2.37.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:eclipse-plugin:1.5.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:eclipse-plugin:0.16.300.v20240223-1002:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:eclipse-plugin:0.17.300.v20240123-1128:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench3=p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:eclipse-plugin:0.17.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.urischeme=p2.eclipse.plugin:org.eclipse.urischeme:eclipse-plugin:1.3.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.common=p2.eclipse.plugin:org.eclipse.emf.common:eclipse-plugin:2.30.0.v20231210-0956:system, p2.eclipse.plugin:org.eclipse.help=p2.eclipse.plugin:org.eclipse.help:eclipse-plugin:3.10.300.v20240107-2054:system, p2.eclipse.plugin:org.eclipse.ui.workbench=p2.eclipse.plugin:org.eclipse.ui.workbench:eclipse-plugin:3.131.100.v20240221-2107:system, org.osgi:org.osgi.util.function=org.osgi:org.osgi.util.function:jar:1.2.0:compile, p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64=p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64=p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64=p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system} [DEBUG] (s) projectBuildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target [DEBUG] (s) redirectTestOutputToFile = false [DEBUG] (s) remoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (s) reportFormat = brief [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) reuseForks = true [DEBUG] (s) runOrder = filesystem [DEBUG] (f) shutdown = testset [DEBUG] (s) skip = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (s) skipTests = false [DEBUG] (s) suiteXmlFiles = [] [DEBUG] (s) tempDir = surefire [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (s) testNGArtifactName = org.testng:testng [DEBUG] (s) testSourceDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/src/test/java [DEBUG] (s) threadCountClasses = 0 [DEBUG] (s) threadCountMethods = 0 [DEBUG] (s) threadCountSuites = 0 [DEBUG] (s) trimStackTrace = true [DEBUG] (s) useFile = true [DEBUG] (s) useManifestOnlyJar = true [DEBUG] (s) useSystemClassLoader = true [DEBUG] (s) useUnlimitedThreads = false [DEBUG] (s) workingDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui [DEBUG] (s) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] (s) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (f) deleteOnExit = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [DEBUG] Generate pom descriptor with updated dependencies... [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) finalName = com.xored.q7.quality.mockups.ui-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/com.xored.q7.quality.mockups.ui-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory com/ [DEBUG] adding directory com/xored/ [DEBUG] adding directory com/xored/q7/ [DEBUG] adding directory com/xored/q7/quality/ [DEBUG] adding directory com/xored/q7/quality/mockups/ [DEBUG] adding directory com/xored/q7/quality/mockups/issues/ [DEBUG] adding directory com/xored/q7/quality/mockups/issues/internal/ [DEBUG] adding directory com/xored/q7/quality/mockups/ui/ [DEBUG] adding entry com/xored/q7/quality/mockups/issues/internal/QualityUIPlugin.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/internal/SampleTreeContentProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/internal/SampleTreeNode.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/Q7MockupsCategoryView$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/Q7MockupsCategoryView.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/Q7MockupsCategoryView$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/Q7MockupsCategoryView$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/PartManager$MockupPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/PartManager.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/MockupPartContentProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/IQ7MockupPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/BaseMockupPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/ui/Q7TextNotes.class [DEBUG] adding entry com/xored/q7/quality/mockups/ui/Q7QualityPerspective.class [DEBUG] adding directory icons/ [DEBUG] adding directory schema/ [DEBUG] adding entry icons/q7.png [DEBUG] adding entry plugin.xml [DEBUG] adding entry schema/part.exsd [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.ui/ [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.ui/pom.properties [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default:default-p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) execution = org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default {execution: default-p2-metadata-default} [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/com.xored.q7.quality.mockups.ui removed. [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test:default-integration-test' with basic configurator --> [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/work/data [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:2.7.5:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile, org.codehaus.plexus:plexus-io:jar:3.2.0:compile, commons-io:commons-io:jar:2.6:compile, org.apache.commons:commons-compress:jar:1.21:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.26:compile, org.codehaus.plexus:plexus-cipher:jar:2.0:compile, javax.inject:javax.inject:jar:1:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile, org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile, org.apache.commons:commons-exec:jar:1.3:compile, biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2:compile, org.slf4j:slf4j-api:jar:1.7.25:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5:runtime, org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile, org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.apache.maven:maven-repository-metadata:jar:3.8.4:compile, org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox:jar:2.0-M8:compile] [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TychoIntegrationTestMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TestPluginMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test' --- [DEBUG] (f) pluginRemoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (f) printBundles = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] (f) projectRemoteRepositories = [ id: neon url: http://download.eclipse.org/releases/2024-03/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: nat-table url: http://download.eclipse.org/nattable/releases/2.3.0/repository/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: maven-default-http-blocker url: http://0.0.0.0/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: true , id: nebula url: https://download.eclipse.org/nebula/archive/releases/3.1.1/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] blocked: false ] [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/failsafe-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/failsafe-reports/failsafe-summary.xml [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/test-classes [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = true [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/work [DEBUG] -- end configuration -- [DEBUG] Nothing matches pattern = [**/PluginTest*.class, **/*IT.class] excluding [**/*$*] in /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/test-classes [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ com.xored.q7.quality.mockups.ui --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=66985, ConflictMarker.markTime=42072, ConflictMarker.nodeCount=114, ConflictIdSorter.graphTime=36741, ConflictIdSorter.topsortTime=25828, ConflictIdSorter.conflictIdCount=37, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=446101, ConflictResolver.conflictItemCount=79, DfDependencyCollector.collectTime=4424579, DfDependencyCollector.transformTime=656041} [DEBUG] org.apache.maven.plugins:maven-failsafe-plugin:jar:2.22.2 [DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile (version managed from default) [DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile (scope managed from default) (version managed from default) [DEBUG] org.apache.maven.surefire:surefire-api:jar:2.22.2:compile (version managed from default) [DEBUG] org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile (version managed from default) [DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile (version managed from default) [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.15:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:4.12:compile (version managed from default) [DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile (version managed from default) [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile (version managed from default) [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile (version managed from default) [DEBUG] org.apache.maven:maven-core:jar:2.2.1:compile (version managed from default) (exclusions managed from default) [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile [DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime [DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile (version managed from default) [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.2.1:compile [DEBUG] classworlds:classworlds:jar:1.1:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [DEBUG] org.apache.maven:maven-toolchain:jar:2.2.1:compile (version managed from default) [DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.10:compile (version managed from default) [DEBUG] org.ow2.asm:asm:jar:6.2:compile [DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M8:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2 [DEBUG] Included: org.apache.maven.plugins:maven-failsafe-plugin:jar:2.22.2 [DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.22.2 [DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2 [DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.22.2 [DEBUG] Included: org.apache.maven.surefire:surefire-logger-api:jar:2.22.2 [DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.22.2 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.15 [DEBUG] Included: junit:junit:jar:4.12 [DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3 [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6 [DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.10 [DEBUG] Included: org.ow2.asm:asm:jar:6.2 [DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M8 [DEBUG] Loading mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify:default-verify' with basic configurator --> [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/failsafe-reports [DEBUG] (s) skip = false [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/failsafe-reports/failsafe-summary.xml [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] ------< com.xored.q7.quality:com.xored.q7.quality.mockups.issues >------ [INFO] Building com.xored.q7.quality.mockups.issues 1.0.0-SNAPSHOT [3/12] [INFO] from plugins/com.xored.q7.quality.mockups.issues/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled} ${tycho.ds.path} ${project} ${tycho.ds.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${project.build.testOutputDirectory} ${maven.resources.overwrite} ${project.testResources} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.additionalClasspath} ${argLine} ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${surefire.encoding} ${excludedGroups} ${surefire.excludesFile} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} ${forkMode} ${surefire.exitTimeout} ${surefire.timeout} ${groups} ${surefire.includesFile} ${junitArtifactName} ${junitPlatformArtifactName} ${jvm} ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${surefire.rerunFailingTestsCount} ${reuseForks} ${surefire.runOrder} ${surefire.shutdown} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skip.exec} ${skipTests} ${surefire.suiteXmlFiles} ${tempDir} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.baseline} ${tycho.baseline.replace} ${mojoExecution} ${tycho.generateDownloadStatsProperty} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${enableAssertions} ${excludedGroups} ${surefire.timeout} ${groups} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skipExec} ${skipITs} ${skipTests} ${test} ${testClass} ${project.build.testOutputDirectory} ${threadCount} ${trimStackTrace} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default-verify) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${failIfNoTests} ${maven.test.skip} ${maven.test.skip.exec} ${skipITs} ${skipTests} ${maven.test.failure.ignore} [DEBUG] ======================================================================= [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=70441, ConflictMarker.markTime=59511, ConflictMarker.nodeCount=161, ConflictIdSorter.graphTime=30707, ConflictIdSorter.topsortTime=31579, ConflictIdSorter.conflictIdCount=80, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=820093, ConflictResolver.conflictItemCount=160, DfDependencyCollector.collectTime=2353485, DfDependencyCollector.transformTime=1085393} [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.issues:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] com.ibm.icu:icu4j:jar:74.2:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.205.100.v20240131-1023:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.0.v20240215-1631:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.200.v20240108-1539:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.100.v20240209-1706:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.200.v20240104-1240:system [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.ui:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.125.0.v20240227-1638:system [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.19.0.v20240213-1246:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] commons-io:commons-io:jar:2.15.1:compile [DEBUG] p2.eclipse.plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse.plugin:org.apache.commons.logging:jar:1.2.0.v20180409-1502:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.300.v20231218-0909:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.0.v20240210-0844:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.0.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.300.v20240124-1325:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.200.v20231214-1526:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.0.v20240213-1427:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.300.v20240131-1308:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.500.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.300.v20240119-0800:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.300.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.200.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.400.v20231214-1012:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.33.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.300.v20240116-1723:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.200.v20240109-1025:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.300.v20240223-1002:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.300.v20240123-1128:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20231210-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.300.v20240107-2054:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.131.100.v20240221-2107:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.125.0.v20240227-1638:system [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.issues) [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of com.xored.q7.quality.mockups.issues... [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86) ) to create resolver properties [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml: {} [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.weaving.hook:1.4.0.v20240213-1357 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.aarch64:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.gtk:1.2.100.v20231030-2045 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.win32:1.2.200.v20231201-1637 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.14.300.v20240119-2127 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.win32.x86_64:1.4.300.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.x86_64:1.2.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.resources.win32.x86_64:3.5.500.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.ppc64le:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.ppc64le:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.macosx:1.3.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.fx.osgi:3.9.0.202210162353 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ui.cocoa:1.3.100.v20230214-1401 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.transforms.hook:1.4.0.v20240213-1244 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.region:1.5.500.v20231214-2017 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources:default-resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.issues-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src] [DEBUG] Classpath: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.views/3.12.200.v20231214-1513/org.eclipse.ui.views-3.12.200.v20231214-1513.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes] [DEBUG] Output directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/.settings/org.eclipse.jdt.core.prefs' could not be found! [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '6' is not supported by compiler. [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.views/3.12.200.v20231214-1513/org.eclipse.ui.views-3.12.200.v20231214-1513.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes [DEBUG] JDT compiler args: [-s, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes, -classpath, /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.views/3.12.200.v20231214-1513/org.eclipse.ui.views-3.12.200.v20231214-1513.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/internal/AbstractComboBoxCellEditor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/SUP657TreeItemWithSlash.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/RCPTT533_ExternaProgramImageDescriptor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2956_CellEditingIssueOnPropertySheetPage.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2575_TreeViewerWithMouseListeners.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2614_ComboIndectUpdate.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/RCPTT531_BrowserDialogWithTabFolder.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2531_TableWithCheckboxColumn.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/SUP251_HandWrittenCheckboxTree.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/ui/treeviewer/provider/CategoryProvider.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/ui/treeviewer/model/TreeItem.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2912_ContextToAffectKeyBindings.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/combotree/ComboTree.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/RCPTT532_SetFocusInTextFieldDisablesButton.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS1962_TableDemoPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2286_TreeEditAfterErrors.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS1962_SimpleControlsPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomComboBoxCellEditor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2309_Checkboxes.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2574_CComboItemsOnFocus.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2641_DragDrop.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/ui/treeviewer/model/TreeCategory.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS3160BundleResourceImage.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/internal/QualityIssuesPlugin.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/internal/GlobalVariableSelectionAdapter.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/SUP527_timerExecHung.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/TreeViewerWithMenu.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/ui/treeviewer/provider/TreeLabelProvider.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2167_DateTimePopup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2508_CheckedStateColumn.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/ui/treeviewer/menu/MenuContribution.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS1893_HangingSwitch.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/ui/treeviewer/model/TreeViewerModel.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/RCPTT640_AsyncGUI.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2373_ContextMenu.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2404_TextWithKeyUpAndKeyDownListeners.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomComboPropertyDescriptor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS3169_ComboTree.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/RCPTT304_RadioButtonTwiceAction.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/RCPTT351_DragAndDropAtTable.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS1957_StuartTableDemoPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/RCPTT211_EmptyWindowInAssertionMode.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2986_ProgressMonitorDialog.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/SUP562_allowStatusDialog.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/RCPTT356_ButtonPushTwice.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/internal/GlobalVariableSelectionDialog.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/com/xored/q7/quality/mockups/issues/parts/QS2953_GeneratedText.java, -g, -nowarn, -target, 1.6, -source, 1.6, -encoding, UTF-8] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml: {} [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources:default-testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.issues-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test:default-test' with basic configurator --> [DEBUG] (s) additionalClasspathElements = [] [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues [DEBUG] (s) childDelegation = false [DEBUG] (s) classesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/classes [DEBUG] (s) classpathDependencyExcludes = [] [DEBUG] (s) dependenciesToScan = [] [DEBUG] (s) disableXmlReport = false [DEBUG] (s) enableAssertions = true [DEBUG] (f) forkCount = 1 [DEBUG] (s) forkMode = once [DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30 [DEBUG] (s) junitArtifactName = junit:junit [DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine [DEBUG] (s) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) parallelMavenExecution = false [DEBUG] (s) parallelOptimized = true [DEBUG] (s) perCoreThreadCount = true [DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile} [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test' --- [DEBUG] (s) printSummary = true [DEBUG] (s) projectArtifactMap = {com.ibm.icu:icu4j=com.ibm.icu:icu4j:jar:74.2:compile, p2.eclipse.plugin:com.sun.jna=p2.eclipse.plugin:com.sun.jna:eclipse-plugin:5.14.0.v20231211-1200:system, net.java.dev.jna:jna-platform=net.java.dev.jna:jna-platform:jar:5.14.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:5.14.0:compile, p2.eclipse.plugin:org.eclipse.ui=p2.eclipse.plugin:org.eclipse.ui:eclipse-plugin:3.205.100.v20240131-1023:system, p2.eclipse.plugin:org.eclipse.core.runtime=p2.eclipse.plugin:org.eclipse.core.runtime:eclipse-plugin:3.31.0.v20240215-1631:system, p2.eclipse.plugin:org.eclipse.ui.forms=p2.eclipse.plugin:org.eclipse.ui.forms:eclipse-plugin:3.13.200.v20240108-1539:system, p2.eclipse.plugin:org.eclipse.core.resources=p2.eclipse.plugin:org.eclipse.core.resources:eclipse-plugin:3.20.100.v20240209-1706:system, p2.eclipse.plugin:org.eclipse.jface.databinding=p2.eclipse.plugin:org.eclipse.jface.databinding:eclipse-plugin:1.15.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding=p2.eclipse.plugin:org.eclipse.core.databinding:eclipse-plugin:1.13.200.v20240104-1240:system, com.xored.q7.quality:com.xored.q7.quality.mockups.ui=com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT:compile, p2.eclipse.plugin:org.eclipse.ui.views=p2.eclipse.plugin:org.eclipse.ui.views:eclipse-plugin:3.12.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.swt=p2.eclipse.plugin:org.eclipse.swt:eclipse-plugin:3.125.0.v20240227-1638:system, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:2.0.1:compile, p2.eclipse.plugin:org.eclipse.osgi=p2.eclipse.plugin:org.eclipse.osgi:eclipse-plugin:3.19.0.v20240213-1246:system, p2.eclipse.plugin:org.apache.batik.constants=p2.eclipse.plugin:org.apache.batik.constants:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.css=p2.eclipse.plugin:org.apache.batik.css:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext=p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:eclipse-plugin:1.0.0.v20230923-0644:system, p2.eclipse.plugin:org.apache.xmlgraphics=p2.eclipse.plugin:org.apache.xmlgraphics:eclipse-plugin:2.9.0.v20230916-1600:system, p2.eclipse.plugin:org.apache.batik.i18n=p2.eclipse.plugin:org.apache.batik.i18n:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.util=p2.eclipse.plugin:org.apache.batik.util:eclipse-plugin:1.17.0.v20231215-1130:system, commons-io:commons-io=commons-io:commons-io:jar:2.15.1:compile, p2.eclipse.plugin:org.apache.commons.jxpath=p2.eclipse.plugin:org.apache.commons.jxpath:eclipse-plugin:1.3.0.v200911051830:system, p2.eclipse.plugin:org.apache.commons.logging=p2.eclipse.plugin:org.apache.commons.logging:eclipse-plugin:1.2.0.v20180409-1502:system, org.apache.felix:org.apache.felix.scr=org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations=org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component=org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:osgi.annotation=org.osgi:osgi.annotation:jar:8.1.0:compile, org.osgi:org.osgi.namespace.extender=org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.osgi:org.osgi.util.promise=org.osgi:org.osgi.util.promise:jar:1.3.0:compile, p2.eclipse.plugin:org.eclipse.core.commands=p2.eclipse.plugin:org.eclipse.core.commands:eclipse-plugin:3.12.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.equinox.common=p2.eclipse.plugin:org.eclipse.equinox.common:eclipse-plugin:3.19.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.core.contenttype=p2.eclipse.plugin:org.eclipse.core.contenttype:eclipse-plugin:3.9.300.v20231218-0909:system, p2.eclipse.plugin:org.eclipse.equinox.preferences=p2.eclipse.plugin:org.eclipse.equinox.preferences:eclipse-plugin:3.11.0.v20240210-0844:system, p2.eclipse.plugin:org.eclipse.equinox.registry=p2.eclipse.plugin:org.eclipse.equinox.registry:eclipse-plugin:3.12.0.v20240213-1057:system, p2.eclipse.plugin:org.eclipse.core.databinding.observable=p2.eclipse.plugin:org.eclipse.core.databinding.observable:eclipse-plugin:1.13.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding.property=p2.eclipse.plugin:org.eclipse.core.databinding.property:eclipse-plugin:1.10.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.expressions=p2.eclipse.plugin:org.eclipse.core.expressions:eclipse-plugin:3.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.core.filesystem=p2.eclipse.plugin:org.eclipse.core.filesystem:eclipse-plugin:1.10.300.v20240124-1325:system, p2.eclipse.plugin:org.eclipse.core.jobs=p2.eclipse.plugin:org.eclipse.core.jobs:eclipse-plugin:3.15.200.v20231214-1526:system, p2.eclipse.plugin:org.eclipse.equinox.app=p2.eclipse.plugin:org.eclipse.equinox.app:eclipse-plugin:1.7.0.v20240213-1427:system, p2.eclipse.plugin:org.eclipse.e4.core.commands=p2.eclipse.plugin:org.eclipse.e4.core.commands:eclipse-plugin:1.1.300.v20240131-1308:system, p2.eclipse.plugin:org.eclipse.e4.core.di=p2.eclipse.plugin:org.eclipse.e4.core.di:eclipse-plugin:1.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.e4.core.contexts=p2.eclipse.plugin:org.eclipse.e4.core.contexts:eclipse-plugin:1.12.500.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.services=p2.eclipse.plugin:org.eclipse.e4.core.services:eclipse-plugin:2.4.300.v20240119-0800:system, org.osgi:org.osgi.service.event=org.osgi:org.osgi.service.event:jar:1.4.1:compile, org.osgi:org.osgi.namespace.implementation=org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile, p2.eclipse.plugin:org.eclipse.e4.core.di.annotations=p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:eclipse-plugin:1.8.300.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:eclipse-plugin:0.18.200.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:eclipse-plugin:0.17.400.v20231214-1012:system, org.osgi:org.osgi.service.prefs=org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, p2.eclipse.plugin:org.eclipse.e4.emf.xpath=p2.eclipse.plugin:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.ecore=p2.eclipse.plugin:org.eclipse.emf.ecore:eclipse-plugin:2.36.0.v20240203-0859:system, p2.eclipse.plugin:org.eclipse.e4.ui.bindings=p2.eclipse.plugin:org.eclipse.e4.ui.bindings:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.services=p2.eclipse.plugin:org.eclipse.e4.ui.services:eclipse-plugin:1.6.300.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.jface=p2.eclipse.plugin:org.eclipse.jface:eclipse-plugin:3.33.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.core=p2.eclipse.plugin:org.eclipse.e4.ui.css.core:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:eclipse-plugin:0.15.300.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.di=p2.eclipse.plugin:org.eclipse.e4.ui.di:eclipse-plugin:1.5.300.v20240116-1723:system, p2.eclipse.plugin:org.eclipse.e4.ui.dialogs=p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:eclipse-plugin:1.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:eclipse-plugin:2.4.200.v20240109-1025:system, p2.eclipse.plugin:org.eclipse.equinox.event=p2.eclipse.plugin:org.eclipse.equinox.event:eclipse-plugin:1.7.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.e4.ui.widgets=p2.eclipse.plugin:org.eclipse.e4.ui.widgets:eclipse-plugin:1.4.100.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.workbench:eclipse-plugin:1.15.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.emf.ecore.change=p2.eclipse.plugin:org.eclipse.emf.ecore.change:eclipse-plugin:2.16.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.emf.ecore.xmi=p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:eclipse-plugin:2.37.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:eclipse-plugin:1.5.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:eclipse-plugin:0.16.300.v20240223-1002:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:eclipse-plugin:0.17.300.v20240123-1128:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench3=p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:eclipse-plugin:0.17.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.urischeme=p2.eclipse.plugin:org.eclipse.urischeme:eclipse-plugin:1.3.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.common=p2.eclipse.plugin:org.eclipse.emf.common:eclipse-plugin:2.30.0.v20231210-0956:system, p2.eclipse.plugin:org.eclipse.help=p2.eclipse.plugin:org.eclipse.help:eclipse-plugin:3.10.300.v20240107-2054:system, p2.eclipse.plugin:org.eclipse.ui.workbench=p2.eclipse.plugin:org.eclipse.ui.workbench:eclipse-plugin:3.131.100.v20240221-2107:system, org.osgi:org.osgi.util.function=org.osgi:org.osgi.util.function:jar:1.2.0:compile, p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64=p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64=p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64=p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system} [DEBUG] (s) projectBuildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target [DEBUG] (s) redirectTestOutputToFile = false [DEBUG] (s) remoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (s) reportFormat = brief [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) reuseForks = true [DEBUG] (s) runOrder = filesystem [DEBUG] (f) shutdown = testset [DEBUG] (s) skip = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (s) skipTests = false [DEBUG] (s) suiteXmlFiles = [] [DEBUG] (s) tempDir = surefire [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (s) testNGArtifactName = org.testng:testng [DEBUG] (s) testSourceDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/src/test/java [DEBUG] (s) threadCountClasses = 0 [DEBUG] (s) threadCountMethods = 0 [DEBUG] (s) threadCountSuites = 0 [DEBUG] (s) trimStackTrace = true [DEBUG] (s) useFile = true [DEBUG] (s) useManifestOnlyJar = true [DEBUG] (s) useSystemClassLoader = true [DEBUG] (s) useUnlimitedThreads = false [DEBUG] (s) workingDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues [DEBUG] (s) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] (s) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (f) deleteOnExit = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [DEBUG] Generate pom descriptor with updated dependencies... [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) finalName = com.xored.q7.quality.mockups.issues-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/.tycho-consumer-pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/com.xored.q7.quality.mockups.issues-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory com/ [DEBUG] adding directory com/xored/ [DEBUG] adding directory com/xored/q7/ [DEBUG] adding directory com/xored/q7/quality/ [DEBUG] adding directory com/xored/q7/quality/mockups/ [DEBUG] adding directory com/xored/q7/quality/mockups/issues/ [DEBUG] adding directory com/xored/q7/quality/mockups/issues/parts/ [DEBUG] adding directory com/xored/q7/quality/mockups/issues/parts/internal/ [DEBUG] adding directory com/xored/q7/quality/mockups/issues/internal/ [DEBUG] adding directory com/xored/q7/quality/mockups/ui/ [DEBUG] adding directory com/xored/q7/quality/mockups/ui/treeviewer/ [DEBUG] adding directory com/xored/q7/quality/mockups/ui/treeviewer/provider/ [DEBUG] adding directory com/xored/q7/quality/mockups/ui/treeviewer/model/ [DEBUG] adding directory com/xored/q7/quality/mockups/ui/treeviewer/menu/ [DEBUG] adding directory com/xored/q7/quality/mockups/combotree/ [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/AbstractComboBoxCellEditor.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/AbstractComboBoxCellEditor$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo$6.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo$5.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo$1$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo$9.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo$8.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo$7.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomCombo$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomComboBoxCellEditor.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomComboBoxCellEditor$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomComboBoxCellEditor$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomComboBoxCellEditor$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomComboBoxCellEditor$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/GlobalVariableSelectionAdapter.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/VeryCustomComboPropertyDescriptor.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/internal/GlobalVariableSelectionDialog.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP657TreeItemWithSlash.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT533_ExternaProgramImageDescriptor.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT533_ExternaProgramImageDescriptor$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2956_CellEditingIssueOnPropertySheetPage.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2956_CellEditingIssueOnPropertySheetPage$SelectionElement.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2575_TreeViewerWithMouseListeners$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2575_TreeViewerWithMouseListeners.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2575_TreeViewerWithMouseListeners$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2614_ComboIndectUpdate.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2614_ComboIndectUpdate$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT531_BrowserDialogWithTabFolder.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT531_BrowserDialogWithTabFolder$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2531_TableWithCheckboxColumn$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2531_TableWithCheckboxColumn$QS2531EditingSupport.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2531_TableWithCheckboxColumn.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2531_TableWithCheckboxColumn$QS2531LabelProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP251_HandWrittenCheckboxTree.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP251_HandWrittenCheckboxTree$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2912_ContextToAffectKeyBindings.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2912_ContextToAffectKeyBindings$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2912_ContextToAffectKeyBindings$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT532_SetFocusInTextFieldDisablesButton.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT532_SetFocusInTextFieldDisablesButton$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT532_SetFocusInTextFieldDisablesButton$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1962_TableDemoPart$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1962_TableDemoPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1962_TableDemoPart$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1962_TableDemoPart$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1962_TableDemoPart$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2286_TreeEditAfterErrors$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2286_TreeEditAfterErrors$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2286_TreeEditAfterErrors$PairEditingSupport.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2286_TreeEditAfterErrors.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2286_TreeEditAfterErrors$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1962_SimpleControlsPart$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1962_SimpleControlsPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1962_SimpleControlsPart$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1962_SimpleControlsPart$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2309_Checkboxes.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2574_CComboItemsOnFocus$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2574_CComboItemsOnFocus$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2574_CComboItemsOnFocus.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2641_DragDrop$DropListener.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2641_DragDrop$Node.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2641_DragDrop$DragListener.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2641_DragDrop.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2641_DragDrop$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2641_DragDrop$LabelProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2641_DragDrop$ContentProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS3160BundleResourceImage.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS3160BundleResourceImage$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP527_timerExecHung.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP527_timerExecHung$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP527_timerExecHung$LocalRunnable.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP527_timerExecHung$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP527_timerExecHung$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/TreeViewerWithMenu$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/TreeViewerWithMenu.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/TreeViewerWithMenu$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/TreeViewerWithMenu$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2167_DateTimePopup$DateTimePicker.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2167_DateTimePopup$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2167_DateTimePopup$DateTimePicker$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2167_DateTimePopup$DateTimePicker$2$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2167_DateTimePopup.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2167_DateTimePopup$DateTimePicker$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2508_CheckedStateColumn.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2508_CheckedStateColumn$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2508_CheckedStateColumn$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2508_CheckedStateColumn$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2508_CheckedStateColumn$5.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2508_CheckedStateColumn$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2508_CheckedStateColumn$SampleData.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2508_CheckedStateColumn$SampleTableContentProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1893_HangingSwitch$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1893_HangingSwitch.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT640_AsyncGUI$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT640_AsyncGUI.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT640_AsyncGUI$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2373_ContextMenu.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2373_ContextMenu$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2373_ContextMenu$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2373_ContextMenu$1$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2404_TextWithKeyUpAndKeyDownListeners$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2404_TextWithKeyUpAndKeyDownListeners.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS3169_ComboTree.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT304_RadioButtonTwiceAction$RadioButtonSelectionListener.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT304_RadioButtonTwiceAction.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT304_RadioButtonTwiceAction$LdapConfig.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT351_DragAndDropAtTable.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT351_DragAndDropAtTable$TableLabelProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT351_DragAndDropAtTable$TableContentProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT351_DragAndDropAtTable$MyDropListener.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT351_DragAndDropAtTable$MyDragListener.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1957_StuartTableDemoPart$5.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1957_StuartTableDemoPart$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1957_StuartTableDemoPart$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1957_StuartTableDemoPart$SampleData.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1957_StuartTableDemoPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1957_StuartTableDemoPart$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1957_StuartTableDemoPart$SampleTableContentProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS1957_StuartTableDemoPart$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT211_EmptyWindowInAssertionMode.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2986_ProgressMonitorDialog$1$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2986_ProgressMonitorDialog$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2986_ProgressMonitorDialog$2$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2986_ProgressMonitorDialog$2$1$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2986_ProgressMonitorDialog$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2986_ProgressMonitorDialog.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2986_ProgressMonitorDialog$1$1$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP562_allowStatusDialog$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP562_allowStatusDialog$1$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/SUP562_allowStatusDialog.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT356_ButtonPushTwice$MyDialog$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT356_ButtonPushTwice$ClickListener1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT356_ButtonPushTwice$ClickListener2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT356_ButtonPushTwice$MyDialog.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT356_ButtonPushTwice$MyDialog$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/RCPTT356_ButtonPushTwice.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2953_GeneratedText$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/parts/QS2953_GeneratedText.class [DEBUG] adding entry com/xored/q7/quality/mockups/issues/internal/QualityIssuesPlugin.class [DEBUG] adding entry com/xored/q7/quality/mockups/ui/treeviewer/provider/CategoryProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/ui/treeviewer/provider/TreeLabelProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/ui/treeviewer/model/TreeItem.class [DEBUG] adding entry com/xored/q7/quality/mockups/ui/treeviewer/model/TreeCategory.class [DEBUG] adding entry com/xored/q7/quality/mockups/ui/treeviewer/model/TreeViewerModel.class [DEBUG] adding entry com/xored/q7/quality/mockups/ui/treeviewer/menu/MenuContribution.class [DEBUG] adding entry com/xored/q7/quality/mockups/combotree/ComboTree$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/combotree/ComboTree$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/combotree/ComboTree$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/combotree/ComboTree$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/combotree/ComboTree.class [DEBUG] adding directory icons/ [DEBUG] adding entry icons/checked.gif [DEBUG] adding entry icons/q7.png [DEBUG] adding entry icons/unchecked.gif [DEBUG] adding entry plugin.xml [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.issues/ [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.issues/pom.properties [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default:default-p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) execution = org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default {execution: default-p2-metadata-default} [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/.tycho-consumer-pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/.tycho-consumer-pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/com.xored.q7.quality.mockups.issues removed. [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test:default-integration-test' with basic configurator --> [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/work/data [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:2.7.5:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile, org.codehaus.plexus:plexus-io:jar:3.2.0:compile, commons-io:commons-io:jar:2.6:compile, org.apache.commons:commons-compress:jar:1.21:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.26:compile, org.codehaus.plexus:plexus-cipher:jar:2.0:compile, javax.inject:javax.inject:jar:1:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile, org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile, org.apache.commons:commons-exec:jar:1.3:compile, biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2:compile, org.slf4j:slf4j-api:jar:1.7.25:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5:runtime, org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile, org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.apache.maven:maven-repository-metadata:jar:3.8.4:compile, org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox:jar:2.0-M8:compile] [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TychoIntegrationTestMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TestPluginMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test' --- [DEBUG] (f) pluginRemoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (f) printBundles = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/.tycho-consumer-pom.xml [DEBUG] (f) projectRemoteRepositories = [ id: neon url: http://download.eclipse.org/releases/2024-03/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: nat-table url: http://download.eclipse.org/nattable/releases/2.3.0/repository/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: maven-default-http-blocker url: http://0.0.0.0/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: true , id: nebula url: https://download.eclipse.org/nebula/archive/releases/3.1.1/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] blocked: false ] [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/failsafe-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/failsafe-reports/failsafe-summary.xml [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/test-classes [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = true [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/work [DEBUG] -- end configuration -- [DEBUG] Nothing matches pattern = [**/PluginTest*.class, **/*IT.class] excluding [**/*$*] in /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/test-classes [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ com.xored.q7.quality.mockups.issues --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify:default-verify' with basic configurator --> [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/failsafe-reports [DEBUG] (s) skip = false [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/failsafe-reports/failsafe-summary.xml [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] -----< com.xored.q7.quality:com.xored.q7.quality.mockups.platform >----- [INFO] Building com.xored.q7.quality.mockups.platform 1.0.0-SNAPSHOT [4/12] [INFO] from plugins/com.xored.q7.quality.mockups.platform/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled} ${tycho.ds.path} ${project} ${tycho.ds.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${project.build.testOutputDirectory} ${maven.resources.overwrite} ${project.testResources} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.additionalClasspath} ${argLine} ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${surefire.encoding} ${excludedGroups} ${surefire.excludesFile} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} ${forkMode} ${surefire.exitTimeout} ${surefire.timeout} ${groups} ${surefire.includesFile} ${junitArtifactName} ${junitPlatformArtifactName} ${jvm} ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${surefire.rerunFailingTestsCount} ${reuseForks} ${surefire.runOrder} ${surefire.shutdown} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skip.exec} ${skipTests} ${surefire.suiteXmlFiles} ${tempDir} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.baseline} ${tycho.baseline.replace} ${mojoExecution} ${tycho.generateDownloadStatsProperty} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${enableAssertions} ${excludedGroups} ${surefire.timeout} ${groups} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skipExec} ${skipITs} ${skipTests} ${test} ${testClass} ${project.build.testOutputDirectory} ${threadCount} ${trimStackTrace} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default-verify) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${failIfNoTests} ${maven.test.skip} ${maven.test.skip.exec} ${skipITs} ${skipTests} ${maven.test.failure.ignore} [DEBUG] ======================================================================= [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=71702, ConflictMarker.markTime=55304, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=30454, ConflictIdSorter.topsortTime=31329, ConflictIdSorter.conflictIdCount=79, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=730035, ConflictResolver.conflictItemCount=159, DfDependencyCollector.collectTime=1117609, DfDependencyCollector.transformTime=960218} [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.platform:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] com.ibm.icu:icu4j:jar:74.2:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.205.100.v20240131-1023:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.0.v20240215-1631:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.200.v20240108-1539:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.100.v20240209-1706:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.200.v20240104-1240:system [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.ui:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.200.v20240104-1240:system [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.19.0.v20240213-1246:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] commons-io:commons-io:jar:2.15.1:compile [DEBUG] p2.eclipse.plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse.plugin:org.apache.commons.logging:jar:1.2.0.v20180409-1502:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.300.v20231218-0909:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.0.v20240210-0844:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.0.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.300.v20240124-1325:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.200.v20231214-1526:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.0.v20240213-1427:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.300.v20240131-1308:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.500.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.300.v20240119-0800:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.300.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.200.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.400.v20231214-1012:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.33.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.300.v20240116-1723:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.200.v20240109-1025:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.300.v20240223-1002:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.300.v20240123-1128:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20231210-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.300.v20240107-2054:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.131.100.v20240221-2107:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.125.0.v20240227-1638:system [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.platform) [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of com.xored.q7.quality.mockups.platform... [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86) ) to create resolver properties [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml: {} [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.weaving.hook:1.4.0.v20240213-1357 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.aarch64:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.gtk:1.2.100.v20231030-2045 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.win32:1.2.200.v20231201-1637 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.14.300.v20240119-2127 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.win32.x86_64:1.4.300.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.x86_64:1.2.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.resources.win32.x86_64:3.5.500.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.ppc64le:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.ppc64le:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.macosx:1.3.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.fx.osgi:3.9.0.202210162353 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ui.cocoa:1.3.100.v20230214-1401 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.transforms.hook:1.4.0.v20240213-1244 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.region:1.5.500.v20231214-2017 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources:default-resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.platform-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.7' { source level: 1.7, target level: 1.7}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.7/1.7 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src] [DEBUG] Classpath: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[+org/eclipse/core/databinding/property/*:+org/eclipse/core/databinding/property/list/*:+org/eclipse/core/databinding/property/map/*:+org/eclipse/core/databinding/property/set/*:+org/eclipse/core/databinding/property/value/*:~org/eclipse/core/internal/databinding/property/*:~org/eclipse/core/internal/databinding/property/list/*:~org/eclipse/core/internal/databinding/property/map/*:~org/eclipse/core/internal/databinding/property/set/*:~org/eclipse/core/internal/databinding/property/value/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes] [DEBUG] Output directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/.settings/org.eclipse.jdt.core.prefs' could not be found! [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[+org/eclipse/core/databinding/property/*:+org/eclipse/core/databinding/property/list/*:+org/eclipse/core/databinding/property/map/*:+org/eclipse/core/databinding/property/set/*:+org/eclipse/core/databinding/property/value/*:~org/eclipse/core/internal/databinding/property/*:~org/eclipse/core/internal/databinding/property/list/*:~org/eclipse/core/internal/databinding/property/map/*:~org/eclipse/core/internal/databinding/property/set/*:~org/eclipse/core/internal/databinding/property/value/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes [DEBUG] JDT compiler args: [-s, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes, -classpath, /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[+org/eclipse/core/databinding/property/*:+org/eclipse/core/databinding/property/list/*:+org/eclipse/core/databinding/property/map/*:+org/eclipse/core/databinding/property/set/*:+org/eclipse/core/databinding/property/value/*:~org/eclipse/core/internal/databinding/property/*:~org/eclipse/core/internal/databinding/property/list/*:~org/eclipse/core/internal/databinding/property/map/*:~org/eclipse/core/internal/databinding/property/set/*:~org/eclipse/core/internal/databinding/property/value/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/org/eclipse/platform/resources/HangingJobPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/com/xored/q7/quality/mockups/swt/internal/QualityPlatformPlugin.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/com/xored/q7/quality/mockups/jobs/JobAndAsyncMix.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/org/eclipse/platform/resources/LockResourcesPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/org/eclipse/platform/resources/DelayedBuildsPart.java, -g, -nowarn, -target, 1.7, -source, 1.7, --release, 7, -encoding, UTF-8] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml: {} [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources:default-testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.platform-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.7' { source level: 1.7, target level: 1.7}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.7/1.7 [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test:default-test' with basic configurator --> [DEBUG] (s) additionalClasspathElements = [] [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform [DEBUG] (s) childDelegation = false [DEBUG] (s) classesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/classes [DEBUG] (s) classpathDependencyExcludes = [] [DEBUG] (s) dependenciesToScan = [] [DEBUG] (s) disableXmlReport = false [DEBUG] (s) enableAssertions = true [DEBUG] (f) forkCount = 1 [DEBUG] (s) forkMode = once [DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30 [DEBUG] (s) junitArtifactName = junit:junit [DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine [DEBUG] (s) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) parallelMavenExecution = false [DEBUG] (s) parallelOptimized = true [DEBUG] (s) perCoreThreadCount = true [DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile} [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test' --- [DEBUG] (s) printSummary = true [DEBUG] (s) projectArtifactMap = {com.ibm.icu:icu4j=com.ibm.icu:icu4j:jar:74.2:compile, p2.eclipse.plugin:com.sun.jna=p2.eclipse.plugin:com.sun.jna:eclipse-plugin:5.14.0.v20231211-1200:system, net.java.dev.jna:jna-platform=net.java.dev.jna:jna-platform:jar:5.14.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:5.14.0:compile, p2.eclipse.plugin:org.eclipse.ui=p2.eclipse.plugin:org.eclipse.ui:eclipse-plugin:3.205.100.v20240131-1023:system, p2.eclipse.plugin:org.eclipse.core.runtime=p2.eclipse.plugin:org.eclipse.core.runtime:eclipse-plugin:3.31.0.v20240215-1631:system, p2.eclipse.plugin:org.eclipse.ui.forms=p2.eclipse.plugin:org.eclipse.ui.forms:eclipse-plugin:3.13.200.v20240108-1539:system, p2.eclipse.plugin:org.eclipse.core.resources=p2.eclipse.plugin:org.eclipse.core.resources:eclipse-plugin:3.20.100.v20240209-1706:system, p2.eclipse.plugin:org.eclipse.jface.databinding=p2.eclipse.plugin:org.eclipse.jface.databinding:eclipse-plugin:1.15.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding=p2.eclipse.plugin:org.eclipse.core.databinding:eclipse-plugin:1.13.200.v20240104-1240:system, com.xored.q7.quality:com.xored.q7.quality.mockups.ui=com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT:compile, p2.eclipse.plugin:org.eclipse.core.databinding.property=p2.eclipse.plugin:org.eclipse.core.databinding.property:eclipse-plugin:1.10.200.v20240104-1240:system, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:2.0.1:compile, p2.eclipse.plugin:org.eclipse.osgi=p2.eclipse.plugin:org.eclipse.osgi:eclipse-plugin:3.19.0.v20240213-1246:system, p2.eclipse.plugin:org.apache.batik.constants=p2.eclipse.plugin:org.apache.batik.constants:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.css=p2.eclipse.plugin:org.apache.batik.css:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext=p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:eclipse-plugin:1.0.0.v20230923-0644:system, p2.eclipse.plugin:org.apache.xmlgraphics=p2.eclipse.plugin:org.apache.xmlgraphics:eclipse-plugin:2.9.0.v20230916-1600:system, p2.eclipse.plugin:org.apache.batik.i18n=p2.eclipse.plugin:org.apache.batik.i18n:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.util=p2.eclipse.plugin:org.apache.batik.util:eclipse-plugin:1.17.0.v20231215-1130:system, commons-io:commons-io=commons-io:commons-io:jar:2.15.1:compile, p2.eclipse.plugin:org.apache.commons.jxpath=p2.eclipse.plugin:org.apache.commons.jxpath:eclipse-plugin:1.3.0.v200911051830:system, p2.eclipse.plugin:org.apache.commons.logging=p2.eclipse.plugin:org.apache.commons.logging:eclipse-plugin:1.2.0.v20180409-1502:system, org.apache.felix:org.apache.felix.scr=org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations=org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component=org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:osgi.annotation=org.osgi:osgi.annotation:jar:8.1.0:compile, org.osgi:org.osgi.namespace.extender=org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.osgi:org.osgi.util.promise=org.osgi:org.osgi.util.promise:jar:1.3.0:compile, p2.eclipse.plugin:org.eclipse.core.commands=p2.eclipse.plugin:org.eclipse.core.commands:eclipse-plugin:3.12.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.equinox.common=p2.eclipse.plugin:org.eclipse.equinox.common:eclipse-plugin:3.19.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.core.contenttype=p2.eclipse.plugin:org.eclipse.core.contenttype:eclipse-plugin:3.9.300.v20231218-0909:system, p2.eclipse.plugin:org.eclipse.equinox.preferences=p2.eclipse.plugin:org.eclipse.equinox.preferences:eclipse-plugin:3.11.0.v20240210-0844:system, p2.eclipse.plugin:org.eclipse.equinox.registry=p2.eclipse.plugin:org.eclipse.equinox.registry:eclipse-plugin:3.12.0.v20240213-1057:system, p2.eclipse.plugin:org.eclipse.core.databinding.observable=p2.eclipse.plugin:org.eclipse.core.databinding.observable:eclipse-plugin:1.13.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.expressions=p2.eclipse.plugin:org.eclipse.core.expressions:eclipse-plugin:3.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.core.filesystem=p2.eclipse.plugin:org.eclipse.core.filesystem:eclipse-plugin:1.10.300.v20240124-1325:system, p2.eclipse.plugin:org.eclipse.core.jobs=p2.eclipse.plugin:org.eclipse.core.jobs:eclipse-plugin:3.15.200.v20231214-1526:system, p2.eclipse.plugin:org.eclipse.equinox.app=p2.eclipse.plugin:org.eclipse.equinox.app:eclipse-plugin:1.7.0.v20240213-1427:system, p2.eclipse.plugin:org.eclipse.e4.core.commands=p2.eclipse.plugin:org.eclipse.e4.core.commands:eclipse-plugin:1.1.300.v20240131-1308:system, p2.eclipse.plugin:org.eclipse.e4.core.di=p2.eclipse.plugin:org.eclipse.e4.core.di:eclipse-plugin:1.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.e4.core.contexts=p2.eclipse.plugin:org.eclipse.e4.core.contexts:eclipse-plugin:1.12.500.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.services=p2.eclipse.plugin:org.eclipse.e4.core.services:eclipse-plugin:2.4.300.v20240119-0800:system, org.osgi:org.osgi.service.event=org.osgi:org.osgi.service.event:jar:1.4.1:compile, org.osgi:org.osgi.namespace.implementation=org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile, p2.eclipse.plugin:org.eclipse.e4.core.di.annotations=p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:eclipse-plugin:1.8.300.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:eclipse-plugin:0.18.200.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:eclipse-plugin:0.17.400.v20231214-1012:system, org.osgi:org.osgi.service.prefs=org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, p2.eclipse.plugin:org.eclipse.e4.emf.xpath=p2.eclipse.plugin:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.ecore=p2.eclipse.plugin:org.eclipse.emf.ecore:eclipse-plugin:2.36.0.v20240203-0859:system, p2.eclipse.plugin:org.eclipse.e4.ui.bindings=p2.eclipse.plugin:org.eclipse.e4.ui.bindings:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.swt=p2.eclipse.plugin:org.eclipse.swt:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.e4.ui.services=p2.eclipse.plugin:org.eclipse.e4.ui.services:eclipse-plugin:1.6.300.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.jface=p2.eclipse.plugin:org.eclipse.jface:eclipse-plugin:3.33.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.core=p2.eclipse.plugin:org.eclipse.e4.ui.css.core:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:eclipse-plugin:0.15.300.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.di=p2.eclipse.plugin:org.eclipse.e4.ui.di:eclipse-plugin:1.5.300.v20240116-1723:system, p2.eclipse.plugin:org.eclipse.e4.ui.dialogs=p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:eclipse-plugin:1.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:eclipse-plugin:2.4.200.v20240109-1025:system, p2.eclipse.plugin:org.eclipse.equinox.event=p2.eclipse.plugin:org.eclipse.equinox.event:eclipse-plugin:1.7.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.e4.ui.widgets=p2.eclipse.plugin:org.eclipse.e4.ui.widgets:eclipse-plugin:1.4.100.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.workbench:eclipse-plugin:1.15.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.emf.ecore.change=p2.eclipse.plugin:org.eclipse.emf.ecore.change:eclipse-plugin:2.16.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.emf.ecore.xmi=p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:eclipse-plugin:2.37.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:eclipse-plugin:1.5.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:eclipse-plugin:0.16.300.v20240223-1002:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:eclipse-plugin:0.17.300.v20240123-1128:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench3=p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:eclipse-plugin:0.17.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.urischeme=p2.eclipse.plugin:org.eclipse.urischeme:eclipse-plugin:1.3.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.common=p2.eclipse.plugin:org.eclipse.emf.common:eclipse-plugin:2.30.0.v20231210-0956:system, p2.eclipse.plugin:org.eclipse.help=p2.eclipse.plugin:org.eclipse.help:eclipse-plugin:3.10.300.v20240107-2054:system, p2.eclipse.plugin:org.eclipse.ui.workbench=p2.eclipse.plugin:org.eclipse.ui.workbench:eclipse-plugin:3.131.100.v20240221-2107:system, org.osgi:org.osgi.util.function=org.osgi:org.osgi.util.function:jar:1.2.0:compile, p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64=p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64=p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64=p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system} [DEBUG] (s) projectBuildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target [DEBUG] (s) redirectTestOutputToFile = false [DEBUG] (s) remoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (s) reportFormat = brief [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) reuseForks = true [DEBUG] (s) runOrder = filesystem [DEBUG] (f) shutdown = testset [DEBUG] (s) skip = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (s) skipTests = false [DEBUG] (s) suiteXmlFiles = [] [DEBUG] (s) tempDir = surefire [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (s) testNGArtifactName = org.testng:testng [DEBUG] (s) testSourceDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/src/test/java [DEBUG] (s) threadCountClasses = 0 [DEBUG] (s) threadCountMethods = 0 [DEBUG] (s) threadCountSuites = 0 [DEBUG] (s) trimStackTrace = true [DEBUG] (s) useFile = true [DEBUG] (s) useManifestOnlyJar = true [DEBUG] (s) useSystemClassLoader = true [DEBUG] (s) useUnlimitedThreads = false [DEBUG] (s) workingDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform [DEBUG] (s) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] (s) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (f) deleteOnExit = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [DEBUG] Generate pom descriptor with updated dependencies... [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) finalName = com.xored.q7.quality.mockups.platform-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/.tycho-consumer-pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/com.xored.q7.quality.mockups.platform-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/platform/ [DEBUG] adding directory org/eclipse/platform/resources/ [DEBUG] adding directory com/ [DEBUG] adding directory com/xored/ [DEBUG] adding directory com/xored/q7/ [DEBUG] adding directory com/xored/q7/quality/ [DEBUG] adding directory com/xored/q7/quality/mockups/ [DEBUG] adding directory com/xored/q7/quality/mockups/swt/ [DEBUG] adding directory com/xored/q7/quality/mockups/swt/internal/ [DEBUG] adding directory com/xored/q7/quality/mockups/jobs/ [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$HangType$2.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ThreadType$4.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ReturnPolicy$3.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$6.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ThreadType$3.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ThreadType$5$1.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ThreadType$1.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ReturnPolicy$1.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ThreadType$5.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ThreadType.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$3.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$2.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$HangType$3.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$HangType$1.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$1.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ReturnPolicy$2.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$4.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$5.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$Function.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ReturnPolicy.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$ThreadType$2.class [DEBUG] adding entry org/eclipse/platform/resources/HangingJobPart$HangType.class [DEBUG] adding entry org/eclipse/platform/resources/LockResourcesPart$4.class [DEBUG] adding entry org/eclipse/platform/resources/LockResourcesPart$3.class [DEBUG] adding entry org/eclipse/platform/resources/LockResourcesPart$2.class [DEBUG] adding entry org/eclipse/platform/resources/LockResourcesPart.class [DEBUG] adding entry org/eclipse/platform/resources/LockResourcesPart$1.class [DEBUG] adding entry org/eclipse/platform/resources/DelayedBuildsPart$1.class [DEBUG] adding entry org/eclipse/platform/resources/DelayedBuildsPart$5.class [DEBUG] adding entry org/eclipse/platform/resources/DelayedBuildsPart$4.class [DEBUG] adding entry org/eclipse/platform/resources/DelayedBuildsPart$2.class [DEBUG] adding entry org/eclipse/platform/resources/DelayedBuildsPart$2$1.class [DEBUG] adding entry org/eclipse/platform/resources/DelayedBuildsPart.class [DEBUG] adding entry org/eclipse/platform/resources/DelayedBuildsPart$3.class [DEBUG] adding entry org/eclipse/platform/resources/DelayedBuildsPart$1$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/internal/QualityPlatformPlugin.class [DEBUG] adding entry com/xored/q7/quality/mockups/jobs/JobAndAsyncMix$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/jobs/JobAndAsyncMix$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/jobs/JobAndAsyncMix.class [DEBUG] adding entry com/xored/q7/quality/mockups/jobs/JobAndAsyncMix$4$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/jobs/JobAndAsyncMix$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/jobs/JobAndAsyncMix$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/jobs/JobAndAsyncMix$6.class [DEBUG] adding entry com/xored/q7/quality/mockups/jobs/JobAndAsyncMix$5.class [DEBUG] adding directory icons/ [DEBUG] adding entry icons/q7.png [DEBUG] adding entry plugin.xml [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.platform/ [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.platform/pom.properties [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default:default-p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) execution = org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default {execution: default-p2-metadata-default} [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/.tycho-consumer-pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/.tycho-consumer-pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/com.xored.q7.quality.mockups.platform removed. [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test:default-integration-test' with basic configurator --> [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/work/data [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:2.7.5:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile, org.codehaus.plexus:plexus-io:jar:3.2.0:compile, commons-io:commons-io:jar:2.6:compile, org.apache.commons:commons-compress:jar:1.21:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.26:compile, org.codehaus.plexus:plexus-cipher:jar:2.0:compile, javax.inject:javax.inject:jar:1:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile, org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile, org.apache.commons:commons-exec:jar:1.3:compile, biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2:compile, org.slf4j:slf4j-api:jar:1.7.25:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5:runtime, org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile, org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.apache.maven:maven-repository-metadata:jar:3.8.4:compile, org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox:jar:2.0-M8:compile] [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TychoIntegrationTestMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TestPluginMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test' --- [DEBUG] (f) pluginRemoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (f) printBundles = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/.tycho-consumer-pom.xml [DEBUG] (f) projectRemoteRepositories = [ id: neon url: http://download.eclipse.org/releases/2024-03/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: nat-table url: http://download.eclipse.org/nattable/releases/2.3.0/repository/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: maven-default-http-blocker url: http://0.0.0.0/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: true , id: nebula url: https://download.eclipse.org/nebula/archive/releases/3.1.1/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] blocked: false ] [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/failsafe-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/failsafe-reports/failsafe-summary.xml [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/test-classes [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = true [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/work [DEBUG] -- end configuration -- [DEBUG] Nothing matches pattern = [**/PluginTest*.class, **/*IT.class] excluding [**/*$*] in /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/test-classes [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ com.xored.q7.quality.mockups.platform --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify:default-verify' with basic configurator --> [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/failsafe-reports [DEBUG] (s) skip = false [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/failsafe-reports/failsafe-summary.xml [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] -------< com.xored.q7.quality:com.xored.q7.quality.mockups.swt >-------- [INFO] Building com.xored.q7.quality.mockups.swt 1.0.0-SNAPSHOT [5/12] [INFO] from plugins/com.xored.q7.quality.mockups.swt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled} ${tycho.ds.path} ${project} ${tycho.ds.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${project.build.testOutputDirectory} ${maven.resources.overwrite} ${project.testResources} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.additionalClasspath} ${argLine} ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${surefire.encoding} ${excludedGroups} ${surefire.excludesFile} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} ${forkMode} ${surefire.exitTimeout} ${surefire.timeout} ${groups} ${surefire.includesFile} ${junitArtifactName} ${junitPlatformArtifactName} ${jvm} ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${surefire.rerunFailingTestsCount} ${reuseForks} ${surefire.runOrder} ${surefire.shutdown} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skip.exec} ${skipTests} ${surefire.suiteXmlFiles} ${tempDir} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.baseline} ${tycho.baseline.replace} ${mojoExecution} ${tycho.generateDownloadStatsProperty} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${enableAssertions} ${excludedGroups} ${surefire.timeout} ${groups} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skipExec} ${skipITs} ${skipTests} ${test} ${testClass} ${project.build.testOutputDirectory} ${threadCount} ${trimStackTrace} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default-verify) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${failIfNoTests} ${maven.test.skip} ${maven.test.skip.exec} ${skipITs} ${skipTests} ${maven.test.failure.ignore} [DEBUG] ======================================================================= [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:pom:1.77 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:pom:1.77 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom (1.6 kB at 528 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk18on/1.77/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.pom.lastUpdated' [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:pom:1.77 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:pom:1.77 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom (1.1 kB at 1.1 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk18on/1.77/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=77278, ConflictMarker.markTime=72439, ConflictMarker.nodeCount=178, ConflictIdSorter.graphTime=34543, ConflictIdSorter.topsortTime=35610, ConflictIdSorter.conflictIdCount=96, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=887954, ConflictResolver.conflictItemCount=177, DfDependencyCollector.collectTime=68126218, DfDependencyCollector.transformTime=1166753} [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.swt:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] com.ibm.icu:icu4j:jar:74.2:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.205.100.v20240131-1023:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.0.v20240215-1631:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.200.v20240108-1539:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.100.v20240209-1706:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.200.v20240104-1240:system [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.ui:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.0.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.100.v20240227-1633:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.125.0.v20240227-1638:system [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.19.0.v20240213-1246:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] commons-io:commons-io:jar:2.15.1:compile [DEBUG] p2.eclipse.plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse.plugin:org.apache.commons.logging:jar:1.2.0.v20180409-1502:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.300.v20231218-0909:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.0.v20240210-0844:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.0.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.300.v20240124-1325:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.200.v20231214-1526:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.0.v20240213-1427:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.300.v20240131-1308:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.500.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.300.v20240119-0800:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.300.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.200.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.400.v20231214-1012:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.33.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.300.v20240116-1723:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.200.v20240109-1025:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.300.v20240223-1002:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.300.v20240123-1128:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20231210-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.0.v20240113-0700:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300.v20240220-1431:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.0.v20240213-1100:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.0.v20240210-1628:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300.v20240201-0843:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.8.100.v20240207-1113:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.0.v20240210-0918:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300.v20240201-0843:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.200.v20240213-1244:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.300.v20240107-2054:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.0.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.131.100.v20240221-2107:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.300.v20240205-1417:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:jar:1.77 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:jar:1.77 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcpg-jdk18on:jar:1.77 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.bouncycastle:bcprov-jdk18on:jar:1.77 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar (451 kB at 45 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar (8.4 MB at 26 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk18on/1.77/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcpg-jdk18on/1.77/bcpg-jdk18on-1.77.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk18on/1.77/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar.lastUpdated' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.swt) [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of com.xored.q7.quality.mockups.swt... [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86) ) to create resolver properties [INFO] Fetching org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar from https://mirror.dkm.cz/eclipse/releases/2024-03/202403131000/plugins/ (29.9kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.security.macosx,1.102.200.v20231214-2017 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017-p2artifacts.xml... [INFO] Fetching org.eclipse.ui.win32_3.5.200.v20231214-2114.jar from https://mirror.dogado.de/eclipse/releases/2024-03/202403131000/plugins/ (24.37kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.ui.win32,3.5.200.v20231214-2114 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (42.58kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.2.200.v20240213-1244 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244-p2artifacts.xml... [INFO] Fetching org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar from https://ftp.fau.de/eclipse/releases/2024-03/202403131000/plugins/ (25.65kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.equinox.security.linux,1.1.200.v20231214-1607 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607-p2artifacts.xml... [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml: {} [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.weaving.hook:1.4.0.v20240213-1357 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.win32:1.2.200.v20231201-1637 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.14.300.v20240119-2127 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.resources.win32.x86_64:3.5.500.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.ppc64le:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.security.macosx:1.102.200.v20231214-2017 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ui.win32:3.5.200.v20231214-2114 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.security.win32.x86_64:1.2.200.v20240213-1244 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.region:1.5.500.v20231214-2017 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.aarch64:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.gtk:1.2.100.v20231030-2045 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.security.linux:1.1.200.v20231214-1607 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.win32.x86_64:1.4.300.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.x86_64:1.2.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.ppc64le:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.macosx:1.3.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.fx.osgi:3.9.0.202210162353 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ui.cocoa:1.3.100.v20230214-1401 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.transforms.hook:1.4.0.v20240213-1244 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources:default-resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.swt-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src] [DEBUG] Classpath: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.0.v20240113-0700/org.eclipse.equinox.bidi-1.5.0.v20240113-0700.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.text/3.25.0.v20240207-1054/org.eclipse.jface.text-3.25.0.v20240207-1054.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.text/3.14.0.v20240207-1054/org.eclipse.text-3.14.0.v20240207-1054.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.ide/3.22.100.v20240227-1633/org.eclipse.ui.ide-3.22.100.v20240227-1633.jar[+org/eclipse/ui/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/ide/*:+org/eclipse/ui/ide/dialogs/*:+org/eclipse/ui/ide/fileSystem/*:+org/eclipse/ui/ide/undo/*:~org/eclipse/ui/internal/ide/*:~org/eclipse/ui/internal/ide/actions/*:~org/eclipse/ui/internal/ide/addons/*:~org/eclipse/ui/internal/ide/commands/*:~org/eclipse/ui/internal/ide/dialogs/*:~org/eclipse/ui/internal/ide/filesystem/*:~org/eclipse/ui/internal/ide/handlers/*:~org/eclipse/ui/internal/ide/misc/*:~org/eclipse/ui/internal/ide/model/*:~org/eclipse/ui/internal/ide/registry/*:~org/eclipse/ui/internal/ide/undo/*:~org/eclipse/ui/internal/views/bookmarkexplorer/*:~org/eclipse/ui/internal/views/framelist/*:~org/eclipse/ui/internal/views/helpers/*:~org/eclipse/ui/internal/views/markers/*:~org/eclipse/ui/internal/views/navigator/*:~org/eclipse/ui/internal/views/properties/*:~org/eclipse/ui/internal/views/tasklist/*:~org/eclipse/ui/internal/wizards/datatransfer/*:~org/eclipse/ui/internal/wizards/datatransfer/expressions/*:~org/eclipse/ui/internal/wizards/newresource/*:+org/eclipse/ui/model/*:+org/eclipse/ui/part/*:+org/eclipse/ui/views/framelist/*:+org/eclipse/ui/views/markers/*:~org/eclipse/ui/views/markers/internal/*:+org/eclipse/ui/views/navigator/*:+org/eclipse/ui/views/properties/*:+org/eclipse/ui/views/tasklist/*:+org/eclipse/ui/wizards/datatransfer/*:+org/eclipse/ui/wizards/newresource/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.0.v20240210-0918/org.eclipse.equinox.p2.engine-2.10.0.v20240210-0918.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.0.v20240213-1100/org.eclipse.equinox.p2.metadata-2.9.0.v20240213-1100.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.0.v20240210-1628/org.eclipse.equinox.p2.core-2.11.0.v20240210-1628.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar[~org/eclipse/e4/ui/internal/workspace/markers/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.300.v20240205-1417/org.eclipse.ui.navigator-3.12.300.v20240205-1417.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes] [DEBUG] Output directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.0.v20240113-0700/org.eclipse.equinox.bidi-1.5.0.v20240113-0700.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.text/3.25.0.v20240207-1054/org.eclipse.jface.text-3.25.0.v20240207-1054.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.text/3.14.0.v20240207-1054/org.eclipse.text-3.14.0.v20240207-1054.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.ide/3.22.100.v20240227-1633/org.eclipse.ui.ide-3.22.100.v20240227-1633.jar[+org/eclipse/ui/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/ide/*:+org/eclipse/ui/ide/dialogs/*:+org/eclipse/ui/ide/fileSystem/*:+org/eclipse/ui/ide/undo/*:~org/eclipse/ui/internal/ide/*:~org/eclipse/ui/internal/ide/actions/*:~org/eclipse/ui/internal/ide/addons/*:~org/eclipse/ui/internal/ide/commands/*:~org/eclipse/ui/internal/ide/dialogs/*:~org/eclipse/ui/internal/ide/filesystem/*:~org/eclipse/ui/internal/ide/handlers/*:~org/eclipse/ui/internal/ide/misc/*:~org/eclipse/ui/internal/ide/model/*:~org/eclipse/ui/internal/ide/registry/*:~org/eclipse/ui/internal/ide/undo/*:~org/eclipse/ui/internal/views/bookmarkexplorer/*:~org/eclipse/ui/internal/views/framelist/*:~org/eclipse/ui/internal/views/helpers/*:~org/eclipse/ui/internal/views/markers/*:~org/eclipse/ui/internal/views/navigator/*:~org/eclipse/ui/internal/views/properties/*:~org/eclipse/ui/internal/views/tasklist/*:~org/eclipse/ui/internal/wizards/datatransfer/*:~org/eclipse/ui/internal/wizards/datatransfer/expressions/*:~org/eclipse/ui/internal/wizards/newresource/*:+org/eclipse/ui/model/*:+org/eclipse/ui/part/*:+org/eclipse/ui/views/framelist/*:+org/eclipse/ui/views/markers/*:~org/eclipse/ui/views/markers/internal/*:+org/eclipse/ui/views/navigator/*:+org/eclipse/ui/views/properties/*:+org/eclipse/ui/views/tasklist/*:+org/eclipse/ui/wizards/datatransfer/*:+org/eclipse/ui/wizards/newresource/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.0.v20240210-0918/org.eclipse.equinox.p2.engine-2.10.0.v20240210-0918.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.0.v20240213-1100/org.eclipse.equinox.p2.metadata-2.9.0.v20240213-1100.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.0.v20240210-1628/org.eclipse.equinox.p2.core-2.11.0.v20240210-1628.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar[~org/eclipse/e4/ui/internal/workspace/markers/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.300.v20240205-1417/org.eclipse.ui.navigator-3.12.300.v20240205-1417.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src [INFO] Compiling 102 source files to /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes [DEBUG] JDT compiler args: [-s, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes, -classpath, /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.bidi/1.5.0.v20240113-0700/org.eclipse.equinox.bidi-1.5.0.v20240113-0700.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[+org/eclipse/jface/databinding/dialog/*:+org/eclipse/jface/databinding/fieldassist/*:+org/eclipse/jface/databinding/preference/*:+org/eclipse/jface/databinding/swt/*:+org/eclipse/jface/databinding/swt/typed/*:+org/eclipse/jface/databinding/util/*:+org/eclipse/jface/databinding/viewers/*:+org/eclipse/jface/databinding/viewers/typed/*:+org/eclipse/jface/databinding/wizard/*:~org/eclipse/jface/internal/databinding/provisional/swt/*:~org/eclipse/jface/internal/databinding/provisional/viewers/*:~org/eclipse/jface/internal/databinding/swt/*:~org/eclipse/jface/internal/databinding/util/*:~org/eclipse/jface/internal/databinding/viewers/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/observable/*:+org/eclipse/core/databinding/observable/list/*:+org/eclipse/core/databinding/observable/map/*:+org/eclipse/core/databinding/observable/masterdetail/*:+org/eclipse/core/databinding/observable/set/*:+org/eclipse/core/databinding/observable/sideeffect/*:+org/eclipse/core/databinding/observable/value/*:+org/eclipse/core/databinding/util/*:~org/eclipse/core/internal/databinding/identity/*:~org/eclipse/core/internal/databinding/observable/*:~org/eclipse/core/internal/databinding/observable/masterdetail/*:~org/eclipse/core/internal/databinding/observable/sideeffect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[+org/eclipse/core/databinding/*:+org/eclipse/core/databinding/bind/*:+org/eclipse/core/databinding/bind/steps/*:+org/eclipse/core/databinding/conversion/*:+org/eclipse/core/databinding/conversion/text/*:+org/eclipse/core/databinding/validation/*:~org/eclipse/core/internal/databinding/*:~org/eclipse/core/internal/databinding/conversion/*:~org/eclipse/core/internal/databinding/validation/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/resources/projectvariables/*:~org/eclipse/core/internal/resources/refresh/win32/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/filtermatchers/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:+org/eclipse/core/resources/undo/snapshot/*:+org/eclipse/core/resources/variableresolvers/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[+org/eclipse/ui/forms/*:+org/eclipse/ui/forms/editor/*:+org/eclipse/ui/forms/events/*:+org/eclipse/ui/forms/widgets/*:~org/eclipse/ui/internal/forms/*:~org/eclipse/ui/internal/forms/css/dom/*:~org/eclipse/ui/internal/forms/css/properties/css2/*:~org/eclipse/ui/internal/forms/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.text/3.25.0.v20240207-1054/org.eclipse.jface.text-3.25.0.v20240207-1054.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/codemining/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/codemining/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/inlined/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.text/3.14.0.v20240207-1054/org.eclipse.text-3.14.0.v20240207-1054.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/html/*:+org/eclipse/text/readers/*:+org/eclipse/text/templates/*:+org/eclipse/text/undo/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.ide/3.22.100.v20240227-1633/org.eclipse.ui.ide-3.22.100.v20240227-1633.jar[+org/eclipse/ui/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/ide/*:+org/eclipse/ui/ide/dialogs/*:+org/eclipse/ui/ide/fileSystem/*:+org/eclipse/ui/ide/undo/*:~org/eclipse/ui/internal/ide/*:~org/eclipse/ui/internal/ide/actions/*:~org/eclipse/ui/internal/ide/addons/*:~org/eclipse/ui/internal/ide/commands/*:~org/eclipse/ui/internal/ide/dialogs/*:~org/eclipse/ui/internal/ide/filesystem/*:~org/eclipse/ui/internal/ide/handlers/*:~org/eclipse/ui/internal/ide/misc/*:~org/eclipse/ui/internal/ide/model/*:~org/eclipse/ui/internal/ide/registry/*:~org/eclipse/ui/internal/ide/undo/*:~org/eclipse/ui/internal/views/bookmarkexplorer/*:~org/eclipse/ui/internal/views/framelist/*:~org/eclipse/ui/internal/views/helpers/*:~org/eclipse/ui/internal/views/markers/*:~org/eclipse/ui/internal/views/navigator/*:~org/eclipse/ui/internal/views/properties/*:~org/eclipse/ui/internal/views/tasklist/*:~org/eclipse/ui/internal/wizards/datatransfer/*:~org/eclipse/ui/internal/wizards/datatransfer/expressions/*:~org/eclipse/ui/internal/wizards/newresource/*:+org/eclipse/ui/model/*:+org/eclipse/ui/part/*:+org/eclipse/ui/views/framelist/*:+org/eclipse/ui/views/markers/*:~org/eclipse/ui/views/markers/internal/*:+org/eclipse/ui/views/navigator/*:+org/eclipse/ui/views/properties/*:+org/eclipse/ui/views/tasklist/*:+org/eclipse/ui/wizards/datatransfer/*:+org/eclipse/ui/wizards/newresource/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.10.0.v20240210-0918/org.eclipse.equinox.p2.engine-2.10.0.v20240210-0918.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.9.0.v20240213-1100/org.eclipse.equinox.p2.metadata-2.9.0.v20240213-1100.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.11.0.v20240210-1628/org.eclipse.equinox.p2.core-2.11.0.v20240210-1628.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.17.200.v20231201-1637/org.eclipse.e4.ui.ide-3.17.200.v20231201-1637.jar[~org/eclipse/e4/ui/internal/workspace/markers/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.300.v20240205-1417/org.eclipse.ui.navigator-3.12.300.v20240205-1417.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.macosx/1.102.200.v20231214-2017/org.eclipse.equinox.security.macosx-1.102.200.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.win32/3.5.200.v20231214-2114/org.eclipse.ui.win32-3.5.200.v20231214-2114.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.win32.x86_64/1.2.200.v20240213-1244/org.eclipse.equinox.security.win32.x86_64-1.2.200.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.security.linux/1.1.200.v20231214-1607/org.eclipse.equinox.security.linux-1.1.200.v20231214-1607.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/eclipse/jface/tooltip/TreeWithTooltipSupport.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/ColorCellEditorMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/tree/TreeWithImages.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/shell/LazyTreePathContentProvider.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/sliders/ScaleTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/ListViewerMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/form/NonClosingDialog.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/table/TableWithColumnMenu.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/table/TableWithCheckbox.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/form/SectionWithButtons.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/form/ScrolledPageBookMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/swing/SwingPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/directoryDialog/Directory_Dialog.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/text/Styled_Text.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/button/Button_Wrap.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/list/ListEventsMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/text/Text_Multiline.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/toolbar/CoolBarWithResizing.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/sliders/SliderTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/ListViewerEventsMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/scrolledComposite/ScrolledCompositeTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/form/FormToolkitTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/form/NestedSections.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/spinner/SpinnerTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/canvas/ColoredCanvas.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/DateTime/Date.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/table/DialogCellEditPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/text/Text_Search.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/DateTime/Calendar.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/CheckBoxCellEditorMockup2.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/CheckboxTreeViewerMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/ComboViewerMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/button/Button_Push.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/expandBar/ExpandBar_Mockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/tree/CellEditPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/colorDialog/Color_Dialog.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/table/CustomComboCellEditPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/text/Text_Mockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/link/LinkTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/dialogs/NestedDialog.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/tree/TreeContentProvider.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/quality/mockups/jface/celleditors/GTextCellEditor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/table/DialogCellEditMouseListenerPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/toolbar/ToolbarWithCombo.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/combobox/ComboBox.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/eclipse/jface/tooltip/TableWithTooltipSupport.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/list/View.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/toolbar/ToolBarWithDropDown.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/internal/QualitySWTPlugin.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/button/Button_Radio.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/text/ArgumentHandler.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/quality/mockups/jface/celleditors/GCombo.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/tree/TreeStyledTextLabelProvider.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/button/Button_Arrow.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/menu/TextMenuWithLocation.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/table/SimpleDialogCellEditPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/toolbar/ToolBarTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/text/RangeSplit.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/quality/mockups/jface/celleditors/GCheckboxCellEditor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/shell/OverlappingShell.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/quality/mockups/jface/celleditors/ComboBoxCellEditor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/messageBox/MessageBoxTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/scrolledComposite/TableWithScrollBar.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/tab/CTabFolderWithResize.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/TreeViewerMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/group/Group_Mockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/menu/MenuBarMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/toolbar/ComboHandler.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/quality/mockups/jface/celleditors/GComboBoxCellEditor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/sash/SashFormTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/menu/MenuMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/button/Button_Check.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/CComboPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/form/ExpandableCompositeMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/menu/MenuWithNonUniqueItems.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/TableViewerWithListenersMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/CheckBoxCellEditorMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/button/Button_Toggle.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/form/FormWithSection.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/fontDialog/FontDialogTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/label/LabelMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/table/TableWithEmptyColumns.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/ComboboxCellEditorMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/canvas/SelectableCanvasTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/toolbar/CoolBarTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/tab/CTabFolderTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/quality/mockups/jface/celleditors/MultiLineCellEditor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/CLabel/CLabelExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/tree/TreeStyledTextContentProvider.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/tree/TreeItemBackground.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/button/Button_Flat.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/canvas/CanvasTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/list/ListMockup.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/DateTime/Time.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/form/FormWithLinks.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/tree/TreeWithSlashes.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/tab/TabFoldetTest.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/swt/toolbar/ToolbarWithComboToolItem.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/com/xored/quality/mockups/jface/celleditors/AbstractComboBoxCellEditor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/org/eclipse/jface/viewer/TableViewerMockup.java, -g, -nowarn, -target, 1.8, -source, 1.8, --release, 8, -encoding, UTF-8] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml: {} [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources:default-testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.swt-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.8/1.8 [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test:default-test' with basic configurator --> [DEBUG] (s) additionalClasspathElements = [] [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt [DEBUG] (s) childDelegation = false [DEBUG] (s) classesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/classes [DEBUG] (s) classpathDependencyExcludes = [] [DEBUG] (s) dependenciesToScan = [] [DEBUG] (s) disableXmlReport = false [DEBUG] (s) enableAssertions = true [DEBUG] (f) forkCount = 1 [DEBUG] (s) forkMode = once [DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30 [DEBUG] (s) junitArtifactName = junit:junit [DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine [DEBUG] (s) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) parallelMavenExecution = false [DEBUG] (s) parallelOptimized = true [DEBUG] (s) perCoreThreadCount = true [DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile} [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test' --- [DEBUG] (s) printSummary = true [DEBUG] (s) projectArtifactMap = {org.bouncycastle:bcpg-jdk18on=org.bouncycastle:bcpg-jdk18on:jar:1.77:compile, org.bouncycastle:bcprov-jdk18on=org.bouncycastle:bcprov-jdk18on:jar:1.77:compile, com.ibm.icu:icu4j=com.ibm.icu:icu4j:jar:74.2:compile, p2.eclipse.plugin:com.sun.jna=p2.eclipse.plugin:com.sun.jna:eclipse-plugin:5.14.0.v20231211-1200:system, net.java.dev.jna:jna-platform=net.java.dev.jna:jna-platform:jar:5.14.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:5.14.0:compile, p2.eclipse.plugin:org.eclipse.ui=p2.eclipse.plugin:org.eclipse.ui:eclipse-plugin:3.205.100.v20240131-1023:system, p2.eclipse.plugin:org.eclipse.core.runtime=p2.eclipse.plugin:org.eclipse.core.runtime:eclipse-plugin:3.31.0.v20240215-1631:system, p2.eclipse.plugin:org.eclipse.ui.forms=p2.eclipse.plugin:org.eclipse.ui.forms:eclipse-plugin:3.13.200.v20240108-1539:system, p2.eclipse.plugin:org.eclipse.core.resources=p2.eclipse.plugin:org.eclipse.core.resources:eclipse-plugin:3.20.100.v20240209-1706:system, p2.eclipse.plugin:org.eclipse.jface.databinding=p2.eclipse.plugin:org.eclipse.jface.databinding:eclipse-plugin:1.15.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding=p2.eclipse.plugin:org.eclipse.core.databinding:eclipse-plugin:1.13.200.v20240104-1240:system, com.xored.q7.quality:com.xored.q7.quality.mockups.ui=com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT:compile, p2.eclipse.plugin:org.eclipse.jface.text=p2.eclipse.plugin:org.eclipse.jface.text:eclipse-plugin:3.25.0.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.ui.ide=p2.eclipse.plugin:org.eclipse.ui.ide:eclipse-plugin:3.22.100.v20240227-1633:system, p2.eclipse.plugin:org.eclipse.swt=p2.eclipse.plugin:org.eclipse.swt:eclipse-plugin:3.125.0.v20240227-1638:system, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:2.0.1:compile, p2.eclipse.plugin:org.eclipse.osgi=p2.eclipse.plugin:org.eclipse.osgi:eclipse-plugin:3.19.0.v20240213-1246:system, p2.eclipse.plugin:org.apache.batik.constants=p2.eclipse.plugin:org.apache.batik.constants:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.css=p2.eclipse.plugin:org.apache.batik.css:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext=p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:eclipse-plugin:1.0.0.v20230923-0644:system, p2.eclipse.plugin:org.apache.xmlgraphics=p2.eclipse.plugin:org.apache.xmlgraphics:eclipse-plugin:2.9.0.v20230916-1600:system, p2.eclipse.plugin:org.apache.batik.i18n=p2.eclipse.plugin:org.apache.batik.i18n:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.util=p2.eclipse.plugin:org.apache.batik.util:eclipse-plugin:1.17.0.v20231215-1130:system, commons-io:commons-io=commons-io:commons-io:jar:2.15.1:compile, p2.eclipse.plugin:org.apache.commons.jxpath=p2.eclipse.plugin:org.apache.commons.jxpath:eclipse-plugin:1.3.0.v200911051830:system, p2.eclipse.plugin:org.apache.commons.logging=p2.eclipse.plugin:org.apache.commons.logging:eclipse-plugin:1.2.0.v20180409-1502:system, org.apache.felix:org.apache.felix.scr=org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations=org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component=org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:osgi.annotation=org.osgi:osgi.annotation:jar:8.1.0:compile, org.osgi:org.osgi.namespace.extender=org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.osgi:org.osgi.util.promise=org.osgi:org.osgi.util.promise:jar:1.3.0:compile, p2.eclipse.plugin:org.eclipse.core.commands=p2.eclipse.plugin:org.eclipse.core.commands:eclipse-plugin:3.12.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.equinox.common=p2.eclipse.plugin:org.eclipse.equinox.common:eclipse-plugin:3.19.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.core.contenttype=p2.eclipse.plugin:org.eclipse.core.contenttype:eclipse-plugin:3.9.300.v20231218-0909:system, p2.eclipse.plugin:org.eclipse.equinox.preferences=p2.eclipse.plugin:org.eclipse.equinox.preferences:eclipse-plugin:3.11.0.v20240210-0844:system, p2.eclipse.plugin:org.eclipse.equinox.registry=p2.eclipse.plugin:org.eclipse.equinox.registry:eclipse-plugin:3.12.0.v20240213-1057:system, p2.eclipse.plugin:org.eclipse.core.databinding.observable=p2.eclipse.plugin:org.eclipse.core.databinding.observable:eclipse-plugin:1.13.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding.property=p2.eclipse.plugin:org.eclipse.core.databinding.property:eclipse-plugin:1.10.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.expressions=p2.eclipse.plugin:org.eclipse.core.expressions:eclipse-plugin:3.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.core.filesystem=p2.eclipse.plugin:org.eclipse.core.filesystem:eclipse-plugin:1.10.300.v20240124-1325:system, p2.eclipse.plugin:org.eclipse.core.jobs=p2.eclipse.plugin:org.eclipse.core.jobs:eclipse-plugin:3.15.200.v20231214-1526:system, p2.eclipse.plugin:org.eclipse.equinox.app=p2.eclipse.plugin:org.eclipse.equinox.app:eclipse-plugin:1.7.0.v20240213-1427:system, p2.eclipse.plugin:org.eclipse.e4.core.commands=p2.eclipse.plugin:org.eclipse.e4.core.commands:eclipse-plugin:1.1.300.v20240131-1308:system, p2.eclipse.plugin:org.eclipse.e4.core.di=p2.eclipse.plugin:org.eclipse.e4.core.di:eclipse-plugin:1.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.e4.core.contexts=p2.eclipse.plugin:org.eclipse.e4.core.contexts:eclipse-plugin:1.12.500.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.services=p2.eclipse.plugin:org.eclipse.e4.core.services:eclipse-plugin:2.4.300.v20240119-0800:system, org.osgi:org.osgi.service.event=org.osgi:org.osgi.service.event:jar:1.4.1:compile, org.osgi:org.osgi.namespace.implementation=org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile, p2.eclipse.plugin:org.eclipse.e4.core.di.annotations=p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:eclipse-plugin:1.8.300.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:eclipse-plugin:0.18.200.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:eclipse-plugin:0.17.400.v20231214-1012:system, org.osgi:org.osgi.service.prefs=org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, p2.eclipse.plugin:org.eclipse.e4.emf.xpath=p2.eclipse.plugin:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.ecore=p2.eclipse.plugin:org.eclipse.emf.ecore:eclipse-plugin:2.36.0.v20240203-0859:system, p2.eclipse.plugin:org.eclipse.e4.ui.bindings=p2.eclipse.plugin:org.eclipse.e4.ui.bindings:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.services=p2.eclipse.plugin:org.eclipse.e4.ui.services:eclipse-plugin:1.6.300.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.jface=p2.eclipse.plugin:org.eclipse.jface:eclipse-plugin:3.33.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.core=p2.eclipse.plugin:org.eclipse.e4.ui.css.core:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:eclipse-plugin:0.15.300.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.di=p2.eclipse.plugin:org.eclipse.e4.ui.di:eclipse-plugin:1.5.300.v20240116-1723:system, p2.eclipse.plugin:org.eclipse.e4.ui.dialogs=p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:eclipse-plugin:1.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.ide=p2.eclipse.plugin:org.eclipse.e4.ui.ide:eclipse-plugin:3.17.200.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:eclipse-plugin:2.4.200.v20240109-1025:system, p2.eclipse.plugin:org.eclipse.equinox.event=p2.eclipse.plugin:org.eclipse.equinox.event:eclipse-plugin:1.7.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.e4.ui.widgets=p2.eclipse.plugin:org.eclipse.e4.ui.widgets:eclipse-plugin:1.4.100.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.workbench:eclipse-plugin:1.15.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.emf.ecore.change=p2.eclipse.plugin:org.eclipse.emf.ecore.change:eclipse-plugin:2.16.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.emf.ecore.xmi=p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:eclipse-plugin:2.37.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:eclipse-plugin:1.5.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:eclipse-plugin:0.16.300.v20240223-1002:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:eclipse-plugin:0.17.300.v20240123-1128:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench3=p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:eclipse-plugin:0.17.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.urischeme=p2.eclipse.plugin:org.eclipse.urischeme:eclipse-plugin:1.3.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.common=p2.eclipse.plugin:org.eclipse.emf.common:eclipse-plugin:2.30.0.v20231210-0956:system, p2.eclipse.plugin:org.eclipse.equinox.bidi=p2.eclipse.plugin:org.eclipse.equinox.bidi:eclipse-plugin:1.5.0.v20240113-0700:system, p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository=p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:eclipse-plugin:1.5.300.v20240220-1431:system, p2.eclipse.plugin:org.eclipse.equinox.p2.metadata=p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:eclipse-plugin:2.9.0.v20240213-1100:system, org.tukaani:xz=org.tukaani:xz:jar:1.9:compile, p2.eclipse.plugin:org.eclipse.equinox.p2.core=p2.eclipse.plugin:org.eclipse.equinox.p2.core:eclipse-plugin:2.11.0.v20240210-1628:system, p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor=p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:eclipse-plugin:1.3.300.v20240201-0843:system, p2.eclipse.plugin:org.eclipse.equinox.p2.repository=p2.eclipse.plugin:org.eclipse.equinox.p2.repository:eclipse-plugin:2.8.100.v20240207-1113:system, p2.eclipse.plugin:org.eclipse.equinox.p2.engine=p2.eclipse.plugin:org.eclipse.equinox.p2.engine:eclipse-plugin:2.10.0.v20240210-0918:system, p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository=p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:eclipse-plugin:1.5.300.v20240201-0843:system, p2.eclipse.plugin:org.eclipse.equinox.security=p2.eclipse.plugin:org.eclipse.equinox.security:eclipse-plugin:1.4.200.v20240213-1244:system, p2.eclipse.plugin:org.eclipse.help=p2.eclipse.plugin:org.eclipse.help:eclipse-plugin:3.10.300.v20240107-2054:system, p2.eclipse.plugin:org.eclipse.text=p2.eclipse.plugin:org.eclipse.text:eclipse-plugin:3.14.0.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.ui.workbench=p2.eclipse.plugin:org.eclipse.ui.workbench:eclipse-plugin:3.131.100.v20240221-2107:system, p2.eclipse.plugin:org.eclipse.ui.navigator=p2.eclipse.plugin:org.eclipse.ui.navigator:eclipse-plugin:3.12.300.v20240205-1417:system, org.osgi:org.osgi.util.function=org.osgi:org.osgi.util.function:jar:1.2.0:compile, p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64=p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64=p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64=p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system} [DEBUG] (s) projectBuildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target [DEBUG] (s) redirectTestOutputToFile = false [DEBUG] (s) remoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (s) reportFormat = brief [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) reuseForks = true [DEBUG] (s) runOrder = filesystem [DEBUG] (f) shutdown = testset [DEBUG] (s) skip = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (s) skipTests = false [DEBUG] (s) suiteXmlFiles = [] [DEBUG] (s) tempDir = surefire [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (s) testNGArtifactName = org.testng:testng [DEBUG] (s) testSourceDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/src/test/java [DEBUG] (s) threadCountClasses = 0 [DEBUG] (s) threadCountMethods = 0 [DEBUG] (s) threadCountSuites = 0 [DEBUG] (s) trimStackTrace = true [DEBUG] (s) useFile = true [DEBUG] (s) useManifestOnlyJar = true [DEBUG] (s) useSystemClassLoader = true [DEBUG] (s) useUnlimitedThreads = false [DEBUG] (s) workingDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt [DEBUG] (s) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] (s) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (f) deleteOnExit = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [DEBUG] Generate pom descriptor with updated dependencies... [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) finalName = com.xored.q7.quality.mockups.swt-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/.tycho-consumer-pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/com.xored.q7.quality.mockups.swt-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory com/ [DEBUG] adding directory com/eclipse/ [DEBUG] adding directory com/eclipse/jface/ [DEBUG] adding directory com/eclipse/jface/tooltip/ [DEBUG] adding directory com/xored/ [DEBUG] adding directory com/xored/q7/ [DEBUG] adding directory com/xored/q7/quality/ [DEBUG] adding directory com/xored/q7/quality/mockups/ [DEBUG] adding directory com/xored/q7/quality/mockups/swt/ [DEBUG] adding directory com/xored/q7/quality/mockups/swt/tree/ [DEBUG] adding directory com/xored/q7/quality/mockups/swt/swing/ [DEBUG] adding directory com/xored/q7/quality/mockups/swt/table/ [DEBUG] adding directory com/xored/q7/quality/mockups/swt/internal/ [DEBUG] adding directory com/xored/quality/ [DEBUG] adding directory com/xored/quality/mockups/ [DEBUG] adding directory com/xored/quality/mockups/jface/ [DEBUG] adding directory com/xored/quality/mockups/jface/celleditors/ [DEBUG] adding directory org/ [DEBUG] adding directory org/eclipse/ [DEBUG] adding directory org/eclipse/jface/ [DEBUG] adding directory org/eclipse/jface/viewer/ [DEBUG] adding directory org/eclipse/swt/ [DEBUG] adding directory org/eclipse/swt/shell/ [DEBUG] adding directory org/eclipse/swt/sliders/ [DEBUG] adding directory org/eclipse/swt/table/ [DEBUG] adding directory org/eclipse/swt/directoryDialog/ [DEBUG] adding directory org/eclipse/swt/text/ [DEBUG] adding directory org/eclipse/swt/button/ [DEBUG] adding directory org/eclipse/swt/list/ [DEBUG] adding directory org/eclipse/swt/toolbar/ [DEBUG] adding directory org/eclipse/swt/scrolledComposite/ [DEBUG] adding directory org/eclipse/swt/spinner/ [DEBUG] adding directory org/eclipse/swt/canvas/ [DEBUG] adding directory org/eclipse/swt/DateTime/ [DEBUG] adding directory org/eclipse/swt/expandBar/ [DEBUG] adding directory org/eclipse/swt/colorDialog/ [DEBUG] adding directory org/eclipse/swt/link/ [DEBUG] adding directory org/eclipse/swt/dialogs/ [DEBUG] adding directory org/eclipse/swt/combobox/ [DEBUG] adding directory org/eclipse/swt/menu/ [DEBUG] adding directory org/eclipse/swt/messageBox/ [DEBUG] adding directory org/eclipse/swt/tab/ [DEBUG] adding directory org/eclipse/swt/group/ [DEBUG] adding directory org/eclipse/swt/sash/ [DEBUG] adding directory org/eclipse/swt/fontDialog/ [DEBUG] adding directory org/eclipse/swt/label/ [DEBUG] adding directory org/eclipse/swt/CLabel/ [DEBUG] adding directory org/eclipse/form/ [DEBUG] adding directory org/eclipse/form/icons/ [DEBUG] adding entry com/eclipse/jface/tooltip/TreeWithTooltipSupport$FancyToolTipSupport.class [DEBUG] adding entry com/eclipse/jface/tooltip/TreeWithTooltipSupport.class [DEBUG] adding entry com/eclipse/jface/tooltip/TreeWithTooltipSupport$1.class [DEBUG] adding entry com/eclipse/jface/tooltip/TableWithTooltipSupport$ToolTipSupport.class [DEBUG] adding entry com/eclipse/jface/tooltip/TableWithTooltipSupport.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithImages$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithImages$ImageColumnLabelProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithImages.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/CellEditPart$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/CellEditPart$CompositeCellEditor$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/CellEditPart$CompositeCellEditor.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/CellEditPart$CompositeCellEditor$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/CellEditPart$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/CellEditPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/CellEditPart$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/CellEditPart$5.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/CellEditPart$CompositeCellEditor$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/CellEditPart$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeContentProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeStyledTextLabelProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeStyledTextContentProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeItemBackground.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeItemBackground$Node.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeItemBackground$ColorLabelProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithSlashes$NodeLabelProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithSlashes$Node.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithSlashes.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithSlashes$NodeContentProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$7.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$5.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$8.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$9.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$11.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$10.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$6.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$12.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$13.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/tree/TreeWithStyledText.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/swing/SwingPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$6.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$2$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$CompositeCellEditor$3$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$5.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$CompositeCellEditor$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$CompositeCellEditor.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$CompositeCellEditor$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$CompositeCellEditor$1$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$CompositeCellEditor$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$CompositeCellEditor$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$CompositeCellEditor$5.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$6$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditPart$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/CustomComboCellEditPart$6.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/CustomComboCellEditPart$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/CustomComboCellEditPart$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/CustomComboCellEditPart$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/CustomComboCellEditPart$2$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/CustomComboCellEditPart$5.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/CustomComboCellEditPart$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/CustomComboCellEditPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/CustomComboCellEditPart$6$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditMouseListenerPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/table/DialogCellEditMouseListenerPart$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/internal/QualitySWTPlugin.class [DEBUG] adding entry com/xored/q7/quality/mockups/swt/CComboPart.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GTextCellEditor.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo$1.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo$9.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo$5.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo$8.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo$1$1.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo$3.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo$7.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo$4.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo$6.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCombo$2.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GCheckboxCellEditor.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/ComboBoxCellEditor$1.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/ComboBoxCellEditor$4.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/ComboBoxCellEditor.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/ComboBoxCellEditor$3.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/ComboBoxCellEditor$2.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/GComboBoxCellEditor.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/MultiLineCellEditor.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/MultiLineCellEditor$DialogCellLayout.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/MultiLineCellEditor$2.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/MultiLineCellEditor$1.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/MultiLineCellEditor$3.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/AbstractComboBoxCellEditor$1.class [DEBUG] adding entry com/xored/quality/mockups/jface/celleditors/AbstractComboBoxCellEditor.class [DEBUG] adding entry org/eclipse/jface/viewer/ColorCellEditorMockup.class [DEBUG] adding entry org/eclipse/jface/viewer/ColorCellEditorMockup$1.class [DEBUG] adding entry org/eclipse/jface/viewer/ColorCellEditorMockup$3.class [DEBUG] adding entry org/eclipse/jface/viewer/ColorCellEditorMockup$MyContentProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/ColorCellEditorMockup$2.class [DEBUG] adding entry org/eclipse/jface/viewer/ColorCellEditorMockup$ColorModel.class [DEBUG] adding entry org/eclipse/jface/viewer/ListViewerMockup$2.class [DEBUG] adding entry org/eclipse/jface/viewer/ListViewerMockup$1.class [DEBUG] adding entry org/eclipse/jface/viewer/ListViewerMockup.class [DEBUG] adding entry org/eclipse/jface/viewer/ListViewerMockup$Month.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$6.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$TableColumnSorter$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$MyLabelProvider2.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$3.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$4.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$7.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$2.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$TableColumnSorter.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$MyContentProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$MonthModel.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockupWithEditableFirstColumn$5.class [DEBUG] adding entry org/eclipse/jface/viewer/ListViewerEventsMockup$SimpleOBJ.class [DEBUG] adding entry org/eclipse/jface/viewer/ListViewerEventsMockup$ObjectsContentProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/ListViewerEventsMockup$ObjectsLabelProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/ListViewerEventsMockup$ObjectsList.class [DEBUG] adding entry org/eclipse/jface/viewer/ListViewerEventsMockup.class [DEBUG] adding entry org/eclipse/jface/viewer/ListViewerEventsMockup$1.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup2$1.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup2$Student.class [DEBUG] adding entry org/eclipse/jface/viewer/AgeRange.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup2$StudentLabelProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup2.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup2$PersonContentProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup2$StudentCellModifier.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckboxTreeViewerMockup$1.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckboxTreeViewerMockup$MyTreeContentProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckboxTreeViewerMockup$2.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckboxTreeViewerMockup$MyModel.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckboxTreeViewerMockup$4.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckboxTreeViewerMockup$3.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckboxTreeViewerMockup.class [DEBUG] adding entry org/eclipse/jface/viewer/ComboViewerMockup$1.class [DEBUG] adding entry org/eclipse/jface/viewer/ComboViewerMockup.class [DEBUG] adding entry org/eclipse/jface/viewer/TreeViewerMockup.class [DEBUG] adding entry org/eclipse/jface/viewer/TreeViewerMockup$4$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TreeViewerMockup$MyModel.class [DEBUG] adding entry org/eclipse/jface/viewer/TreeViewerMockup$4.class [DEBUG] adding entry org/eclipse/jface/viewer/TreeViewerMockup$3.class [DEBUG] adding entry org/eclipse/jface/viewer/TreeViewerMockup$2.class [DEBUG] adding entry org/eclipse/jface/viewer/TreeViewerMockup$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TreeViewerMockup$4$1$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TreeViewerMockup$MyTreeContentProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerWithListenersMockup.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerWithListenersMockup$3.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerWithListenersMockup$MonthModel.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerWithListenersMockup$MyContentProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerWithListenersMockup$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerWithListenersMockup$2.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup$1.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup$EmulatedNativeCheckBoxLabelProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup$MyContentProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup$2.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup$3.class [DEBUG] adding entry org/eclipse/jface/viewer/CheckBoxCellEditorMockup$PersonModel.class [DEBUG] adding entry org/eclipse/jface/viewer/ComboboxCellEditorMockup.class [DEBUG] adding entry org/eclipse/jface/viewer/ComboboxCellEditorMockup$MonthModel.class [DEBUG] adding entry org/eclipse/jface/viewer/ComboboxCellEditorMockup$MyContentProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/ComboboxCellEditorMockup$1.class [DEBUG] adding entry org/eclipse/jface/viewer/ComboboxCellEditorMockup$3.class [DEBUG] adding entry org/eclipse/jface/viewer/ComboboxCellEditorMockup$2.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$3.class [DEBUG] adding entry org/eclipse/jface/viewer/ComboboxCellEditorMockup$3$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$MyLabelProvider2.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$5$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$MyContentProvider.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$TableColumnSorter.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$2.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$TableColumnSorter$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$4.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$5.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$5$1$1.class [DEBUG] adding entry org/eclipse/jface/viewer/TableViewerMockup$MonthModel.class [DEBUG] adding entry org/eclipse/swt/shell/LazyTreePathContentProvider.class [DEBUG] adding entry org/eclipse/swt/shell/OverlappingShell$2.class [DEBUG] adding entry org/eclipse/swt/shell/OverlappingShell$3.class [DEBUG] adding entry org/eclipse/swt/shell/OverlappingShell$4.class [DEBUG] adding entry org/eclipse/swt/shell/OverlappingShell$5.class [DEBUG] adding entry org/eclipse/swt/shell/OverlappingShell$6.class [DEBUG] adding entry org/eclipse/swt/shell/OverlappingShell.class [DEBUG] adding entry org/eclipse/swt/shell/OverlappingShell$1.class [DEBUG] adding entry org/eclipse/swt/sliders/ScaleTest.class [DEBUG] adding entry org/eclipse/swt/sliders/ScaleTest$2.class [DEBUG] adding entry org/eclipse/swt/sliders/ScaleTest$1.class [DEBUG] adding entry org/eclipse/swt/sliders/SliderTest$1.class [DEBUG] adding entry org/eclipse/swt/sliders/SliderTest.class [DEBUG] adding entry org/eclipse/swt/table/TableWithColumnMenu.class [DEBUG] adding entry org/eclipse/swt/table/TableWithColumnMenu$2$1.class [DEBUG] adding entry org/eclipse/swt/table/TableWithColumnMenu$3.class [DEBUG] adding entry org/eclipse/swt/table/TableWithColumnMenu$1.class [DEBUG] adding entry org/eclipse/swt/table/TableWithColumnMenu$2.class [DEBUG] adding entry org/eclipse/swt/table/TableWithCheckbox$1.class [DEBUG] adding entry org/eclipse/swt/table/TableWithCheckbox.class [DEBUG] adding entry org/eclipse/swt/table/SimpleDialogCellEditPart$MyCellModifier.class [DEBUG] adding entry org/eclipse/swt/table/SimpleDialogCellEditPart$1$1.class [DEBUG] adding entry org/eclipse/swt/table/SimpleDialogCellEditPart.class [DEBUG] adding entry org/eclipse/swt/table/SimpleDialogCellEditPart$1.class [DEBUG] adding entry org/eclipse/swt/table/SimpleDialogCellEditPart$MyModel.class [DEBUG] adding entry org/eclipse/swt/table/SimpleDialogCellEditPart$MyContentProvider.class [DEBUG] adding entry org/eclipse/swt/table/TableWithEmptyColumns.class [DEBUG] adding entry org/eclipse/swt/table/TableWithEmptyColumns$1.class [DEBUG] adding entry org/eclipse/swt/directoryDialog/Directory_Dialog$1.class [DEBUG] adding entry org/eclipse/swt/directoryDialog/Directory_Dialog.class [DEBUG] adding entry org/eclipse/swt/text/Styled_Text$1.class [DEBUG] adding entry org/eclipse/swt/text/Styled_Text$StyledTextMouseDownHandler.class [DEBUG] adding entry org/eclipse/swt/text/Styled_Text.class [DEBUG] adding entry org/eclipse/swt/text/Styled_Text$StyledTextMouseUpHandler.class [DEBUG] adding entry org/eclipse/swt/text/Text_Multiline.class [DEBUG] adding entry org/eclipse/swt/text/Text_Search$1.class [DEBUG] adding entry org/eclipse/swt/text/Text_Search.class [DEBUG] adding entry org/eclipse/swt/text/Text_Mockup.class [DEBUG] adding entry org/eclipse/swt/text/Text_Mockup$Table.class [DEBUG] adding entry org/eclipse/swt/text/ArgumentHandler$1.class [DEBUG] adding entry org/eclipse/swt/text/ArgumentHandler.class [DEBUG] adding entry org/eclipse/swt/text/RangeSplit.class [DEBUG] adding entry org/eclipse/swt/text/RangeSplit$Ranger.class [DEBUG] adding entry org/eclipse/swt/button/Button_Wrap.class [DEBUG] adding entry org/eclipse/swt/button/Button_Push$1.class [DEBUG] adding entry org/eclipse/swt/button/Button_Push.class [DEBUG] adding entry org/eclipse/swt/button/Button_Radio.class [DEBUG] adding entry org/eclipse/swt/button/Button_Radio$1.class [DEBUG] adding entry org/eclipse/swt/button/Button_Arrow$4.class [DEBUG] adding entry org/eclipse/swt/button/Button_Arrow$3.class [DEBUG] adding entry org/eclipse/swt/button/Button_Arrow$1.class [DEBUG] adding entry org/eclipse/swt/button/Button_Arrow$2.class [DEBUG] adding entry org/eclipse/swt/button/Button_Arrow.class [DEBUG] adding entry org/eclipse/swt/button/Button_Check.class [DEBUG] adding entry org/eclipse/swt/button/Button_Toggle.class [DEBUG] adding entry org/eclipse/swt/button/Button_Toggle$1.class [DEBUG] adding entry org/eclipse/swt/button/Button_Toggle$2.class [DEBUG] adding entry org/eclipse/swt/button/Button_Flat$1.class [DEBUG] adding entry org/eclipse/swt/button/Button_Flat.class [DEBUG] adding entry org/eclipse/swt/button/Button_Flat$3.class [DEBUG] adding entry org/eclipse/swt/button/Button_Flat$2.class [DEBUG] adding entry org/eclipse/swt/list/ListEventsMockup$3.class [DEBUG] adding entry org/eclipse/swt/list/ListEventsMockup.class [DEBUG] adding entry org/eclipse/swt/list/ListEventsMockup$2.class [DEBUG] adding entry org/eclipse/swt/list/ListEventsMockup$1.class [DEBUG] adding entry org/eclipse/swt/list/View$1.class [DEBUG] adding entry org/eclipse/swt/list/View.class [DEBUG] adding entry org/eclipse/swt/list/ListMockup$2.class [DEBUG] adding entry org/eclipse/swt/list/ListMockup$1.class [DEBUG] adding entry org/eclipse/swt/list/ListMockup.class [DEBUG] adding entry org/eclipse/swt/toolbar/CoolBarWithResizing.class [DEBUG] adding entry org/eclipse/swt/toolbar/CoolBarWithResizing$1.class [DEBUG] adding entry org/eclipse/swt/toolbar/ToolbarWithCombo.class [DEBUG] adding entry org/eclipse/swt/toolbar/ToolBarWithDropDown$1.class [DEBUG] adding entry org/eclipse/swt/toolbar/ToolBarWithDropDown.class [DEBUG] adding entry org/eclipse/swt/toolbar/ToolBarWithDropDown$2.class [DEBUG] adding entry org/eclipse/swt/toolbar/ToolBarTest$1.class [DEBUG] adding entry org/eclipse/swt/toolbar/ToolBarTest.class [DEBUG] adding entry org/eclipse/swt/toolbar/ComboHandler.class [DEBUG] adding entry org/eclipse/swt/toolbar/ComboHandler$1.class [DEBUG] adding entry org/eclipse/swt/toolbar/CoolBarTest.class [DEBUG] adding entry org/eclipse/swt/toolbar/CoolBarTest$1.class [DEBUG] adding entry org/eclipse/swt/toolbar/ToolbarWithComboToolItem$2.class [DEBUG] adding entry org/eclipse/swt/toolbar/ToolbarWithComboToolItem$1.class [DEBUG] adding entry org/eclipse/swt/toolbar/ToolbarWithComboToolItem.class [DEBUG] adding entry org/eclipse/swt/scrolledComposite/ScrolledCompositeTest.class [DEBUG] adding entry org/eclipse/swt/scrolledComposite/ScrolledCompositeTest$1.class [DEBUG] adding entry org/eclipse/swt/scrolledComposite/ScrolledCompositeTest$1$1.class [DEBUG] adding entry org/eclipse/swt/scrolledComposite/TableWithScrollBar.class [DEBUG] adding entry org/eclipse/swt/spinner/SpinnerTest.class [DEBUG] adding entry org/eclipse/swt/spinner/SpinnerTest$1.class [DEBUG] adding entry org/eclipse/swt/canvas/ColoredCanvas.class [DEBUG] adding entry org/eclipse/swt/canvas/SelectableCanvasTest$SelectableCanvas.class [DEBUG] adding entry org/eclipse/swt/canvas/SelectableCanvasTest$SelectableCanvas$1.class [DEBUG] adding entry org/eclipse/swt/canvas/SelectableCanvasTest$1.class [DEBUG] adding entry org/eclipse/swt/canvas/SelectableCanvasTest.class [DEBUG] adding entry org/eclipse/swt/canvas/CanvasTest.class [DEBUG] adding entry org/eclipse/swt/canvas/CanvasTest$3.class [DEBUG] adding entry org/eclipse/swt/canvas/CanvasTest$2.class [DEBUG] adding entry org/eclipse/swt/canvas/CanvasTest$1.class [DEBUG] adding entry org/eclipse/swt/DateTime/Date.class [DEBUG] adding entry org/eclipse/swt/DateTime/Calendar.class [DEBUG] adding entry org/eclipse/swt/DateTime/Time.class [DEBUG] adding entry org/eclipse/swt/expandBar/ExpandBar_Mockup.class [DEBUG] adding entry org/eclipse/swt/expandBar/ExpandBar_Mockup$2.class [DEBUG] adding entry org/eclipse/swt/expandBar/ExpandBar_Mockup$3.class [DEBUG] adding entry org/eclipse/swt/expandBar/ExpandBar_Mockup$1.class [DEBUG] adding entry org/eclipse/swt/colorDialog/Color_Dialog$1.class [DEBUG] adding entry org/eclipse/swt/colorDialog/Color_Dialog.class [DEBUG] adding entry org/eclipse/swt/link/LinkTest$1.class [DEBUG] adding entry org/eclipse/swt/link/LinkTest.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$3$1.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$6.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$2.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$7$1.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$3.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$7.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$1.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$2$1.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$4$1.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$2$1$1.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$2.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$4.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder$5.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$Builder.class [DEBUG] adding entry org/eclipse/swt/dialogs/NestedDialog$1.class [DEBUG] adding entry org/eclipse/swt/combobox/ComboBox.class [DEBUG] adding entry org/eclipse/swt/menu/TextMenuWithLocation$1.class [DEBUG] adding entry org/eclipse/swt/menu/TextMenuWithLocation$1$1.class [DEBUG] adding entry org/eclipse/swt/menu/TextMenuWithLocation.class [DEBUG] adding entry org/eclipse/swt/menu/MenuBarMockup$1.class [DEBUG] adding entry org/eclipse/swt/menu/MenuBarMockup$1$1.class [DEBUG] adding entry org/eclipse/swt/menu/MenuBarMockup.class [DEBUG] adding entry org/eclipse/swt/menu/MenuMockup$1.class [DEBUG] adding entry org/eclipse/swt/menu/MenuMockup.class [DEBUG] adding entry org/eclipse/swt/menu/MenuWithNonUniqueItems.class [DEBUG] adding entry org/eclipse/swt/messageBox/MessageBoxTest$3.class [DEBUG] adding entry org/eclipse/swt/messageBox/MessageBoxTest$4.class [DEBUG] adding entry org/eclipse/swt/messageBox/MessageBoxTest.class [DEBUG] adding entry org/eclipse/swt/messageBox/MessageBoxTest$2.class [DEBUG] adding entry org/eclipse/swt/messageBox/MessageBoxTest$5.class [DEBUG] adding entry org/eclipse/swt/messageBox/MessageBoxTest$5$1.class [DEBUG] adding entry org/eclipse/swt/messageBox/MessageBoxTest$5$1$1.class [DEBUG] adding entry org/eclipse/swt/messageBox/MessageBoxTest$1.class [DEBUG] adding entry org/eclipse/swt/tab/CTabFolderWithResize.class [DEBUG] adding entry org/eclipse/swt/tab/CTabFolderWithResize$1.class [DEBUG] adding entry org/eclipse/swt/tab/CTabFolderTest.class [DEBUG] adding entry org/eclipse/swt/tab/CTabFolderTest$1.class [DEBUG] adding entry org/eclipse/swt/tab/TabFoldetTest.class [DEBUG] adding entry org/eclipse/swt/group/Group_Mockup.class [DEBUG] adding entry org/eclipse/swt/sash/SashFormTest.class [DEBUG] adding entry org/eclipse/swt/sash/SashFormTest$1.class [DEBUG] adding entry org/eclipse/swt/fontDialog/FontDialogTest$1.class [DEBUG] adding entry org/eclipse/swt/fontDialog/FontDialogTest.class [DEBUG] adding entry org/eclipse/swt/label/LabelMockup.class [DEBUG] adding entry org/eclipse/swt/CLabel/CLabelExample$2.class [DEBUG] adding entry org/eclipse/swt/CLabel/CLabelExample.class [DEBUG] adding entry org/eclipse/swt/CLabel/CLabelExample$1.class [DEBUG] adding entry org/eclipse/form/NonClosingDialog.class [DEBUG] adding entry org/eclipse/form/NonClosingDialog$1$1.class [DEBUG] adding entry org/eclipse/form/NonClosingDialog$1.class [DEBUG] adding entry org/eclipse/form/SectionWithButtons.class [DEBUG] adding entry org/eclipse/form/ScrolledPageBookMockup.class [DEBUG] adding entry org/eclipse/form/FormToolkitTest$5.class [DEBUG] adding entry org/eclipse/form/FormToolkitTest$6.class [DEBUG] adding entry org/eclipse/form/FormToolkitTest$1.class [DEBUG] adding entry org/eclipse/form/FormToolkitTest.class [DEBUG] adding entry org/eclipse/form/FormToolkitTest$2.class [DEBUG] adding entry org/eclipse/form/FormToolkitTest$7.class [DEBUG] adding entry org/eclipse/form/FormToolkitTest$4.class [DEBUG] adding entry org/eclipse/form/FormToolkitTest$3.class [DEBUG] adding entry org/eclipse/form/NestedSections.class [DEBUG] adding entry org/eclipse/form/ExpandableCompositeMockup$1.class [DEBUG] adding entry org/eclipse/form/ExpandableCompositeMockup$4.class [DEBUG] adding entry org/eclipse/form/ExpandableCompositeMockup$5.class [DEBUG] adding entry org/eclipse/form/ExpandableCompositeMockup$3.class [DEBUG] adding entry org/eclipse/form/ExpandableCompositeMockup$2.class [DEBUG] adding entry org/eclipse/form/ExpandableCompositeMockup.class [DEBUG] adding entry org/eclipse/form/FormWithSection$1.class [DEBUG] adding entry org/eclipse/form/FormWithSection.class [DEBUG] adding entry org/eclipse/form/FormWithLinks$1.class [DEBUG] adding entry org/eclipse/form/FormWithLinks$3.class [DEBUG] adding entry org/eclipse/form/FormWithLinks$2.class [DEBUG] adding entry org/eclipse/form/FormWithLinks.class [DEBUG] adding entry org/eclipse/form/FormWithLinks$6.class [DEBUG] adding entry org/eclipse/form/FormWithLinks$7.class [DEBUG] adding entry org/eclipse/form/FormWithLinks$5.class [DEBUG] adding entry org/eclipse/form/FormWithLinks$4.class [DEBUG] adding entry org/eclipse/form/icons/icon.png [DEBUG] adding directory icons/ [DEBUG] adding entry icons/q7.png [DEBUG] adding entry plugin.xml [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.swt/ [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.swt/pom.properties [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default:default-p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) execution = org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default {execution: default-p2-metadata-default} [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/.tycho-consumer-pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/.tycho-consumer-pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/com.xored.q7.quality.mockups.swt removed. [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test:default-integration-test' with basic configurator --> [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/work/data [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:2.7.5:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile, org.codehaus.plexus:plexus-io:jar:3.2.0:compile, commons-io:commons-io:jar:2.6:compile, org.apache.commons:commons-compress:jar:1.21:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.26:compile, org.codehaus.plexus:plexus-cipher:jar:2.0:compile, javax.inject:javax.inject:jar:1:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile, org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile, org.apache.commons:commons-exec:jar:1.3:compile, biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2:compile, org.slf4j:slf4j-api:jar:1.7.25:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5:runtime, org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile, org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.apache.maven:maven-repository-metadata:jar:3.8.4:compile, org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox:jar:2.0-M8:compile] [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TychoIntegrationTestMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TestPluginMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test' --- [DEBUG] (f) pluginRemoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (f) printBundles = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/.tycho-consumer-pom.xml [DEBUG] (f) projectRemoteRepositories = [ id: neon url: http://download.eclipse.org/releases/2024-03/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: nat-table url: http://download.eclipse.org/nattable/releases/2.3.0/repository/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: maven-default-http-blocker url: http://0.0.0.0/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: true , id: nebula url: https://download.eclipse.org/nebula/archive/releases/3.1.1/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] blocked: false ] [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/failsafe-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/failsafe-reports/failsafe-summary.xml [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/test-classes [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = true [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/work [DEBUG] -- end configuration -- [DEBUG] Nothing matches pattern = [**/PluginTest*.class, **/*IT.class] excluding [**/*$*] in /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/test-classes [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ com.xored.q7.quality.mockups.swt --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify:default-verify' with basic configurator --> [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/failsafe-reports [DEBUG] (s) skip = false [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/failsafe-reports/failsafe-summary.xml [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] -------< com.xored.q7.quality:com.xored.q7.quality.mockups.emf >-------- [INFO] Building com.xored.q7.quality.mockups.emf 1.0.0-SNAPSHOT [6/12] [INFO] from plugins/com.xored.q7.quality.mockups.emf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled} ${tycho.ds.path} ${project} ${tycho.ds.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${project.build.testOutputDirectory} ${maven.resources.overwrite} ${project.testResources} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.additionalClasspath} ${argLine} ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${surefire.encoding} ${excludedGroups} ${surefire.excludesFile} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} ${forkMode} ${surefire.exitTimeout} ${surefire.timeout} ${groups} ${surefire.includesFile} ${junitArtifactName} ${junitPlatformArtifactName} ${jvm} ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${surefire.rerunFailingTestsCount} ${reuseForks} ${surefire.runOrder} ${surefire.shutdown} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skip.exec} ${skipTests} ${surefire.suiteXmlFiles} ${tempDir} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.baseline} ${tycho.baseline.replace} ${mojoExecution} ${tycho.generateDownloadStatsProperty} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${enableAssertions} ${excludedGroups} ${surefire.timeout} ${groups} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skipExec} ${skipITs} ${skipTests} ${test} ${testClass} ${project.build.testOutputDirectory} ${threadCount} ${trimStackTrace} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default-verify) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${failIfNoTests} ${maven.test.skip} ${maven.test.skip.exec} ${skipITs} ${skipTests} ${maven.test.failure.ignore} [DEBUG] ======================================================================= [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=96251, ConflictMarker.markTime=64699, ConflictMarker.nodeCount=166, ConflictIdSorter.graphTime=34565, ConflictIdSorter.topsortTime=46571, ConflictIdSorter.conflictIdCount=85, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=704039, ConflictResolver.conflictItemCount=165, DfDependencyCollector.collectTime=1263891, DfDependencyCollector.transformTime=1010717} [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.emf:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] com.ibm.icu:icu4j:jar:74.2:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.ui:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit.ui:jar:2.23.0.v20230211-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.205.100.v20240131-1023:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.0.v20240215-1631:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.200.v20240108-1539:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.100.v20240209-1706:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.200.v20240104-1240:system [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.19.0.v20240213-1246:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] commons-io:commons-io:jar:2.15.1:compile [DEBUG] p2.eclipse.plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse.plugin:org.apache.commons.logging:jar:1.2.0.v20180409-1502:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.300.v20231218-0909:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.0.v20240210-0844:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.0.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.300.v20240124-1325:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.200.v20231214-1526:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.0.v20240213-1427:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.300.v20240131-1308:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.500.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.300.v20240119-0800:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.300.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.200.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.400.v20231214-1012:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.33.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.300.v20240116-1723:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.200.v20240109-1025:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.300.v20240223-1002:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.300.v20240123-1128:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20231210-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.ui:jar:2.22.0.v20231002-1020:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit:jar:2.21.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.131.100.v20240221-2107:system [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.widgets.cdatetime:jar:1.5.0.202402011804:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.300.v20240107-2054:system [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.cwt:jar:1.1.0.202402011804:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.125.0.v20240227-1638:system [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.emf) [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of com.xored.q7.quality.mockups.emf... [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86) ) to create resolver properties [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml: {} [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.weaving.hook:1.4.0.v20240213-1357 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.aarch64:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.gtk:1.2.100.v20231030-2045 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.win32:1.2.200.v20231201-1637 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.14.300.v20240119-2127 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.win32.x86_64:1.4.300.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.x86_64:1.2.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.resources.win32.x86_64:3.5.500.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.ppc64le:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.ppc64le:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.macosx:1.3.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.fx.osgi:3.9.0.202210162353 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ui.cocoa:1.3.100.v20230214-1401 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.transforms.hook:1.4.0.v20240213-1244 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.region:1.5.500.v20231214-2017 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources:default-resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.emf-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/src] [DEBUG] Classpath: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.views/3.12.200.v20231214-1513/org.eclipse.ui.views-3.12.200.v20231214-1513.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.cdatetime/1.5.0.202402011804/org.eclipse.nebula.widgets.cdatetime-1.5.0.202402011804.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.cwt/1.1.0.202402011804/org.eclipse.nebula.cwt-1.1.0.202402011804.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes] [DEBUG] Output directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/.settings/org.eclipse.jdt.core.prefs' could not be found! [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '6' is not supported by compiler. [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.views/3.12.200.v20231214-1513/org.eclipse.ui.views-3.12.200.v20231214-1513.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.cdatetime/1.5.0.202402011804/org.eclipse.nebula.widgets.cdatetime-1.5.0.202402011804.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.cwt/1.1.0.202402011804/org.eclipse.nebula.cwt-1.1.0.202402011804.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/src [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes [DEBUG] JDT compiler args: [-s, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes, -classpath, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[+org/eclipse/emf/ecore/*:+org/eclipse/emf/ecore/impl/*:+org/eclipse/emf/ecore/plugin/*:+org/eclipse/emf/ecore/resource/*:+org/eclipse/emf/ecore/resource/impl/*:+org/eclipse/emf/ecore/util/*:+org/eclipse/emf/ecore/xml/namespace/*:+org/eclipse/emf/ecore/xml/namespace/impl/*:+org/eclipse/emf/ecore/xml/namespace/util/*:+org/eclipse/emf/ecore/xml/type/*:+org/eclipse/emf/ecore/xml/type/impl/*:+org/eclipse/emf/ecore/xml/type/internal/*:+org/eclipse/emf/ecore/xml/type/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[+org/eclipse/emf/common/*:+org/eclipse/emf/common/archive/*:+org/eclipse/emf/common/command/*:+org/eclipse/emf/common/notify/*:+org/eclipse/emf/common/notify/impl/*:+org/eclipse/emf/common/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[+org/eclipse/emf/ecore/change/*:+org/eclipse/emf/ecore/change/impl/*:+org/eclipse/emf/ecore/change/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.23.0.v20230211-1150/org.eclipse.emf.edit.ui-2.23.0.v20230211-1150.jar[+org/eclipse/emf/edit/ui/*:+org/eclipse/emf/edit/ui/action/*:+org/eclipse/emf/edit/ui/celleditor/*:+org/eclipse/emf/edit/ui/dnd/*:+org/eclipse/emf/edit/ui/provider/*:+org/eclipse/emf/edit/ui/util/*:+org/eclipse/emf/edit/ui/view/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.views/3.12.200.v20231214-1513/org.eclipse.ui.views-3.12.200.v20231214-1513.jar[~org/eclipse/ui/internal/views/contentoutline/*:~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/contentoutline/*:+org/eclipse/ui/views/properties/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.edit/2.21.0.v20231208-1346/org.eclipse.emf.edit-2.21.0.v20231208-1346.jar[+org/eclipse/emf/edit/*:+org/eclipse/emf/edit/command/*:+org/eclipse/emf/edit/domain/*:+org/eclipse/emf/edit/provider/*:+org/eclipse/emf/edit/provider/resource/*:+org/eclipse/emf/edit/tree/*:+org/eclipse/emf/edit/tree/impl/*:+org/eclipse/emf/edit/tree/provider/*:+org/eclipse/emf/edit/tree/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common.ui/2.22.0.v20231002-1020/org.eclipse.emf.common.ui-2.22.0.v20231002-1020.jar[+org/eclipse/emf/common/ui/*:+org/eclipse/emf/common/ui/action/*:+org/eclipse/emf/common/ui/celleditor/*:+org/eclipse/emf/common/ui/dialogs/*:+org/eclipse/emf/common/ui/editor/*:+org/eclipse/emf/common/ui/viewer/*:+org/eclipse/emf/common/ui/wizard/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.cdatetime/1.5.0.202402011804/org.eclipse.nebula.widgets.cdatetime-1.5.0.202402011804.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.cwt/1.1.0.202402011804/org.eclipse.nebula.cwt-1.1.0.202402011804.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/src/com/xored/q7/quality/mockups/emf/edit/QS3036_DragAndDropWithLocalTransfer.java, -g, -nowarn, -target, 1.6, -source, 1.6, -encoding, UTF-8] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml: {} [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources:default-testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.emf-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test:default-test' with basic configurator --> [DEBUG] (s) additionalClasspathElements = [] [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf [DEBUG] (s) childDelegation = false [DEBUG] (s) classesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/classes [DEBUG] (s) classpathDependencyExcludes = [] [DEBUG] (s) dependenciesToScan = [] [DEBUG] (s) disableXmlReport = false [DEBUG] (s) enableAssertions = true [DEBUG] (f) forkCount = 1 [DEBUG] (s) forkMode = once [DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30 [DEBUG] (s) junitArtifactName = junit:junit [DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine [DEBUG] (s) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) parallelMavenExecution = false [DEBUG] (s) parallelOptimized = true [DEBUG] (s) perCoreThreadCount = true [DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile} [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test' --- [DEBUG] (s) printSummary = true [DEBUG] (s) projectArtifactMap = {com.ibm.icu:icu4j=com.ibm.icu:icu4j:jar:74.2:compile, p2.eclipse.plugin:com.sun.jna=p2.eclipse.plugin:com.sun.jna:eclipse-plugin:5.14.0.v20231211-1200:system, net.java.dev.jna:jna-platform=net.java.dev.jna:jna-platform:jar:5.14.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:5.14.0:compile, com.xored.q7.quality:com.xored.q7.quality.mockups.ui=com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT:compile, p2.eclipse.plugin:org.eclipse.emf.edit.ui=p2.eclipse.plugin:org.eclipse.emf.edit.ui:eclipse-plugin:2.23.0.v20230211-1150:system, p2.eclipse.plugin:org.eclipse.ui=p2.eclipse.plugin:org.eclipse.ui:eclipse-plugin:3.205.100.v20240131-1023:system, p2.eclipse.plugin:org.eclipse.core.runtime=p2.eclipse.plugin:org.eclipse.core.runtime:eclipse-plugin:3.31.0.v20240215-1631:system, p2.eclipse.plugin:org.eclipse.ui.forms=p2.eclipse.plugin:org.eclipse.ui.forms:eclipse-plugin:3.13.200.v20240108-1539:system, p2.eclipse.plugin:org.eclipse.core.resources=p2.eclipse.plugin:org.eclipse.core.resources:eclipse-plugin:3.20.100.v20240209-1706:system, p2.eclipse.plugin:org.eclipse.jface.databinding=p2.eclipse.plugin:org.eclipse.jface.databinding:eclipse-plugin:1.15.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding=p2.eclipse.plugin:org.eclipse.core.databinding:eclipse-plugin:1.13.200.v20240104-1240:system, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:2.0.1:compile, p2.eclipse.plugin:org.eclipse.osgi=p2.eclipse.plugin:org.eclipse.osgi:eclipse-plugin:3.19.0.v20240213-1246:system, p2.eclipse.plugin:org.apache.batik.constants=p2.eclipse.plugin:org.apache.batik.constants:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.css=p2.eclipse.plugin:org.apache.batik.css:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext=p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:eclipse-plugin:1.0.0.v20230923-0644:system, p2.eclipse.plugin:org.apache.xmlgraphics=p2.eclipse.plugin:org.apache.xmlgraphics:eclipse-plugin:2.9.0.v20230916-1600:system, p2.eclipse.plugin:org.apache.batik.i18n=p2.eclipse.plugin:org.apache.batik.i18n:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.util=p2.eclipse.plugin:org.apache.batik.util:eclipse-plugin:1.17.0.v20231215-1130:system, commons-io:commons-io=commons-io:commons-io:jar:2.15.1:compile, p2.eclipse.plugin:org.apache.commons.jxpath=p2.eclipse.plugin:org.apache.commons.jxpath:eclipse-plugin:1.3.0.v200911051830:system, p2.eclipse.plugin:org.apache.commons.logging=p2.eclipse.plugin:org.apache.commons.logging:eclipse-plugin:1.2.0.v20180409-1502:system, org.apache.felix:org.apache.felix.scr=org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations=org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component=org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:osgi.annotation=org.osgi:osgi.annotation:jar:8.1.0:compile, org.osgi:org.osgi.namespace.extender=org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.osgi:org.osgi.util.promise=org.osgi:org.osgi.util.promise:jar:1.3.0:compile, p2.eclipse.plugin:org.eclipse.core.commands=p2.eclipse.plugin:org.eclipse.core.commands:eclipse-plugin:3.12.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.equinox.common=p2.eclipse.plugin:org.eclipse.equinox.common:eclipse-plugin:3.19.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.core.contenttype=p2.eclipse.plugin:org.eclipse.core.contenttype:eclipse-plugin:3.9.300.v20231218-0909:system, p2.eclipse.plugin:org.eclipse.equinox.preferences=p2.eclipse.plugin:org.eclipse.equinox.preferences:eclipse-plugin:3.11.0.v20240210-0844:system, p2.eclipse.plugin:org.eclipse.equinox.registry=p2.eclipse.plugin:org.eclipse.equinox.registry:eclipse-plugin:3.12.0.v20240213-1057:system, p2.eclipse.plugin:org.eclipse.core.databinding.observable=p2.eclipse.plugin:org.eclipse.core.databinding.observable:eclipse-plugin:1.13.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding.property=p2.eclipse.plugin:org.eclipse.core.databinding.property:eclipse-plugin:1.10.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.expressions=p2.eclipse.plugin:org.eclipse.core.expressions:eclipse-plugin:3.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.core.filesystem=p2.eclipse.plugin:org.eclipse.core.filesystem:eclipse-plugin:1.10.300.v20240124-1325:system, p2.eclipse.plugin:org.eclipse.core.jobs=p2.eclipse.plugin:org.eclipse.core.jobs:eclipse-plugin:3.15.200.v20231214-1526:system, p2.eclipse.plugin:org.eclipse.equinox.app=p2.eclipse.plugin:org.eclipse.equinox.app:eclipse-plugin:1.7.0.v20240213-1427:system, p2.eclipse.plugin:org.eclipse.e4.core.commands=p2.eclipse.plugin:org.eclipse.e4.core.commands:eclipse-plugin:1.1.300.v20240131-1308:system, p2.eclipse.plugin:org.eclipse.e4.core.di=p2.eclipse.plugin:org.eclipse.e4.core.di:eclipse-plugin:1.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.e4.core.contexts=p2.eclipse.plugin:org.eclipse.e4.core.contexts:eclipse-plugin:1.12.500.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.services=p2.eclipse.plugin:org.eclipse.e4.core.services:eclipse-plugin:2.4.300.v20240119-0800:system, org.osgi:org.osgi.service.event=org.osgi:org.osgi.service.event:jar:1.4.1:compile, org.osgi:org.osgi.namespace.implementation=org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile, p2.eclipse.plugin:org.eclipse.e4.core.di.annotations=p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:eclipse-plugin:1.8.300.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:eclipse-plugin:0.18.200.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:eclipse-plugin:0.17.400.v20231214-1012:system, org.osgi:org.osgi.service.prefs=org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, p2.eclipse.plugin:org.eclipse.e4.emf.xpath=p2.eclipse.plugin:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.ecore=p2.eclipse.plugin:org.eclipse.emf.ecore:eclipse-plugin:2.36.0.v20240203-0859:system, p2.eclipse.plugin:org.eclipse.e4.ui.bindings=p2.eclipse.plugin:org.eclipse.e4.ui.bindings:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.swt=p2.eclipse.plugin:org.eclipse.swt:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.e4.ui.services=p2.eclipse.plugin:org.eclipse.e4.ui.services:eclipse-plugin:1.6.300.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.jface=p2.eclipse.plugin:org.eclipse.jface:eclipse-plugin:3.33.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.core=p2.eclipse.plugin:org.eclipse.e4.ui.css.core:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:eclipse-plugin:0.15.300.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.di=p2.eclipse.plugin:org.eclipse.e4.ui.di:eclipse-plugin:1.5.300.v20240116-1723:system, p2.eclipse.plugin:org.eclipse.e4.ui.dialogs=p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:eclipse-plugin:1.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:eclipse-plugin:2.4.200.v20240109-1025:system, p2.eclipse.plugin:org.eclipse.equinox.event=p2.eclipse.plugin:org.eclipse.equinox.event:eclipse-plugin:1.7.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.e4.ui.widgets=p2.eclipse.plugin:org.eclipse.e4.ui.widgets:eclipse-plugin:1.4.100.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.workbench:eclipse-plugin:1.15.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.emf.ecore.change=p2.eclipse.plugin:org.eclipse.emf.ecore.change:eclipse-plugin:2.16.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.emf.ecore.xmi=p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:eclipse-plugin:2.37.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:eclipse-plugin:1.5.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:eclipse-plugin:0.16.300.v20240223-1002:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:eclipse-plugin:0.17.300.v20240123-1128:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench3=p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:eclipse-plugin:0.17.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.urischeme=p2.eclipse.plugin:org.eclipse.urischeme:eclipse-plugin:1.3.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.common=p2.eclipse.plugin:org.eclipse.emf.common:eclipse-plugin:2.30.0.v20231210-0956:system, p2.eclipse.plugin:org.eclipse.emf.common.ui=p2.eclipse.plugin:org.eclipse.emf.common.ui:eclipse-plugin:2.22.0.v20231002-1020:system, p2.eclipse.plugin:org.eclipse.emf.edit=p2.eclipse.plugin:org.eclipse.emf.edit:eclipse-plugin:2.21.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.ui.views=p2.eclipse.plugin:org.eclipse.ui.views:eclipse-plugin:3.12.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.ui.workbench=p2.eclipse.plugin:org.eclipse.ui.workbench:eclipse-plugin:3.131.100.v20240221-2107:system, p2.eclipse.plugin:org.eclipse.nebula.widgets.cdatetime=p2.eclipse.plugin:org.eclipse.nebula.widgets.cdatetime:eclipse-plugin:1.5.0.202402011804:system, p2.eclipse.plugin:org.eclipse.help=p2.eclipse.plugin:org.eclipse.help:eclipse-plugin:3.10.300.v20240107-2054:system, p2.eclipse.plugin:org.eclipse.nebula.cwt=p2.eclipse.plugin:org.eclipse.nebula.cwt:eclipse-plugin:1.1.0.202402011804:system, org.osgi:org.osgi.util.function=org.osgi:org.osgi.util.function:jar:1.2.0:compile, p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64=p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64=p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64=p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system} [DEBUG] (s) projectBuildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target [DEBUG] (s) redirectTestOutputToFile = false [DEBUG] (s) remoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (s) reportFormat = brief [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) reuseForks = true [DEBUG] (s) runOrder = filesystem [DEBUG] (f) shutdown = testset [DEBUG] (s) skip = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (s) skipTests = false [DEBUG] (s) suiteXmlFiles = [] [DEBUG] (s) tempDir = surefire [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (s) testNGArtifactName = org.testng:testng [DEBUG] (s) testSourceDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/src/test/java [DEBUG] (s) threadCountClasses = 0 [DEBUG] (s) threadCountMethods = 0 [DEBUG] (s) threadCountSuites = 0 [DEBUG] (s) trimStackTrace = true [DEBUG] (s) useFile = true [DEBUG] (s) useManifestOnlyJar = true [DEBUG] (s) useSystemClassLoader = true [DEBUG] (s) useUnlimitedThreads = false [DEBUG] (s) workingDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf [DEBUG] (s) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] (s) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (f) deleteOnExit = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [DEBUG] Generate pom descriptor with updated dependencies... [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) finalName = com.xored.q7.quality.mockups.emf-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/.tycho-consumer-pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/com.xored.q7.quality.mockups.emf-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory com/ [DEBUG] adding directory com/xored/ [DEBUG] adding directory com/xored/q7/ [DEBUG] adding directory com/xored/q7/quality/ [DEBUG] adding directory com/xored/q7/quality/mockups/ [DEBUG] adding directory com/xored/q7/quality/mockups/emf/ [DEBUG] adding directory com/xored/q7/quality/mockups/emf/edit/ [DEBUG] adding entry com/xored/q7/quality/mockups/emf/edit/QS3036_DragAndDropWithLocalTransfer$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/emf/edit/QS3036_DragAndDropWithLocalTransfer$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/emf/edit/QS3036_DragAndDropWithLocalTransfer.class [DEBUG] adding entry plugin.xml [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.emf/ [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.emf/pom.properties [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default:default-p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) execution = org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default {execution: default-p2-metadata-default} [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/.tycho-consumer-pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/.tycho-consumer-pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/com.xored.q7.quality.mockups.emf removed. [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test:default-integration-test' with basic configurator --> [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/work/data [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:2.7.5:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile, org.codehaus.plexus:plexus-io:jar:3.2.0:compile, commons-io:commons-io:jar:2.6:compile, org.apache.commons:commons-compress:jar:1.21:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.26:compile, org.codehaus.plexus:plexus-cipher:jar:2.0:compile, javax.inject:javax.inject:jar:1:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile, org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile, org.apache.commons:commons-exec:jar:1.3:compile, biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2:compile, org.slf4j:slf4j-api:jar:1.7.25:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5:runtime, org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile, org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.apache.maven:maven-repository-metadata:jar:3.8.4:compile, org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox:jar:2.0-M8:compile] [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TychoIntegrationTestMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TestPluginMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test' --- [DEBUG] (f) pluginRemoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (f) printBundles = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/.tycho-consumer-pom.xml [DEBUG] (f) projectRemoteRepositories = [ id: neon url: http://download.eclipse.org/releases/2024-03/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: nat-table url: http://download.eclipse.org/nattable/releases/2.3.0/repository/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: maven-default-http-blocker url: http://0.0.0.0/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: true , id: nebula url: https://download.eclipse.org/nebula/archive/releases/3.1.1/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] blocked: false ] [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/failsafe-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/failsafe-reports/failsafe-summary.xml [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/test-classes [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = true [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/work [DEBUG] -- end configuration -- [DEBUG] Nothing matches pattern = [**/PluginTest*.class, **/*IT.class] excluding [**/*$*] in /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/test-classes [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ com.xored.q7.quality.mockups.emf --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify:default-verify' with basic configurator --> [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/failsafe-reports [DEBUG] (s) skip = false [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/failsafe-reports/failsafe-summary.xml [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] ------< com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d >------ [INFO] Building com.xored.q7.quality.mockups.draw2d 1.0.0-SNAPSHOT [7/12] [INFO] from plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled} ${tycho.ds.path} ${project} ${tycho.ds.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${project.build.testOutputDirectory} ${maven.resources.overwrite} ${project.testResources} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.additionalClasspath} ${argLine} ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${surefire.encoding} ${excludedGroups} ${surefire.excludesFile} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} ${forkMode} ${surefire.exitTimeout} ${surefire.timeout} ${groups} ${surefire.includesFile} ${junitArtifactName} ${junitPlatformArtifactName} ${jvm} ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${surefire.rerunFailingTestsCount} ${reuseForks} ${surefire.runOrder} ${surefire.shutdown} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skip.exec} ${skipTests} ${surefire.suiteXmlFiles} ${tempDir} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.baseline} ${tycho.baseline.replace} ${mojoExecution} ${tycho.generateDownloadStatsProperty} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${enableAssertions} ${excludedGroups} ${surefire.timeout} ${groups} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skipExec} ${skipITs} ${skipTests} ${test} ${testClass} ${project.build.testOutputDirectory} ${threadCount} ${trimStackTrace} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default-verify) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${failIfNoTests} ${maven.test.skip} ${maven.test.skip.exec} ${skipITs} ${skipTests} ${maven.test.failure.ignore} [DEBUG] ======================================================================= [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=114523, ConflictMarker.markTime=67962, ConflictMarker.nodeCount=162, ConflictIdSorter.graphTime=32547, ConflictIdSorter.topsortTime=31106, ConflictIdSorter.conflictIdCount=81, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=71163760, ConflictResolver.conflictItemCount=161, DfDependencyCollector.collectTime=1148347, DfDependencyCollector.transformTime=71437190} [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] com.ibm.icu:icu4j:jar:74.2:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.205.100.v20240131-1023:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.0.v20240215-1631:system [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.ui:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.draw2d:jar:3.15.0.202402212051:system [DEBUG] p2.eclipse.plugin:org.eclipse.gef:jar:3.17.0.202402212051:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.200.v20240108-1539:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.100.v20240209-1706:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.200.v20240104-1240:system [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.19.0.v20240213-1246:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] commons-io:commons-io:jar:2.15.1:compile [DEBUG] p2.eclipse.plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse.plugin:org.apache.commons.logging:jar:1.2.0.v20180409-1502:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.300.v20231218-0909:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.0.v20240210-0844:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.0.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.300.v20240124-1325:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.200.v20231214-1526:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.0.v20240213-1427:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.300.v20240131-1308:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.500.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.300.v20240119-0800:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.300.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.200.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.400.v20231214-1012:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.33.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.300.v20240116-1723:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.200.v20240109-1025:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.300.v20240223-1002:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.300.v20240123-1128:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20231210-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.131.100.v20240221-2107:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.300.v20240107-2054:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.125.0.v20240227-1638:system [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.draw2d) [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of com.xored.q7.quality.mockups.draw2d... [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86) ) to create resolver properties [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml: {} [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.weaving.hook:1.4.0.v20240213-1357 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.aarch64:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.gtk:1.2.100.v20231030-2045 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.win32:1.2.200.v20231201-1637 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.14.300.v20240119-2127 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.win32.x86_64:1.4.300.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.x86_64:1.2.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.resources.win32.x86_64:3.5.500.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.ppc64le:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.ppc64le:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.macosx:1.3.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.fx.osgi:3.9.0.202210162353 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ui.cocoa:1.3.100.v20230214-1401 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.transforms.hook:1.4.0.v20240213-1244 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.region:1.5.500.v20231214-2017 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources:default-resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.draw2d-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src] [DEBUG] Classpath: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.draw2d/3.15.0.202402212051/org.eclipse.draw2d-3.15.0.202402212051.jar[+org/eclipse/draw2d/*:+org/eclipse/draw2d/geometry/*:+org/eclipse/draw2d/graph/*:+org/eclipse/draw2d/images/*:~org/eclipse/draw2d/internal/*:+org/eclipse/draw2d/parts/*:+org/eclipse/draw2d/text/*:+org/eclipse/draw2d/widgets/*:+org/eclipse/draw2d/zoom/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.gef/3.17.0.202402212051/org.eclipse.gef-3.17.0.202402212051.jar[+org/eclipse/gef/*:+org/eclipse/gef/commands/*:+org/eclipse/gef/dnd/*:+org/eclipse/gef/editparts/*:+org/eclipse/gef/editpolicies/*:+org/eclipse/gef/handles/*:~org/eclipse/gef/internal/*:~org/eclipse/gef/internal/icons/*:~org/eclipse/gef/internal/ui/palette/*:~org/eclipse/gef/internal/ui/palette/editparts/*:~org/eclipse/gef/internal/ui/rulers/*:+org/eclipse/gef/palette/*:+org/eclipse/gef/print/*:+org/eclipse/gef/requests/*:+org/eclipse/gef/rulers/*:+org/eclipse/gef/tools/*:+org/eclipse/gef/ui/actions/*:+org/eclipse/gef/ui/console/*:+org/eclipse/gef/ui/console/icons/*:+org/eclipse/gef/ui/palette/*:+org/eclipse/gef/ui/palette/customize/*:+org/eclipse/gef/ui/palette/editparts/*:+org/eclipse/gef/ui/parts/*:+org/eclipse/gef/ui/properties/*:+org/eclipse/gef/ui/rulers/*:+org/eclipse/gef/ui/stackview/*:+org/eclipse/gef/ui/stackview/icons/*:+org/eclipse/gef/ui/views/palette/*:+org/eclipse/gef/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes] [DEBUG] Output directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/.settings/org.eclipse.jdt.core.prefs' could not be found! [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '6' is not supported by compiler. [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.draw2d/3.15.0.202402212051/org.eclipse.draw2d-3.15.0.202402212051.jar[+org/eclipse/draw2d/*:+org/eclipse/draw2d/geometry/*:+org/eclipse/draw2d/graph/*:+org/eclipse/draw2d/images/*:~org/eclipse/draw2d/internal/*:+org/eclipse/draw2d/parts/*:+org/eclipse/draw2d/text/*:+org/eclipse/draw2d/widgets/*:+org/eclipse/draw2d/zoom/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.gef/3.17.0.202402212051/org.eclipse.gef-3.17.0.202402212051.jar[+org/eclipse/gef/*:+org/eclipse/gef/commands/*:+org/eclipse/gef/dnd/*:+org/eclipse/gef/editparts/*:+org/eclipse/gef/editpolicies/*:+org/eclipse/gef/handles/*:~org/eclipse/gef/internal/*:~org/eclipse/gef/internal/icons/*:~org/eclipse/gef/internal/ui/palette/*:~org/eclipse/gef/internal/ui/palette/editparts/*:~org/eclipse/gef/internal/ui/rulers/*:+org/eclipse/gef/palette/*:+org/eclipse/gef/print/*:+org/eclipse/gef/requests/*:+org/eclipse/gef/rulers/*:+org/eclipse/gef/tools/*:+org/eclipse/gef/ui/actions/*:+org/eclipse/gef/ui/console/*:+org/eclipse/gef/ui/console/icons/*:+org/eclipse/gef/ui/palette/*:+org/eclipse/gef/ui/palette/customize/*:+org/eclipse/gef/ui/palette/editparts/*:+org/eclipse/gef/ui/parts/*:+org/eclipse/gef/ui/properties/*:+org/eclipse/gef/ui/rulers/*:+org/eclipse/gef/ui/stackview/*:+org/eclipse/gef/ui/stackview/icons/*:+org/eclipse/gef/ui/views/palette/*:+org/eclipse/gef/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes [DEBUG] JDT compiler args: [-s, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes, -classpath, /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*]:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.draw2d/3.15.0.202402212051/org.eclipse.draw2d-3.15.0.202402212051.jar[+org/eclipse/draw2d/*:+org/eclipse/draw2d/geometry/*:+org/eclipse/draw2d/graph/*:+org/eclipse/draw2d/images/*:~org/eclipse/draw2d/internal/*:+org/eclipse/draw2d/parts/*:+org/eclipse/draw2d/text/*:+org/eclipse/draw2d/widgets/*:+org/eclipse/draw2d/zoom/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.gef/3.17.0.202402212051/org.eclipse.gef-3.17.0.202402212051.jar[+org/eclipse/gef/*:+org/eclipse/gef/commands/*:+org/eclipse/gef/dnd/*:+org/eclipse/gef/editparts/*:+org/eclipse/gef/editpolicies/*:+org/eclipse/gef/handles/*:~org/eclipse/gef/internal/*:~org/eclipse/gef/internal/icons/*:~org/eclipse/gef/internal/ui/palette/*:~org/eclipse/gef/internal/ui/palette/editparts/*:~org/eclipse/gef/internal/ui/rulers/*:+org/eclipse/gef/palette/*:+org/eclipse/gef/print/*:+org/eclipse/gef/requests/*:+org/eclipse/gef/rulers/*:+org/eclipse/gef/tools/*:+org/eclipse/gef/ui/actions/*:+org/eclipse/gef/ui/console/*:+org/eclipse/gef/ui/console/icons/*:+org/eclipse/gef/ui/palette/*:+org/eclipse/gef/ui/palette/customize/*:+org/eclipse/gef/ui/palette/editparts/*:+org/eclipse/gef/ui/parts/*:+org/eclipse/gef/ui/properties/*:+org/eclipse/gef/ui/rulers/*:+org/eclipse/gef/ui/stackview/*:+org/eclipse/gef/ui/stackview/icons/*:+org/eclipse/gef/ui/views/palette/*:+org/eclipse/gef/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/com/xored/q7/quality/mockups/draw2d/Draw2DPart.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/com/xored/q7/quality/mockups/draw2d/DiagramWithCustomId.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/com/xored/q7/quality/mockups/draw2d/Activator.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/com/xored/q7/quality/mockups/draw2d/DiagramItemWithImage.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/com/xored/q7/quality/mockups/draw2d/GraphicalViewerPart.java, -g, -nowarn, -target, 1.6, -source, 1.6, -encoding, UTF-8] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml: {} [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources:default-testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.draw2d-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test:default-test' with basic configurator --> [DEBUG] (s) additionalClasspathElements = [] [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d [DEBUG] (s) childDelegation = false [DEBUG] (s) classesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/classes [DEBUG] (s) classpathDependencyExcludes = [] [DEBUG] (s) dependenciesToScan = [] [DEBUG] (s) disableXmlReport = false [DEBUG] (s) enableAssertions = true [DEBUG] (f) forkCount = 1 [DEBUG] (s) forkMode = once [DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30 [DEBUG] (s) junitArtifactName = junit:junit [DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine [DEBUG] (s) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) parallelMavenExecution = false [DEBUG] (s) parallelOptimized = true [DEBUG] (s) perCoreThreadCount = true [DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile} [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test' --- [DEBUG] (s) printSummary = true [DEBUG] (s) projectArtifactMap = {com.ibm.icu:icu4j=com.ibm.icu:icu4j:jar:74.2:compile, p2.eclipse.plugin:com.sun.jna=p2.eclipse.plugin:com.sun.jna:eclipse-plugin:5.14.0.v20231211-1200:system, net.java.dev.jna:jna-platform=net.java.dev.jna:jna-platform:jar:5.14.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:5.14.0:compile, p2.eclipse.plugin:org.eclipse.ui=p2.eclipse.plugin:org.eclipse.ui:eclipse-plugin:3.205.100.v20240131-1023:system, p2.eclipse.plugin:org.eclipse.core.runtime=p2.eclipse.plugin:org.eclipse.core.runtime:eclipse-plugin:3.31.0.v20240215-1631:system, com.xored.q7.quality:com.xored.q7.quality.mockups.ui=com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT:compile, p2.eclipse.plugin:org.eclipse.draw2d=p2.eclipse.plugin:org.eclipse.draw2d:eclipse-plugin:3.15.0.202402212051:system, p2.eclipse.plugin:org.eclipse.gef=p2.eclipse.plugin:org.eclipse.gef:eclipse-plugin:3.17.0.202402212051:system, p2.eclipse.plugin:org.eclipse.ui.forms=p2.eclipse.plugin:org.eclipse.ui.forms:eclipse-plugin:3.13.200.v20240108-1539:system, p2.eclipse.plugin:org.eclipse.core.resources=p2.eclipse.plugin:org.eclipse.core.resources:eclipse-plugin:3.20.100.v20240209-1706:system, p2.eclipse.plugin:org.eclipse.jface.databinding=p2.eclipse.plugin:org.eclipse.jface.databinding:eclipse-plugin:1.15.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding=p2.eclipse.plugin:org.eclipse.core.databinding:eclipse-plugin:1.13.200.v20240104-1240:system, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:2.0.1:compile, p2.eclipse.plugin:org.eclipse.osgi=p2.eclipse.plugin:org.eclipse.osgi:eclipse-plugin:3.19.0.v20240213-1246:system, p2.eclipse.plugin:org.apache.batik.constants=p2.eclipse.plugin:org.apache.batik.constants:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.css=p2.eclipse.plugin:org.apache.batik.css:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext=p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:eclipse-plugin:1.0.0.v20230923-0644:system, p2.eclipse.plugin:org.apache.xmlgraphics=p2.eclipse.plugin:org.apache.xmlgraphics:eclipse-plugin:2.9.0.v20230916-1600:system, p2.eclipse.plugin:org.apache.batik.i18n=p2.eclipse.plugin:org.apache.batik.i18n:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.util=p2.eclipse.plugin:org.apache.batik.util:eclipse-plugin:1.17.0.v20231215-1130:system, commons-io:commons-io=commons-io:commons-io:jar:2.15.1:compile, p2.eclipse.plugin:org.apache.commons.jxpath=p2.eclipse.plugin:org.apache.commons.jxpath:eclipse-plugin:1.3.0.v200911051830:system, p2.eclipse.plugin:org.apache.commons.logging=p2.eclipse.plugin:org.apache.commons.logging:eclipse-plugin:1.2.0.v20180409-1502:system, org.apache.felix:org.apache.felix.scr=org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations=org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component=org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:osgi.annotation=org.osgi:osgi.annotation:jar:8.1.0:compile, org.osgi:org.osgi.namespace.extender=org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.osgi:org.osgi.util.promise=org.osgi:org.osgi.util.promise:jar:1.3.0:compile, p2.eclipse.plugin:org.eclipse.core.commands=p2.eclipse.plugin:org.eclipse.core.commands:eclipse-plugin:3.12.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.equinox.common=p2.eclipse.plugin:org.eclipse.equinox.common:eclipse-plugin:3.19.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.core.contenttype=p2.eclipse.plugin:org.eclipse.core.contenttype:eclipse-plugin:3.9.300.v20231218-0909:system, p2.eclipse.plugin:org.eclipse.equinox.preferences=p2.eclipse.plugin:org.eclipse.equinox.preferences:eclipse-plugin:3.11.0.v20240210-0844:system, p2.eclipse.plugin:org.eclipse.equinox.registry=p2.eclipse.plugin:org.eclipse.equinox.registry:eclipse-plugin:3.12.0.v20240213-1057:system, p2.eclipse.plugin:org.eclipse.core.databinding.observable=p2.eclipse.plugin:org.eclipse.core.databinding.observable:eclipse-plugin:1.13.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding.property=p2.eclipse.plugin:org.eclipse.core.databinding.property:eclipse-plugin:1.10.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.expressions=p2.eclipse.plugin:org.eclipse.core.expressions:eclipse-plugin:3.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.core.filesystem=p2.eclipse.plugin:org.eclipse.core.filesystem:eclipse-plugin:1.10.300.v20240124-1325:system, p2.eclipse.plugin:org.eclipse.core.jobs=p2.eclipse.plugin:org.eclipse.core.jobs:eclipse-plugin:3.15.200.v20231214-1526:system, p2.eclipse.plugin:org.eclipse.equinox.app=p2.eclipse.plugin:org.eclipse.equinox.app:eclipse-plugin:1.7.0.v20240213-1427:system, p2.eclipse.plugin:org.eclipse.swt=p2.eclipse.plugin:org.eclipse.swt:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.e4.core.commands=p2.eclipse.plugin:org.eclipse.e4.core.commands:eclipse-plugin:1.1.300.v20240131-1308:system, p2.eclipse.plugin:org.eclipse.e4.core.di=p2.eclipse.plugin:org.eclipse.e4.core.di:eclipse-plugin:1.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.e4.core.contexts=p2.eclipse.plugin:org.eclipse.e4.core.contexts:eclipse-plugin:1.12.500.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.services=p2.eclipse.plugin:org.eclipse.e4.core.services:eclipse-plugin:2.4.300.v20240119-0800:system, org.osgi:org.osgi.service.event=org.osgi:org.osgi.service.event:jar:1.4.1:compile, org.osgi:org.osgi.namespace.implementation=org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile, p2.eclipse.plugin:org.eclipse.e4.core.di.annotations=p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:eclipse-plugin:1.8.300.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:eclipse-plugin:0.18.200.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:eclipse-plugin:0.17.400.v20231214-1012:system, org.osgi:org.osgi.service.prefs=org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, p2.eclipse.plugin:org.eclipse.e4.emf.xpath=p2.eclipse.plugin:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.ecore=p2.eclipse.plugin:org.eclipse.emf.ecore:eclipse-plugin:2.36.0.v20240203-0859:system, p2.eclipse.plugin:org.eclipse.e4.ui.bindings=p2.eclipse.plugin:org.eclipse.e4.ui.bindings:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.services=p2.eclipse.plugin:org.eclipse.e4.ui.services:eclipse-plugin:1.6.300.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.jface=p2.eclipse.plugin:org.eclipse.jface:eclipse-plugin:3.33.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.core=p2.eclipse.plugin:org.eclipse.e4.ui.css.core:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:eclipse-plugin:0.15.300.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.di=p2.eclipse.plugin:org.eclipse.e4.ui.di:eclipse-plugin:1.5.300.v20240116-1723:system, p2.eclipse.plugin:org.eclipse.e4.ui.dialogs=p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:eclipse-plugin:1.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:eclipse-plugin:2.4.200.v20240109-1025:system, p2.eclipse.plugin:org.eclipse.equinox.event=p2.eclipse.plugin:org.eclipse.equinox.event:eclipse-plugin:1.7.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.e4.ui.widgets=p2.eclipse.plugin:org.eclipse.e4.ui.widgets:eclipse-plugin:1.4.100.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.workbench:eclipse-plugin:1.15.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.emf.ecore.change=p2.eclipse.plugin:org.eclipse.emf.ecore.change:eclipse-plugin:2.16.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.emf.ecore.xmi=p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:eclipse-plugin:2.37.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:eclipse-plugin:1.5.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:eclipse-plugin:0.16.300.v20240223-1002:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:eclipse-plugin:0.17.300.v20240123-1128:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench3=p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:eclipse-plugin:0.17.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.urischeme=p2.eclipse.plugin:org.eclipse.urischeme:eclipse-plugin:1.3.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.common=p2.eclipse.plugin:org.eclipse.emf.common:eclipse-plugin:2.30.0.v20231210-0956:system, p2.eclipse.plugin:org.eclipse.ui.workbench=p2.eclipse.plugin:org.eclipse.ui.workbench:eclipse-plugin:3.131.100.v20240221-2107:system, p2.eclipse.plugin:org.eclipse.help=p2.eclipse.plugin:org.eclipse.help:eclipse-plugin:3.10.300.v20240107-2054:system, org.osgi:org.osgi.util.function=org.osgi:org.osgi.util.function:jar:1.2.0:compile, p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64=p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64=p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64=p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system} [DEBUG] (s) projectBuildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target [DEBUG] (s) redirectTestOutputToFile = false [DEBUG] (s) remoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (s) reportFormat = brief [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) reuseForks = true [DEBUG] (s) runOrder = filesystem [DEBUG] (f) shutdown = testset [DEBUG] (s) skip = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (s) skipTests = false [DEBUG] (s) suiteXmlFiles = [] [DEBUG] (s) tempDir = surefire [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (s) testNGArtifactName = org.testng:testng [DEBUG] (s) testSourceDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/src/test/java [DEBUG] (s) threadCountClasses = 0 [DEBUG] (s) threadCountMethods = 0 [DEBUG] (s) threadCountSuites = 0 [DEBUG] (s) trimStackTrace = true [DEBUG] (s) useFile = true [DEBUG] (s) useManifestOnlyJar = true [DEBUG] (s) useSystemClassLoader = true [DEBUG] (s) useUnlimitedThreads = false [DEBUG] (s) workingDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d [DEBUG] (s) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] (s) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (f) deleteOnExit = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [DEBUG] Generate pom descriptor with updated dependencies... [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) finalName = com.xored.q7.quality.mockups.draw2d-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/.tycho-consumer-pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/com.xored.q7.quality.mockups.draw2d-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory com/ [DEBUG] adding directory com/xored/ [DEBUG] adding directory com/xored/q7/ [DEBUG] adding directory com/xored/q7/quality/ [DEBUG] adding directory com/xored/q7/quality/mockups/ [DEBUG] adding directory com/xored/q7/quality/mockups/draw2d/ [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/Draw2DPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/DiagramWithCustomId$CustomEditPartFactory.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/DiagramWithCustomId$ContainerEditPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/DiagramWithCustomId$ComponentModel.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/DiagramWithCustomId.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/DiagramWithCustomId$ComponentEditPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/DiagramWithCustomId$ContainerModel.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/Activator.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/DiagramItemWithImage.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/DiagramItemWithImage$SimplePartFactory.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/DiagramItemWithImage$SimpleEditPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/DiagramItemWithImage$SimpleModel.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/GraphicalViewerPart.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/GraphicalViewerPart$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/draw2d/GraphicalViewerPart$2.class [DEBUG] adding directory icons/ [DEBUG] adding entry icons/icon.png [DEBUG] adding entry plugin.xml [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.draw2d/ [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.draw2d/pom.properties [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default:default-p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) execution = org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default {execution: default-p2-metadata-default} [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/.tycho-consumer-pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/.tycho-consumer-pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/com.xored.q7.quality.mockups.draw2d removed. [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test:default-integration-test' with basic configurator --> [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/work/data [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:2.7.5:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile, org.codehaus.plexus:plexus-io:jar:3.2.0:compile, commons-io:commons-io:jar:2.6:compile, org.apache.commons:commons-compress:jar:1.21:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.26:compile, org.codehaus.plexus:plexus-cipher:jar:2.0:compile, javax.inject:javax.inject:jar:1:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile, org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile, org.apache.commons:commons-exec:jar:1.3:compile, biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2:compile, org.slf4j:slf4j-api:jar:1.7.25:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5:runtime, org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile, org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.apache.maven:maven-repository-metadata:jar:3.8.4:compile, org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox:jar:2.0-M8:compile] [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TychoIntegrationTestMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TestPluginMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test' --- [DEBUG] (f) pluginRemoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (f) printBundles = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/.tycho-consumer-pom.xml [DEBUG] (f) projectRemoteRepositories = [ id: neon url: http://download.eclipse.org/releases/2024-03/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: nat-table url: http://download.eclipse.org/nattable/releases/2.3.0/repository/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: maven-default-http-blocker url: http://0.0.0.0/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: true , id: nebula url: https://download.eclipse.org/nebula/archive/releases/3.1.1/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] blocked: false ] [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/failsafe-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/failsafe-reports/failsafe-summary.xml [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/test-classes [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = true [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/work [DEBUG] -- end configuration -- [DEBUG] Nothing matches pattern = [**/PluginTest*.class, **/*IT.class] excluding [**/*$*] in /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/test-classes [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ com.xored.q7.quality.mockups.draw2d --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify:default-verify' with basic configurator --> [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/failsafe-reports [DEBUG] (s) skip = false [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/failsafe-reports/failsafe-summary.xml [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] -------< com.xored.q7.quality:com.xored.q7.quality.mockups.zest >------- [INFO] Building com.xored.q7.quality.mockups.zest 1.0.0-SNAPSHOT [8/12] [INFO] from plugins/com.xored.q7.quality.mockups.zest/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled} ${tycho.ds.path} ${project} ${tycho.ds.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${project.build.testOutputDirectory} ${maven.resources.overwrite} ${project.testResources} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.additionalClasspath} ${argLine} ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${surefire.encoding} ${excludedGroups} ${surefire.excludesFile} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} ${forkMode} ${surefire.exitTimeout} ${surefire.timeout} ${groups} ${surefire.includesFile} ${junitArtifactName} ${junitPlatformArtifactName} ${jvm} ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${surefire.rerunFailingTestsCount} ${reuseForks} ${surefire.runOrder} ${surefire.shutdown} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skip.exec} ${skipTests} ${surefire.suiteXmlFiles} ${tempDir} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.baseline} ${tycho.baseline.replace} ${mojoExecution} ${tycho.generateDownloadStatsProperty} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${enableAssertions} ${excludedGroups} ${surefire.timeout} ${groups} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skipExec} ${skipITs} ${skipTests} ${test} ${testClass} ${project.build.testOutputDirectory} ${threadCount} ${trimStackTrace} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default-verify) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${failIfNoTests} ${maven.test.skip} ${maven.test.skip.exec} ${skipITs} ${skipTests} ${maven.test.failure.ignore} [DEBUG] ======================================================================= [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=87918, ConflictMarker.markTime=63160, ConflictMarker.nodeCount=163, ConflictIdSorter.graphTime=31885, ConflictIdSorter.topsortTime=33912, ConflictIdSorter.conflictIdCount=82, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=644085, ConflictResolver.conflictItemCount=162, DfDependencyCollector.collectTime=1083604, DfDependencyCollector.transformTime=887068} [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.zest:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] com.ibm.icu:icu4j:jar:74.2:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.ui:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.205.100.v20240131-1023:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.0.v20240215-1631:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.200.v20240108-1539:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.100.v20240209-1706:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.zest.core:jar:1.11.0.202402212051:system [DEBUG] p2.eclipse.plugin:org.eclipse.zest.layouts:jar:1.4.0.202402212051:system [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.19.0.v20240213-1246:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] commons-io:commons-io:jar:2.15.1:compile [DEBUG] p2.eclipse.plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse.plugin:org.apache.commons.logging:jar:1.2.0.v20180409-1502:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.300.v20231218-0909:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.0.v20240210-0844:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.0.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.300.v20240124-1325:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.200.v20231214-1526:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.0.v20240213-1427:system [DEBUG] p2.eclipse.plugin:org.eclipse.draw2d:jar:3.15.0.202402212051:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.300.v20240131-1308:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.500.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.300.v20240119-0800:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.300.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.200.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.400.v20231214-1012:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.33.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.300.v20240116-1723:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.200.v20240109-1025:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.300.v20240223-1002:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.300.v20240123-1128:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20231210-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.300.v20240107-2054:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.131.100.v20240221-2107:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.125.0.v20240227-1638:system [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.zest) [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of com.xored.q7.quality.mockups.zest... [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86) ) to create resolver properties [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml: {} [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.weaving.hook:1.4.0.v20240213-1357 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.aarch64:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.gtk:1.2.100.v20231030-2045 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.win32:1.2.200.v20231201-1637 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.14.300.v20240119-2127 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.win32.x86_64:1.4.300.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.x86_64:1.2.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.resources.win32.x86_64:3.5.500.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.ppc64le:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.ppc64le:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.macosx:1.3.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.fx.osgi:3.9.0.202210162353 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ui.cocoa:1.3.100.v20230214-1401 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.transforms.hook:1.4.0.v20240213-1244 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.region:1.5.500.v20231214-2017 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources:default-resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.zest-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src] [DEBUG] Classpath: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.zest.core/1.11.0.202402212051/org.eclipse.zest.core-1.11.0.202402212051.jar[+org/eclipse/zest/core/viewers/*:~org/eclipse/zest/core/viewers/internal/*:+org/eclipse/zest/core/widgets/*:~org/eclipse/zest/core/widgets/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.zest.layouts/1.4.0.202402212051/org.eclipse.zest.layouts-1.4.0.202402212051.jar[+org/eclipse/zest/layouts/*:+org/eclipse/zest/layouts/algorithms/*:+org/eclipse/zest/layouts/algorithms/internal/*:+org/eclipse/zest/layouts/constraints/*:+org/eclipse/zest/layouts/dataStructures/*:+org/eclipse/zest/layouts/exampleStructures/*:+org/eclipse/zest/layouts/exampleUses/*:+org/eclipse/zest/layouts/progress/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.draw2d/3.15.0.202402212051/org.eclipse.draw2d-3.15.0.202402212051.jar[+org/eclipse/draw2d/*:+org/eclipse/draw2d/geometry/*:+org/eclipse/draw2d/graph/*:+org/eclipse/draw2d/images/*:~org/eclipse/draw2d/internal/*:+org/eclipse/draw2d/parts/*:+org/eclipse/draw2d/text/*:+org/eclipse/draw2d/widgets/*:+org/eclipse/draw2d/zoom/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes] [DEBUG] Output directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/.settings/org.eclipse.jdt.core.prefs' could not be found! [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '6' is not supported by compiler. [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.zest.core/1.11.0.202402212051/org.eclipse.zest.core-1.11.0.202402212051.jar[+org/eclipse/zest/core/viewers/*:~org/eclipse/zest/core/viewers/internal/*:+org/eclipse/zest/core/widgets/*:~org/eclipse/zest/core/widgets/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.zest.layouts/1.4.0.202402212051/org.eclipse.zest.layouts-1.4.0.202402212051.jar[+org/eclipse/zest/layouts/*:+org/eclipse/zest/layouts/algorithms/*:+org/eclipse/zest/layouts/algorithms/internal/*:+org/eclipse/zest/layouts/constraints/*:+org/eclipse/zest/layouts/dataStructures/*:+org/eclipse/zest/layouts/exampleStructures/*:+org/eclipse/zest/layouts/exampleUses/*:+org/eclipse/zest/layouts/progress/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.draw2d/3.15.0.202402212051/org.eclipse.draw2d-3.15.0.202402212051.jar[+org/eclipse/draw2d/*:+org/eclipse/draw2d/geometry/*:+org/eclipse/draw2d/graph/*:+org/eclipse/draw2d/images/*:~org/eclipse/draw2d/internal/*:+org/eclipse/draw2d/parts/*:+org/eclipse/draw2d/text/*:+org/eclipse/draw2d/widgets/*:+org/eclipse/draw2d/zoom/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes [DEBUG] JDT compiler args: [-s, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes, -classpath, /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.zest.core/1.11.0.202402212051/org.eclipse.zest.core-1.11.0.202402212051.jar[+org/eclipse/zest/core/viewers/*:~org/eclipse/zest/core/viewers/internal/*:+org/eclipse/zest/core/widgets/*:~org/eclipse/zest/core/widgets/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.zest.layouts/1.4.0.202402212051/org.eclipse.zest.layouts-1.4.0.202402212051.jar[+org/eclipse/zest/layouts/*:+org/eclipse/zest/layouts/algorithms/*:+org/eclipse/zest/layouts/algorithms/internal/*:+org/eclipse/zest/layouts/constraints/*:+org/eclipse/zest/layouts/dataStructures/*:+org/eclipse/zest/layouts/exampleStructures/*:+org/eclipse/zest/layouts/exampleUses/*:+org/eclipse/zest/layouts/progress/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.draw2d/3.15.0.202402212051/org.eclipse.draw2d-3.15.0.202402212051.jar[+org/eclipse/draw2d/*:+org/eclipse/draw2d/geometry/*:+org/eclipse/draw2d/graph/*:+org/eclipse/draw2d/images/*:~org/eclipse/draw2d/internal/*:+org/eclipse/draw2d/parts/*:+org/eclipse/draw2d/text/*:+org/eclipse/draw2d/widgets/*:+org/eclipse/draw2d/zoom/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src/com/xored/q7/quality/mockups/zest/Activator.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src/com/xored/q7/quality/mockups/zest/ZestMockup.java, -g, -nowarn, -target, 1.6, -source, 1.6, -encoding, UTF-8] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml: {} [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources:default-testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.zest-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test:default-test' with basic configurator --> [DEBUG] (s) additionalClasspathElements = [] [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest [DEBUG] (s) childDelegation = false [DEBUG] (s) classesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/classes [DEBUG] (s) classpathDependencyExcludes = [] [DEBUG] (s) dependenciesToScan = [] [DEBUG] (s) disableXmlReport = false [DEBUG] (s) enableAssertions = true [DEBUG] (f) forkCount = 1 [DEBUG] (s) forkMode = once [DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30 [DEBUG] (s) junitArtifactName = junit:junit [DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine [DEBUG] (s) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) parallelMavenExecution = false [DEBUG] (s) parallelOptimized = true [DEBUG] (s) perCoreThreadCount = true [DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile} [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test' --- [DEBUG] (s) printSummary = true [DEBUG] (s) projectArtifactMap = {com.ibm.icu:icu4j=com.ibm.icu:icu4j:jar:74.2:compile, p2.eclipse.plugin:com.sun.jna=p2.eclipse.plugin:com.sun.jna:eclipse-plugin:5.14.0.v20231211-1200:system, net.java.dev.jna:jna-platform=net.java.dev.jna:jna-platform:jar:5.14.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:5.14.0:compile, com.xored.q7.quality:com.xored.q7.quality.mockups.ui=com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT:compile, p2.eclipse.plugin:org.eclipse.ui=p2.eclipse.plugin:org.eclipse.ui:eclipse-plugin:3.205.100.v20240131-1023:system, p2.eclipse.plugin:org.eclipse.core.runtime=p2.eclipse.plugin:org.eclipse.core.runtime:eclipse-plugin:3.31.0.v20240215-1631:system, p2.eclipse.plugin:org.eclipse.ui.forms=p2.eclipse.plugin:org.eclipse.ui.forms:eclipse-plugin:3.13.200.v20240108-1539:system, p2.eclipse.plugin:org.eclipse.core.resources=p2.eclipse.plugin:org.eclipse.core.resources:eclipse-plugin:3.20.100.v20240209-1706:system, p2.eclipse.plugin:org.eclipse.jface.databinding=p2.eclipse.plugin:org.eclipse.jface.databinding:eclipse-plugin:1.15.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding=p2.eclipse.plugin:org.eclipse.core.databinding:eclipse-plugin:1.13.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.zest.core=p2.eclipse.plugin:org.eclipse.zest.core:eclipse-plugin:1.11.0.202402212051:system, p2.eclipse.plugin:org.eclipse.zest.layouts=p2.eclipse.plugin:org.eclipse.zest.layouts:eclipse-plugin:1.4.0.202402212051:system, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:2.0.1:compile, p2.eclipse.plugin:org.eclipse.osgi=p2.eclipse.plugin:org.eclipse.osgi:eclipse-plugin:3.19.0.v20240213-1246:system, p2.eclipse.plugin:org.apache.batik.constants=p2.eclipse.plugin:org.apache.batik.constants:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.css=p2.eclipse.plugin:org.apache.batik.css:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext=p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:eclipse-plugin:1.0.0.v20230923-0644:system, p2.eclipse.plugin:org.apache.xmlgraphics=p2.eclipse.plugin:org.apache.xmlgraphics:eclipse-plugin:2.9.0.v20230916-1600:system, p2.eclipse.plugin:org.apache.batik.i18n=p2.eclipse.plugin:org.apache.batik.i18n:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.util=p2.eclipse.plugin:org.apache.batik.util:eclipse-plugin:1.17.0.v20231215-1130:system, commons-io:commons-io=commons-io:commons-io:jar:2.15.1:compile, p2.eclipse.plugin:org.apache.commons.jxpath=p2.eclipse.plugin:org.apache.commons.jxpath:eclipse-plugin:1.3.0.v200911051830:system, p2.eclipse.plugin:org.apache.commons.logging=p2.eclipse.plugin:org.apache.commons.logging:eclipse-plugin:1.2.0.v20180409-1502:system, org.apache.felix:org.apache.felix.scr=org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations=org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component=org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:osgi.annotation=org.osgi:osgi.annotation:jar:8.1.0:compile, org.osgi:org.osgi.namespace.extender=org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.osgi:org.osgi.util.promise=org.osgi:org.osgi.util.promise:jar:1.3.0:compile, p2.eclipse.plugin:org.eclipse.core.commands=p2.eclipse.plugin:org.eclipse.core.commands:eclipse-plugin:3.12.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.equinox.common=p2.eclipse.plugin:org.eclipse.equinox.common:eclipse-plugin:3.19.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.core.contenttype=p2.eclipse.plugin:org.eclipse.core.contenttype:eclipse-plugin:3.9.300.v20231218-0909:system, p2.eclipse.plugin:org.eclipse.equinox.preferences=p2.eclipse.plugin:org.eclipse.equinox.preferences:eclipse-plugin:3.11.0.v20240210-0844:system, p2.eclipse.plugin:org.eclipse.equinox.registry=p2.eclipse.plugin:org.eclipse.equinox.registry:eclipse-plugin:3.12.0.v20240213-1057:system, p2.eclipse.plugin:org.eclipse.core.databinding.observable=p2.eclipse.plugin:org.eclipse.core.databinding.observable:eclipse-plugin:1.13.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding.property=p2.eclipse.plugin:org.eclipse.core.databinding.property:eclipse-plugin:1.10.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.expressions=p2.eclipse.plugin:org.eclipse.core.expressions:eclipse-plugin:3.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.core.filesystem=p2.eclipse.plugin:org.eclipse.core.filesystem:eclipse-plugin:1.10.300.v20240124-1325:system, p2.eclipse.plugin:org.eclipse.core.jobs=p2.eclipse.plugin:org.eclipse.core.jobs:eclipse-plugin:3.15.200.v20231214-1526:system, p2.eclipse.plugin:org.eclipse.equinox.app=p2.eclipse.plugin:org.eclipse.equinox.app:eclipse-plugin:1.7.0.v20240213-1427:system, p2.eclipse.plugin:org.eclipse.draw2d=p2.eclipse.plugin:org.eclipse.draw2d:eclipse-plugin:3.15.0.202402212051:system, p2.eclipse.plugin:org.eclipse.swt=p2.eclipse.plugin:org.eclipse.swt:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.e4.core.commands=p2.eclipse.plugin:org.eclipse.e4.core.commands:eclipse-plugin:1.1.300.v20240131-1308:system, p2.eclipse.plugin:org.eclipse.e4.core.di=p2.eclipse.plugin:org.eclipse.e4.core.di:eclipse-plugin:1.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.e4.core.contexts=p2.eclipse.plugin:org.eclipse.e4.core.contexts:eclipse-plugin:1.12.500.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.services=p2.eclipse.plugin:org.eclipse.e4.core.services:eclipse-plugin:2.4.300.v20240119-0800:system, org.osgi:org.osgi.service.event=org.osgi:org.osgi.service.event:jar:1.4.1:compile, org.osgi:org.osgi.namespace.implementation=org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile, p2.eclipse.plugin:org.eclipse.e4.core.di.annotations=p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:eclipse-plugin:1.8.300.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:eclipse-plugin:0.18.200.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:eclipse-plugin:0.17.400.v20231214-1012:system, org.osgi:org.osgi.service.prefs=org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, p2.eclipse.plugin:org.eclipse.e4.emf.xpath=p2.eclipse.plugin:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.ecore=p2.eclipse.plugin:org.eclipse.emf.ecore:eclipse-plugin:2.36.0.v20240203-0859:system, p2.eclipse.plugin:org.eclipse.e4.ui.bindings=p2.eclipse.plugin:org.eclipse.e4.ui.bindings:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.services=p2.eclipse.plugin:org.eclipse.e4.ui.services:eclipse-plugin:1.6.300.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.jface=p2.eclipse.plugin:org.eclipse.jface:eclipse-plugin:3.33.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.core=p2.eclipse.plugin:org.eclipse.e4.ui.css.core:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:eclipse-plugin:0.15.300.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.di=p2.eclipse.plugin:org.eclipse.e4.ui.di:eclipse-plugin:1.5.300.v20240116-1723:system, p2.eclipse.plugin:org.eclipse.e4.ui.dialogs=p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:eclipse-plugin:1.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:eclipse-plugin:2.4.200.v20240109-1025:system, p2.eclipse.plugin:org.eclipse.equinox.event=p2.eclipse.plugin:org.eclipse.equinox.event:eclipse-plugin:1.7.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.e4.ui.widgets=p2.eclipse.plugin:org.eclipse.e4.ui.widgets:eclipse-plugin:1.4.100.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.workbench:eclipse-plugin:1.15.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.emf.ecore.change=p2.eclipse.plugin:org.eclipse.emf.ecore.change:eclipse-plugin:2.16.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.emf.ecore.xmi=p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:eclipse-plugin:2.37.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:eclipse-plugin:1.5.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:eclipse-plugin:0.16.300.v20240223-1002:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:eclipse-plugin:0.17.300.v20240123-1128:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench3=p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:eclipse-plugin:0.17.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.urischeme=p2.eclipse.plugin:org.eclipse.urischeme:eclipse-plugin:1.3.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.common=p2.eclipse.plugin:org.eclipse.emf.common:eclipse-plugin:2.30.0.v20231210-0956:system, p2.eclipse.plugin:org.eclipse.help=p2.eclipse.plugin:org.eclipse.help:eclipse-plugin:3.10.300.v20240107-2054:system, p2.eclipse.plugin:org.eclipse.ui.workbench=p2.eclipse.plugin:org.eclipse.ui.workbench:eclipse-plugin:3.131.100.v20240221-2107:system, org.osgi:org.osgi.util.function=org.osgi:org.osgi.util.function:jar:1.2.0:compile, p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64=p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64=p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64=p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system} [DEBUG] (s) projectBuildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target [DEBUG] (s) redirectTestOutputToFile = false [DEBUG] (s) remoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (s) reportFormat = brief [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) reuseForks = true [DEBUG] (s) runOrder = filesystem [DEBUG] (f) shutdown = testset [DEBUG] (s) skip = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (s) skipTests = false [DEBUG] (s) suiteXmlFiles = [] [DEBUG] (s) tempDir = surefire [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (s) testNGArtifactName = org.testng:testng [DEBUG] (s) testSourceDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/src/test/java [DEBUG] (s) threadCountClasses = 0 [DEBUG] (s) threadCountMethods = 0 [DEBUG] (s) threadCountSuites = 0 [DEBUG] (s) trimStackTrace = true [DEBUG] (s) useFile = true [DEBUG] (s) useManifestOnlyJar = true [DEBUG] (s) useSystemClassLoader = true [DEBUG] (s) useUnlimitedThreads = false [DEBUG] (s) workingDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest [DEBUG] (s) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] (s) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (f) deleteOnExit = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [DEBUG] Generate pom descriptor with updated dependencies... [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) finalName = com.xored.q7.quality.mockups.zest-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/.tycho-consumer-pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/com.xored.q7.quality.mockups.zest-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory com/ [DEBUG] adding directory com/xored/ [DEBUG] adding directory com/xored/q7/ [DEBUG] adding directory com/xored/q7/quality/ [DEBUG] adding directory com/xored/q7/quality/mockups/ [DEBUG] adding directory com/xored/q7/quality/mockups/zest/ [DEBUG] adding entry com/xored/q7/quality/mockups/zest/Activator.class [DEBUG] adding entry com/xored/q7/quality/mockups/zest/ZestMockup$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/zest/ZestMockup.class [DEBUG] adding entry plugin.xml [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.zest/ [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.zest/pom.properties [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default:default-p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) execution = org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default {execution: default-p2-metadata-default} [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/.tycho-consumer-pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/.tycho-consumer-pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/com.xored.q7.quality.mockups.zest removed. [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test:default-integration-test' with basic configurator --> [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/work/data [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:2.7.5:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile, org.codehaus.plexus:plexus-io:jar:3.2.0:compile, commons-io:commons-io:jar:2.6:compile, org.apache.commons:commons-compress:jar:1.21:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.26:compile, org.codehaus.plexus:plexus-cipher:jar:2.0:compile, javax.inject:javax.inject:jar:1:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile, org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile, org.apache.commons:commons-exec:jar:1.3:compile, biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2:compile, org.slf4j:slf4j-api:jar:1.7.25:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5:runtime, org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile, org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.apache.maven:maven-repository-metadata:jar:3.8.4:compile, org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox:jar:2.0-M8:compile] [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TychoIntegrationTestMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TestPluginMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test' --- [DEBUG] (f) pluginRemoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (f) printBundles = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/.tycho-consumer-pom.xml [DEBUG] (f) projectRemoteRepositories = [ id: neon url: http://download.eclipse.org/releases/2024-03/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: nat-table url: http://download.eclipse.org/nattable/releases/2.3.0/repository/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: maven-default-http-blocker url: http://0.0.0.0/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: true , id: nebula url: https://download.eclipse.org/nebula/archive/releases/3.1.1/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] blocked: false ] [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/failsafe-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/failsafe-reports/failsafe-summary.xml [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/test-classes [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = true [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/work [DEBUG] -- end configuration -- [DEBUG] Nothing matches pattern = [**/PluginTest*.class, **/*IT.class] excluding [**/*$*] in /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/test-classes [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ com.xored.q7.quality.mockups.zest --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify:default-verify' with basic configurator --> [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/failsafe-reports [DEBUG] (s) skip = false [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/failsafe-reports/failsafe-summary.xml [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] -----< com.xored.q7.quality:com.xored.q7.quality.mockups.nattable >----- [INFO] Building com.xored.q7.quality.mockups.nattable 1.0.0-SNAPSHOT [9/12] [INFO] from plugins/com.xored.q7.quality.mockups.nattable/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled} ${tycho.ds.path} ${project} ${tycho.ds.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${project.build.testOutputDirectory} ${maven.resources.overwrite} ${project.testResources} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.additionalClasspath} ${argLine} ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${surefire.encoding} ${excludedGroups} ${surefire.excludesFile} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} ${forkMode} ${surefire.exitTimeout} ${surefire.timeout} ${groups} ${surefire.includesFile} ${junitArtifactName} ${junitPlatformArtifactName} ${jvm} ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${surefire.rerunFailingTestsCount} ${reuseForks} ${surefire.runOrder} ${surefire.shutdown} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skip.exec} ${skipTests} ${surefire.suiteXmlFiles} ${tempDir} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.baseline} ${tycho.baseline.replace} ${mojoExecution} ${tycho.generateDownloadStatsProperty} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${enableAssertions} ${excludedGroups} ${surefire.timeout} ${groups} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skipExec} ${skipITs} ${skipTests} ${test} ${testClass} ${project.build.testOutputDirectory} ${threadCount} ${trimStackTrace} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default-verify) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${failIfNoTests} ${maven.test.skip} ${maven.test.skip.exec} ${skipITs} ${skipTests} ${maven.test.failure.ignore} [DEBUG] ======================================================================= [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom (2.8 kB at 942 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/2.0.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom (13 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/2.0.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-bom:pom:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-bom:pom:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom (7.3 kB at 141 kB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-bom/2.0.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:pom:1.3.7 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:pom:1.3.7 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.pom (4.8 kB at 2.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm:pom:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm:pom:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.6/asm-9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 2.4 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.6/asm-9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2:ow2:pom:1.5.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2:ow2:pom:1.5.1 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 11 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.5.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-commons:pom:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm-commons:pom:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 2.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-commons/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-tree:pom:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:pom:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 2.6 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-util:pom:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:pom:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (2.9 kB at 1.5 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom.lastUpdated' [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:pom:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:pom:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), ow2-snapshot (https://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (2.6 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom.lastUpdated' [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.16.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.16.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 8.0 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-codec/commons-codec/1.16.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:58 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:58 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/58/commons-parent-58.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 21 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/58/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/58/commons-parent-58.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:29 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache:apache:pom:29 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/29/apache-29.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 6.9 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/29/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/apache/29/apache-29.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.9.3 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.9.3 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 2.8 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.9.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-simple:pom:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-simple:pom:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.pom (1.3 kB at 1.3 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-simple/2.0.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=209991, ConflictMarker.markTime=83818, ConflictMarker.nodeCount=192, ConflictIdSorter.graphTime=49779, ConflictIdSorter.topsortTime=38417, ConflictIdSorter.conflictIdCount=93, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=899776, ConflictResolver.conflictItemCount=184, DfDependencyCollector.collectTime=182483371, DfDependencyCollector.transformTime=1314596} [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] p2.eclipse.plugin:ca.odell.glazedlists:jar:1.11.0.v20190926-1838:system [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] com.ibm.icu:icu4j:jar:74.2:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.0.v20240215-1631:system [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.ui:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.205.100.v20240131-1023:system [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.widgets.nattable.core:jar:2.3.0.202402191815:system [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.widgets.richtext:jar:1.5.1.202402011804:system [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.widgets.nattable.extension.glazedlists:jar:2.3.0.202402191815:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.200.v20240108-1539:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.100.v20240209-1706:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.200.v20240104-1240:system [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.19.0.v20240213-1246:system [DEBUG] org.ow2.asm:asm:jar:9.6:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.6:compile [DEBUG] org.ow2.asm:asm-util:jar:9.6:compile [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] commons-codec:commons-codec:jar:1.16.0:compile [DEBUG] commons-io:commons-io:jar:2.15.1:compile [DEBUG] p2.eclipse.plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse.plugin:org.apache.commons.logging:jar:1.2.0.v20180409-1502:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.collections:jar:11.1.0.v20220705-1455:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.300.v20231218-0909:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.0.v20240210-0844:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.0.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.300.v20240124-1325:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.200.v20231214-1526:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.0.v20240213-1427:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.300.v20240131-1308:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.500.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.300.v20240119-0800:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.300.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.200.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.400.v20231214-1012:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.33.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.300.v20240116-1723:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.200.v20240109-1025:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.300.v20240223-1002:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.300.v20240123-1128:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20231210-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.300.v20240107-2054:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.131.100.v20240221-2107:system [DEBUG] org.ow2.asm:asm-tree:jar:9.6:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.6:compile [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.12:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-commons:jar:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:jar:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.16.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:jar:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:jar:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-simple:jar:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm:jar:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-commons:jar:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-util:jar:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.16.0 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-tree:jar:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.ow2.asm:asm-analysis:jar:9.6 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.slf4j:slf4j-simple:jar:2.0.12 from [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.6/asm-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar (68 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar (154 kB at 31 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 18 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 8.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.jar (16 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 4.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 28 MB/s) [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/2.0.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm/9.6/asm-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-commons/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-codec/commons-codec/1.16.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-simple/2.0.12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/agent/workspace/mockups/m2/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.jar.lastUpdated' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.nattable) [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of com.xored.q7.quality.mockups.nattable... [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86) ) to create resolver properties [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml: {} [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.weaving.hook:1.4.0.v20240213-1357 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.aarch64:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.gtk:1.2.100.v20231030-2045 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.win32:1.2.200.v20231201-1637 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.14.300.v20240119-2127 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.win32.x86_64:1.4.300.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.x86_64:1.2.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.resources.win32.x86_64:3.5.500.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.ppc64le:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.ppc64le:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.macosx:1.3.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.fx.osgi:3.9.0.202210162353 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ui.cocoa:1.3.100.v20230214-1401 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.transforms.hook:1.4.0.v20240213-1244 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.region:1.5.500.v20231214-2017 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources:default-resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.nattable-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable] [DEBUG] Classpath: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/ca.odell.glazedlists/1.11.0.v20190926-1838/ca.odell.glazedlists-1.11.0.v20190926-1838.jar[+ca/odell/glazedlists/*:+ca/odell/glazedlists/calculation/*:+ca/odell/glazedlists/event/*:+ca/odell/glazedlists/gui/*:+ca/odell/glazedlists/hibernate/*:+ca/odell/glazedlists/io/*:+ca/odell/glazedlists/javafx/*:+ca/odell/glazedlists/jfreechart/*:+ca/odell/glazedlists/matchers/*:+ca/odell/glazedlists/nachocalendar/*:+ca/odell/glazedlists/swing/*:+ca/odell/glazedlists/swt/*:+ca/odell/glazedlists/util/concurrent/*:+resources/aqua/*:+resources/metal/*:+resources/ocean/*:+resources/windows/*:+resources/windowsxp/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.nattable.core/2.3.0.202402191815/org.eclipse.nebula.widgets.nattable.core-2.3.0.202402191815.jar[+org/eclipse/nebula/widgets/nattable/*:+org/eclipse/nebula/widgets/nattable/blink/*:+org/eclipse/nebula/widgets/nattable/blink/command/*:+org/eclipse/nebula/widgets/nattable/blink/event/*:+org/eclipse/nebula/widgets/nattable/columnCategories/*:+org/eclipse/nebula/widgets/nattable/columnCategories/gui/*:+org/eclipse/nebula/widgets/nattable/columnChooser/*:+org/eclipse/nebula/widgets/nattable/columnChooser/command/*:+org/eclipse/nebula/widgets/nattable/columnChooser/gui/*:+org/eclipse/nebula/widgets/nattable/columnRename/*:+org/eclipse/nebula/widgets/nattable/columnRename/event/*:+org/eclipse/nebula/widgets/nattable/command/*:+org/eclipse/nebula/widgets/nattable/config/*:+org/eclipse/nebula/widgets/nattable/conflation/*:+org/eclipse/nebula/widgets/nattable/coordinate/*:+org/eclipse/nebula/widgets/nattable/copy/*:+org/eclipse/nebula/widgets/nattable/copy/action/*:+org/eclipse/nebula/widgets/nattable/copy/command/*:+org/eclipse/nebula/widgets/nattable/copy/serializing/*:+org/eclipse/nebula/widgets/nattable/data/*:+org/eclipse/nebula/widgets/nattable/data/command/*:+org/eclipse/nebula/widgets/nattable/data/convert/*:+org/eclipse/nebula/widgets/nattable/data/validate/*:+org/eclipse/nebula/widgets/nattable/datachange/*:+org/eclipse/nebula/widgets/nattable/datachange/command/*:+org/eclipse/nebula/widgets/nattable/datachange/config/*:+org/eclipse/nebula/widgets/nattable/datachange/event/*:+org/eclipse/nebula/widgets/nattable/edit/*:+org/eclipse/nebula/widgets/nattable/edit/action/*:+org/eclipse/nebula/widgets/nattable/edit/command/*:+org/eclipse/nebula/widgets/nattable/edit/config/*:+org/eclipse/nebula/widgets/nattable/edit/editor/*:+org/eclipse/nebula/widgets/nattable/edit/event/*:+org/eclipse/nebula/widgets/nattable/edit/gui/*:+org/eclipse/nebula/widgets/nattable/export/*:+org/eclipse/nebula/widgets/nattable/export/action/*:+org/eclipse/nebula/widgets/nattable/export/command/*:+org/eclipse/nebula/widgets/nattable/export/config/*:+org/eclipse/nebula/widgets/nattable/export/csv/*:+org/eclipse/nebula/widgets/nattable/export/excel/*:+org/eclipse/nebula/widgets/nattable/export/image/*:+org/eclipse/nebula/widgets/nattable/export/image/config/*:+org/eclipse/nebula/widgets/nattable/fillhandle/*:+org/eclipse/nebula/widgets/nattable/fillhandle/action/*:+org/eclipse/nebula/widgets/nattable/fillhandle/command/*:+org/eclipse/nebula/widgets/nattable/fillhandle/config/*:+org/eclipse/nebula/widgets/nattable/fillhandle/event/*:+org/eclipse/nebula/widgets/nattable/filterrow/*:+org/eclipse/nebula/widgets/nattable/filterrow/action/*:+org/eclipse/nebula/widgets/nattable/filterrow/combobox/*:+org/eclipse/nebula/widgets/nattable/filterrow/command/*:+org/eclipse/nebula/widgets/nattable/filterrow/config/*:+org/eclipse/nebula/widgets/nattable/filterrow/event/*:+org/eclipse/nebula/widgets/nattable/formula/*:+org/eclipse/nebula/widgets/nattable/formula/action/*:+org/eclipse/nebula/widgets/nattable/formula/command/*:+org/eclipse/nebula/widgets/nattable/formula/config/*:+org/eclipse/nebula/widgets/nattable/formula/function/*:+org/eclipse/nebula/widgets/nattable/freeze/*:+org/eclipse/nebula/widgets/nattable/freeze/action/*:+org/eclipse/nebula/widgets/nattable/freeze/command/*:+org/eclipse/nebula/widgets/nattable/freeze/config/*:+org/eclipse/nebula/widgets/nattable/freeze/event/*:+org/eclipse/nebula/widgets/nattable/grid/*:+org/eclipse/nebula/widgets/nattable/grid/cell/*:+org/eclipse/nebula/widgets/nattable/grid/command/*:+org/eclipse/nebula/widgets/nattable/grid/data/*:+org/eclipse/nebula/widgets/nattable/grid/layer/*:+org/eclipse/nebula/widgets/nattable/grid/layer/config/*:+org/eclipse/nebula/widgets/nattable/grid/layer/event/*:+org/eclipse/nebula/widgets/nattable/group/*:+org/eclipse/nebula/widgets/nattable/group/action/*:+org/eclipse/nebula/widgets/nattable/group/command/*:+org/eclipse/nebula/widgets/nattable/group/config/*:+org/eclipse/nebula/widgets/nattable/group/event/*:+org/eclipse/nebula/widgets/nattable/group/gui/*:+org/eclipse/nebula/widgets/nattable/group/model/*:+org/eclipse/nebula/widgets/nattable/group/painter/*:+org/eclipse/nebula/widgets/nattable/group/performance/*:+org/eclipse/nebula/widgets/nattable/group/performance/action/*:+org/eclipse/nebula/widgets/nattable/group/performance/command/*:+org/eclipse/nebula/widgets/nattable/group/performance/config/*:+org/eclipse/nebula/widgets/nattable/group/performance/event/*:+org/eclipse/nebula/widgets/nattable/group/performance/gui/*:+org/eclipse/nebula/widgets/nattable/group/performance/painter/*:+org/eclipse/nebula/widgets/nattable/hideshow/*:+org/eclipse/nebula/widgets/nattable/hideshow/command/*:+org/eclipse/nebula/widgets/nattable/hideshow/event/*:+org/eclipse/nebula/widgets/nattable/hideshow/indicator/*:+org/eclipse/nebula/widgets/nattable/hierarchical/*:+org/eclipse/nebula/widgets/nattable/hierarchical/action/*:+org/eclipse/nebula/widgets/nattable/hierarchical/command/*:+org/eclipse/nebula/widgets/nattable/hierarchical/config/*:+org/eclipse/nebula/widgets/nattable/hover/*:+org/eclipse/nebula/widgets/nattable/hover/action/*:+org/eclipse/nebula/widgets/nattable/hover/command/*:+org/eclipse/nebula/widgets/nattable/hover/config/*:+org/eclipse/nebula/widgets/nattable/layer/*:+org/eclipse/nebula/widgets/nattable/layer/cell/*:+org/eclipse/nebula/widgets/nattable/layer/command/*:+org/eclipse/nebula/widgets/nattable/layer/config/*:+org/eclipse/nebula/widgets/nattable/layer/event/*:+org/eclipse/nebula/widgets/nattable/layer/stack/*:+org/eclipse/nebula/widgets/nattable/painter/*:+org/eclipse/nebula/widgets/nattable/painter/cell/*:+org/eclipse/nebula/widgets/nattable/painter/cell/decorator/*:+org/eclipse/nebula/widgets/nattable/painter/layer/*:+org/eclipse/nebula/widgets/nattable/persistence/*:+org/eclipse/nebula/widgets/nattable/persistence/command/*:+org/eclipse/nebula/widgets/nattable/persistence/gui/*:+org/eclipse/nebula/widgets/nattable/print/*:+org/eclipse/nebula/widgets/nattable/print/action/*:+org/eclipse/nebula/widgets/nattable/print/command/*:+org/eclipse/nebula/widgets/nattable/print/config/*:+org/eclipse/nebula/widgets/nattable/reorder/*:+org/eclipse/nebula/widgets/nattable/reorder/action/*:+org/eclipse/nebula/widgets/nattable/reorder/command/*:+org/eclipse/nebula/widgets/nattable/reorder/config/*:+org/eclipse/nebula/widgets/nattable/reorder/event/*:+org/eclipse/nebula/widgets/nattable/resize/*:+org/eclipse/nebula/widgets/nattable/resize/action/*:+org/eclipse/nebula/widgets/nattable/resize/command/*:+org/eclipse/nebula/widgets/nattable/resize/config/*:+org/eclipse/nebula/widgets/nattable/resize/event/*:+org/eclipse/nebula/widgets/nattable/resize/mode/*:+org/eclipse/nebula/widgets/nattable/search/*:+org/eclipse/nebula/widgets/nattable/search/action/*:+org/eclipse/nebula/widgets/nattable/search/command/*:+org/eclipse/nebula/widgets/nattable/search/config/*:+org/eclipse/nebula/widgets/nattable/search/event/*:+org/eclipse/nebula/widgets/nattable/search/gui/*:+org/eclipse/nebula/widgets/nattable/search/strategy/*:+org/eclipse/nebula/widgets/nattable/selection/*:+org/eclipse/nebula/widgets/nattable/selection/action/*:+org/eclipse/nebula/widgets/nattable/selection/command/*:+org/eclipse/nebula/widgets/nattable/selection/config/*:+org/eclipse/nebula/widgets/nattable/selection/event/*:+org/eclipse/nebula/widgets/nattable/selection/preserve/*:+org/eclipse/nebula/widgets/nattable/serializing/*:+org/eclipse/nebula/widgets/nattable/sort/*:+org/eclipse/nebula/widgets/nattable/sort/action/*:+org/eclipse/nebula/widgets/nattable/sort/command/*:+org/eclipse/nebula/widgets/nattable/sort/config/*:+org/eclipse/nebula/widgets/nattable/sort/event/*:+org/eclipse/nebula/widgets/nattable/sort/painter/*:+org/eclipse/nebula/widgets/nattable/style/*:+org/eclipse/nebula/widgets/nattable/style/editor/*:+org/eclipse/nebula/widgets/nattable/style/editor/command/*:+org/eclipse/nebula/widgets/nattable/style/theme/*:+org/eclipse/nebula/widgets/nattable/summaryrow/*:+org/eclipse/nebula/widgets/nattable/summaryrow/command/*:+org/eclipse/nebula/widgets/nattable/tickupdate/*:+org/eclipse/nebula/widgets/nattable/tickupdate/action/*:+org/eclipse/nebula/widgets/nattable/tickupdate/command/*:+org/eclipse/nebula/widgets/nattable/tickupdate/config/*:+org/eclipse/nebula/widgets/nattable/tooltip/*:+org/eclipse/nebula/widgets/nattable/tree/*:+org/eclipse/nebula/widgets/nattable/tree/action/*:+org/eclipse/nebula/widgets/nattable/tree/command/*:+org/eclipse/nebula/widgets/nattable/tree/config/*:+org/eclipse/nebula/widgets/nattable/tree/painter/*:+org/eclipse/nebula/widgets/nattable/ui/*:+org/eclipse/nebula/widgets/nattable/ui/action/*:+org/eclipse/nebula/widgets/nattable/ui/binding/*:+org/eclipse/nebula/widgets/nattable/ui/matcher/*:+org/eclipse/nebula/widgets/nattable/ui/menu/*:+org/eclipse/nebula/widgets/nattable/ui/mode/*:+org/eclipse/nebula/widgets/nattable/ui/rename/*:+org/eclipse/nebula/widgets/nattable/ui/scaling/*:+org/eclipse/nebula/widgets/nattable/ui/util/*:+org/eclipse/nebula/widgets/nattable/util/*:+org/eclipse/nebula/widgets/nattable/viewport/*:+org/eclipse/nebula/widgets/nattable/viewport/action/*:+org/eclipse/nebula/widgets/nattable/viewport/command/*:+org/eclipse/nebula/widgets/nattable/viewport/event/*:+org/eclipse/nebula/widgets/nattable/widget/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.richtext/1.5.1.202402011804/org.eclipse.nebula.widgets.richtext-1.5.1.202402011804.jar[+org/eclipse/nebula/widgets/richtext/*:+org/eclipse/nebula/widgets/richtext/painter/*:+org/eclipse/nebula/widgets/richtext/painter/instructions/*:+org/eclipse/nebula/widgets/richtext/toolbar/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.nattable.extension.glazedlists/2.3.0.202402191815/org.eclipse.nebula.widgets.nattable.extension.glazedlists-2.3.0.202402191815.jar[+org/eclipse/nebula/widgets/nattable/extension/glazedlists/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/data/command/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/filterrow/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/action/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/command/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/summary/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/hideshow/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/hierarchical/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/tree/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes] [DEBUG] Output directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/.settings/org.eclipse.jdt.core.prefs' could not be found! [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '6' is not supported by compiler. [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/ca.odell.glazedlists/1.11.0.v20190926-1838/ca.odell.glazedlists-1.11.0.v20190926-1838.jar[+ca/odell/glazedlists/*:+ca/odell/glazedlists/calculation/*:+ca/odell/glazedlists/event/*:+ca/odell/glazedlists/gui/*:+ca/odell/glazedlists/hibernate/*:+ca/odell/glazedlists/io/*:+ca/odell/glazedlists/javafx/*:+ca/odell/glazedlists/jfreechart/*:+ca/odell/glazedlists/matchers/*:+ca/odell/glazedlists/nachocalendar/*:+ca/odell/glazedlists/swing/*:+ca/odell/glazedlists/swt/*:+ca/odell/glazedlists/util/concurrent/*:+resources/aqua/*:+resources/metal/*:+resources/ocean/*:+resources/windows/*:+resources/windowsxp/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.nattable.core/2.3.0.202402191815/org.eclipse.nebula.widgets.nattable.core-2.3.0.202402191815.jar[+org/eclipse/nebula/widgets/nattable/*:+org/eclipse/nebula/widgets/nattable/blink/*:+org/eclipse/nebula/widgets/nattable/blink/command/*:+org/eclipse/nebula/widgets/nattable/blink/event/*:+org/eclipse/nebula/widgets/nattable/columnCategories/*:+org/eclipse/nebula/widgets/nattable/columnCategories/gui/*:+org/eclipse/nebula/widgets/nattable/columnChooser/*:+org/eclipse/nebula/widgets/nattable/columnChooser/command/*:+org/eclipse/nebula/widgets/nattable/columnChooser/gui/*:+org/eclipse/nebula/widgets/nattable/columnRename/*:+org/eclipse/nebula/widgets/nattable/columnRename/event/*:+org/eclipse/nebula/widgets/nattable/command/*:+org/eclipse/nebula/widgets/nattable/config/*:+org/eclipse/nebula/widgets/nattable/conflation/*:+org/eclipse/nebula/widgets/nattable/coordinate/*:+org/eclipse/nebula/widgets/nattable/copy/*:+org/eclipse/nebula/widgets/nattable/copy/action/*:+org/eclipse/nebula/widgets/nattable/copy/command/*:+org/eclipse/nebula/widgets/nattable/copy/serializing/*:+org/eclipse/nebula/widgets/nattable/data/*:+org/eclipse/nebula/widgets/nattable/data/command/*:+org/eclipse/nebula/widgets/nattable/data/convert/*:+org/eclipse/nebula/widgets/nattable/data/validate/*:+org/eclipse/nebula/widgets/nattable/datachange/*:+org/eclipse/nebula/widgets/nattable/datachange/command/*:+org/eclipse/nebula/widgets/nattable/datachange/config/*:+org/eclipse/nebula/widgets/nattable/datachange/event/*:+org/eclipse/nebula/widgets/nattable/edit/*:+org/eclipse/nebula/widgets/nattable/edit/action/*:+org/eclipse/nebula/widgets/nattable/edit/command/*:+org/eclipse/nebula/widgets/nattable/edit/config/*:+org/eclipse/nebula/widgets/nattable/edit/editor/*:+org/eclipse/nebula/widgets/nattable/edit/event/*:+org/eclipse/nebula/widgets/nattable/edit/gui/*:+org/eclipse/nebula/widgets/nattable/export/*:+org/eclipse/nebula/widgets/nattable/export/action/*:+org/eclipse/nebula/widgets/nattable/export/command/*:+org/eclipse/nebula/widgets/nattable/export/config/*:+org/eclipse/nebula/widgets/nattable/export/csv/*:+org/eclipse/nebula/widgets/nattable/export/excel/*:+org/eclipse/nebula/widgets/nattable/export/image/*:+org/eclipse/nebula/widgets/nattable/export/image/config/*:+org/eclipse/nebula/widgets/nattable/fillhandle/*:+org/eclipse/nebula/widgets/nattable/fillhandle/action/*:+org/eclipse/nebula/widgets/nattable/fillhandle/command/*:+org/eclipse/nebula/widgets/nattable/fillhandle/config/*:+org/eclipse/nebula/widgets/nattable/fillhandle/event/*:+org/eclipse/nebula/widgets/nattable/filterrow/*:+org/eclipse/nebula/widgets/nattable/filterrow/action/*:+org/eclipse/nebula/widgets/nattable/filterrow/combobox/*:+org/eclipse/nebula/widgets/nattable/filterrow/command/*:+org/eclipse/nebula/widgets/nattable/filterrow/config/*:+org/eclipse/nebula/widgets/nattable/filterrow/event/*:+org/eclipse/nebula/widgets/nattable/formula/*:+org/eclipse/nebula/widgets/nattable/formula/action/*:+org/eclipse/nebula/widgets/nattable/formula/command/*:+org/eclipse/nebula/widgets/nattable/formula/config/*:+org/eclipse/nebula/widgets/nattable/formula/function/*:+org/eclipse/nebula/widgets/nattable/freeze/*:+org/eclipse/nebula/widgets/nattable/freeze/action/*:+org/eclipse/nebula/widgets/nattable/freeze/command/*:+org/eclipse/nebula/widgets/nattable/freeze/config/*:+org/eclipse/nebula/widgets/nattable/freeze/event/*:+org/eclipse/nebula/widgets/nattable/grid/*:+org/eclipse/nebula/widgets/nattable/grid/cell/*:+org/eclipse/nebula/widgets/nattable/grid/command/*:+org/eclipse/nebula/widgets/nattable/grid/data/*:+org/eclipse/nebula/widgets/nattable/grid/layer/*:+org/eclipse/nebula/widgets/nattable/grid/layer/config/*:+org/eclipse/nebula/widgets/nattable/grid/layer/event/*:+org/eclipse/nebula/widgets/nattable/group/*:+org/eclipse/nebula/widgets/nattable/group/action/*:+org/eclipse/nebula/widgets/nattable/group/command/*:+org/eclipse/nebula/widgets/nattable/group/config/*:+org/eclipse/nebula/widgets/nattable/group/event/*:+org/eclipse/nebula/widgets/nattable/group/gui/*:+org/eclipse/nebula/widgets/nattable/group/model/*:+org/eclipse/nebula/widgets/nattable/group/painter/*:+org/eclipse/nebula/widgets/nattable/group/performance/*:+org/eclipse/nebula/widgets/nattable/group/performance/action/*:+org/eclipse/nebula/widgets/nattable/group/performance/command/*:+org/eclipse/nebula/widgets/nattable/group/performance/config/*:+org/eclipse/nebula/widgets/nattable/group/performance/event/*:+org/eclipse/nebula/widgets/nattable/group/performance/gui/*:+org/eclipse/nebula/widgets/nattable/group/performance/painter/*:+org/eclipse/nebula/widgets/nattable/hideshow/*:+org/eclipse/nebula/widgets/nattable/hideshow/command/*:+org/eclipse/nebula/widgets/nattable/hideshow/event/*:+org/eclipse/nebula/widgets/nattable/hideshow/indicator/*:+org/eclipse/nebula/widgets/nattable/hierarchical/*:+org/eclipse/nebula/widgets/nattable/hierarchical/action/*:+org/eclipse/nebula/widgets/nattable/hierarchical/command/*:+org/eclipse/nebula/widgets/nattable/hierarchical/config/*:+org/eclipse/nebula/widgets/nattable/hover/*:+org/eclipse/nebula/widgets/nattable/hover/action/*:+org/eclipse/nebula/widgets/nattable/hover/command/*:+org/eclipse/nebula/widgets/nattable/hover/config/*:+org/eclipse/nebula/widgets/nattable/layer/*:+org/eclipse/nebula/widgets/nattable/layer/cell/*:+org/eclipse/nebula/widgets/nattable/layer/command/*:+org/eclipse/nebula/widgets/nattable/layer/config/*:+org/eclipse/nebula/widgets/nattable/layer/event/*:+org/eclipse/nebula/widgets/nattable/layer/stack/*:+org/eclipse/nebula/widgets/nattable/painter/*:+org/eclipse/nebula/widgets/nattable/painter/cell/*:+org/eclipse/nebula/widgets/nattable/painter/cell/decorator/*:+org/eclipse/nebula/widgets/nattable/painter/layer/*:+org/eclipse/nebula/widgets/nattable/persistence/*:+org/eclipse/nebula/widgets/nattable/persistence/command/*:+org/eclipse/nebula/widgets/nattable/persistence/gui/*:+org/eclipse/nebula/widgets/nattable/print/*:+org/eclipse/nebula/widgets/nattable/print/action/*:+org/eclipse/nebula/widgets/nattable/print/command/*:+org/eclipse/nebula/widgets/nattable/print/config/*:+org/eclipse/nebula/widgets/nattable/reorder/*:+org/eclipse/nebula/widgets/nattable/reorder/action/*:+org/eclipse/nebula/widgets/nattable/reorder/command/*:+org/eclipse/nebula/widgets/nattable/reorder/config/*:+org/eclipse/nebula/widgets/nattable/reorder/event/*:+org/eclipse/nebula/widgets/nattable/resize/*:+org/eclipse/nebula/widgets/nattable/resize/action/*:+org/eclipse/nebula/widgets/nattable/resize/command/*:+org/eclipse/nebula/widgets/nattable/resize/config/*:+org/eclipse/nebula/widgets/nattable/resize/event/*:+org/eclipse/nebula/widgets/nattable/resize/mode/*:+org/eclipse/nebula/widgets/nattable/search/*:+org/eclipse/nebula/widgets/nattable/search/action/*:+org/eclipse/nebula/widgets/nattable/search/command/*:+org/eclipse/nebula/widgets/nattable/search/config/*:+org/eclipse/nebula/widgets/nattable/search/event/*:+org/eclipse/nebula/widgets/nattable/search/gui/*:+org/eclipse/nebula/widgets/nattable/search/strategy/*:+org/eclipse/nebula/widgets/nattable/selection/*:+org/eclipse/nebula/widgets/nattable/selection/action/*:+org/eclipse/nebula/widgets/nattable/selection/command/*:+org/eclipse/nebula/widgets/nattable/selection/config/*:+org/eclipse/nebula/widgets/nattable/selection/event/*:+org/eclipse/nebula/widgets/nattable/selection/preserve/*:+org/eclipse/nebula/widgets/nattable/serializing/*:+org/eclipse/nebula/widgets/nattable/sort/*:+org/eclipse/nebula/widgets/nattable/sort/action/*:+org/eclipse/nebula/widgets/nattable/sort/command/*:+org/eclipse/nebula/widgets/nattable/sort/config/*:+org/eclipse/nebula/widgets/nattable/sort/event/*:+org/eclipse/nebula/widgets/nattable/sort/painter/*:+org/eclipse/nebula/widgets/nattable/style/*:+org/eclipse/nebula/widgets/nattable/style/editor/*:+org/eclipse/nebula/widgets/nattable/style/editor/command/*:+org/eclipse/nebula/widgets/nattable/style/theme/*:+org/eclipse/nebula/widgets/nattable/summaryrow/*:+org/eclipse/nebula/widgets/nattable/summaryrow/command/*:+org/eclipse/nebula/widgets/nattable/tickupdate/*:+org/eclipse/nebula/widgets/nattable/tickupdate/action/*:+org/eclipse/nebula/widgets/nattable/tickupdate/command/*:+org/eclipse/nebula/widgets/nattable/tickupdate/config/*:+org/eclipse/nebula/widgets/nattable/tooltip/*:+org/eclipse/nebula/widgets/nattable/tree/*:+org/eclipse/nebula/widgets/nattable/tree/action/*:+org/eclipse/nebula/widgets/nattable/tree/command/*:+org/eclipse/nebula/widgets/nattable/tree/config/*:+org/eclipse/nebula/widgets/nattable/tree/painter/*:+org/eclipse/nebula/widgets/nattable/ui/*:+org/eclipse/nebula/widgets/nattable/ui/action/*:+org/eclipse/nebula/widgets/nattable/ui/binding/*:+org/eclipse/nebula/widgets/nattable/ui/matcher/*:+org/eclipse/nebula/widgets/nattable/ui/menu/*:+org/eclipse/nebula/widgets/nattable/ui/mode/*:+org/eclipse/nebula/widgets/nattable/ui/rename/*:+org/eclipse/nebula/widgets/nattable/ui/scaling/*:+org/eclipse/nebula/widgets/nattable/ui/util/*:+org/eclipse/nebula/widgets/nattable/util/*:+org/eclipse/nebula/widgets/nattable/viewport/*:+org/eclipse/nebula/widgets/nattable/viewport/action/*:+org/eclipse/nebula/widgets/nattable/viewport/command/*:+org/eclipse/nebula/widgets/nattable/viewport/event/*:+org/eclipse/nebula/widgets/nattable/widget/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.richtext/1.5.1.202402011804/org.eclipse.nebula.widgets.richtext-1.5.1.202402011804.jar[+org/eclipse/nebula/widgets/richtext/*:+org/eclipse/nebula/widgets/richtext/painter/*:+org/eclipse/nebula/widgets/richtext/painter/instructions/*:+org/eclipse/nebula/widgets/richtext/toolbar/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.nattable.extension.glazedlists/2.3.0.202402191815/org.eclipse.nebula.widgets.nattable.extension.glazedlists-2.3.0.202402191815.jar[+org/eclipse/nebula/widgets/nattable/extension/glazedlists/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/data/command/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/filterrow/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/action/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/command/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/summary/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/hideshow/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/hierarchical/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/tree/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes [DEBUG] JDT compiler args: [-s, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes, -classpath, /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/ca.odell.glazedlists/1.11.0.v20190926-1838/ca.odell.glazedlists-1.11.0.v20190926-1838.jar[+ca/odell/glazedlists/*:+ca/odell/glazedlists/calculation/*:+ca/odell/glazedlists/event/*:+ca/odell/glazedlists/gui/*:+ca/odell/glazedlists/hibernate/*:+ca/odell/glazedlists/io/*:+ca/odell/glazedlists/javafx/*:+ca/odell/glazedlists/jfreechart/*:+ca/odell/glazedlists/matchers/*:+ca/odell/glazedlists/nachocalendar/*:+ca/odell/glazedlists/swing/*:+ca/odell/glazedlists/swt/*:+ca/odell/glazedlists/util/concurrent/*:+resources/aqua/*:+resources/metal/*:+resources/ocean/*:+resources/windows/*:+resources/windowsxp/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[+com/sun/jarsigner/*:+com/sun/java/accessibility/util/*:+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+com/sun/management/*:+com/sun/net/httpserver/*:+com/sun/net/httpserver/spi/*:+com/sun/nio/file/*:+com/sun/nio/sctp/*:+com/sun/security/auth/*:+com/sun/security/auth/callback/*:+com/sun/security/auth/login/*:+com/sun/security/auth/module/*:+com/sun/security/jgss/*:+com/sun/source/doctree/*:+com/sun/source/tree/*:+com/sun/source/util/*:+com/sun/tools/attach/*:+com/sun/tools/attach/spi/*:+com/sun/tools/javac/*:+com/sun/tools/jconsole/*:+java/applet/*:+java/awt/*:+java/awt/color/*:+java/awt/datatransfer/*:+java/awt/desktop/*:+java/awt/dnd/*:+java/awt/event/*:+java/awt/font/*:+java/awt/geom/*:+java/awt/im/*:+java/awt/im/spi/*:+java/awt/image/*:+java/awt/image/renderable/*:+java/awt/print/*:+java/beans/*:+java/beans/beancontext/*:+java/io/*:+java/lang/*:+java/lang/annotation/*:+java/lang/constant/*:+java/lang/instrument/*:+java/lang/invoke/*:+java/lang/management/*:+java/lang/module/*:+java/lang/ref/*:+java/lang/reflect/*:+java/lang/runtime/*:+java/math/*:+java/net/*:+java/net/http/*:+java/net/spi/*:+java/nio/*:+java/nio/channels/*:+java/nio/channels/spi/*:+java/nio/charset/*:+java/nio/charset/spi/*:+java/nio/file/*:+java/nio/file/attribute/*:+java/nio/file/spi/*:+java/rmi/*:+java/rmi/dgc/*:+java/rmi/registry/*:+java/rmi/server/*:+java/security/*:+java/security/cert/*:+java/security/interfaces/*:+java/security/spec/*:+java/sql/*:+java/text/*:+java/text/spi/*:+java/time/*:+java/time/chrono/*:+java/time/format/*:+java/time/temporal/*:+java/time/zone/*:+java/util/*:+java/util/concurrent/*:+java/util/concurrent/atomic/*:+java/util/concurrent/locks/*:+java/util/function/*:+java/util/jar/*:+java/util/logging/*:+java/util/prefs/*:+java/util/random/*:+java/util/regex/*:+java/util/spi/*:+java/util/stream/*:+java/util/zip/*:+javax/accessibility/*:+javax/annotation/processing/*:+javax/crypto/*:+javax/crypto/interfaces/*:+javax/crypto/spec/*:+javax/imageio/*:+javax/imageio/event/*:+javax/imageio/metadata/*:+javax/imageio/plugins/bmp/*:+javax/imageio/plugins/jpeg/*:+javax/imageio/plugins/tiff/*:+javax/imageio/spi/*:+javax/imageio/stream/*:+javax/lang/model/*:+javax/lang/model/element/*:+javax/lang/model/type/*:+javax/lang/model/util/*:+javax/management/*:+javax/management/loading/*:+javax/management/modelmbean/*:+javax/management/monitor/*:+javax/management/openmbean/*:+javax/management/relation/*:+javax/management/remote/*:+javax/management/remote/rmi/*:+javax/management/timer/*:+javax/naming/*:+javax/naming/directory/*:+javax/naming/event/*:+javax/naming/ldap/*:+javax/naming/ldap/spi/*:+javax/naming/spi/*:+javax/net/*:+javax/net/ssl/*:+javax/print/*:+javax/print/attribute/*:+javax/print/attribute/standard/*:+javax/print/event/*:+javax/rmi/ssl/*:+javax/script/*:+javax/security/auth/*:+javax/security/auth/callback/*:+javax/security/auth/kerberos/*:+javax/security/auth/login/*:+javax/security/auth/spi/*:+javax/security/auth/x500/*:+javax/security/cert/*:+javax/security/sasl/*:+javax/smartcardio/*:+javax/sound/midi/*:+javax/sound/midi/spi/*:+javax/sound/sampled/*:+javax/sound/sampled/spi/*:+javax/sql/*:+javax/sql/rowset/*:+javax/sql/rowset/serial/*:+javax/sql/rowset/spi/*:+javax/swing/*:+javax/swing/border/*:+javax/swing/colorchooser/*:+javax/swing/event/*:+javax/swing/filechooser/*:+javax/swing/plaf/*:+javax/swing/plaf/basic/*:+javax/swing/plaf/metal/*:+javax/swing/plaf/multi/*:+javax/swing/plaf/nimbus/*:+javax/swing/plaf/synth/*:+javax/swing/table/*:+javax/swing/text/*:+javax/swing/text/html/*:+javax/swing/text/html/parser/*:+javax/swing/text/rtf/*:+javax/swing/tree/*:+javax/swing/undo/*:+javax/tools/*:+javax/transaction/xa/*:+javax/xml/*:+javax/xml/catalog/*:+javax/xml/crypto/*:+javax/xml/crypto/dom/*:+javax/xml/crypto/dsig/*:+javax/xml/crypto/dsig/dom/*:+javax/xml/crypto/dsig/keyinfo/*:+javax/xml/crypto/dsig/spec/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/stream/*:+javax/xml/stream/events/*:+javax/xml/stream/util/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+jdk/dynalink/*:+jdk/dynalink/beans/*:+jdk/dynalink/linker/*:+jdk/dynalink/linker/support/*:+jdk/dynalink/support/*:+jdk/javadoc/doclet/*:+jdk/jfr/*:+jdk/jfr/consumer/*:+jdk/jshell/*:+jdk/jshell/execution/*:+jdk/jshell/spi/*:+jdk/jshell/tool/*:+jdk/management/jfr/*:+jdk/net/*:+jdk/nio/*:+jdk/nio/mapmode/*:+jdk/security/jarsigner/*:+jdk/swing/interop/*:+netscape/javascript/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:+org/eclipse/equinox/log/*:+org/eclipse/osgi/container/*:+org/eclipse/osgi/container/builders/*:+org/eclipse/osgi/container/namespaces/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:~org/eclipse/osgi/framework/internal/reliablefile/*:+org/eclipse/osgi/framework/log/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/debug/*:~org/eclipse/osgi/internal/framework/*:~org/eclipse/osgi/internal/hookregistry/*:~org/eclipse/osgi/internal/loader/*:~org/eclipse/osgi/internal/loader/buddy/*:~org/eclipse/osgi/internal/loader/classpath/*:~org/eclipse/osgi/internal/loader/sources/*:~org/eclipse/osgi/internal/location/*:~org/eclipse/osgi/internal/messages/*:~org/eclipse/osgi/internal/provisional/service/security/*:~org/eclipse/osgi/internal/provisional/verifier/*:~org/eclipse/osgi/internal/service/security/*:~org/eclipse/osgi/internal/serviceregistry/*:~org/eclipse/osgi/internal/signedcontent/*:~org/eclipse/osgi/internal/url/*:+org/eclipse/osgi/launch/*:+org/eclipse/osgi/report/resolution/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/security/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/signedcontent/*:~org/eclipse/osgi/storage/*:~org/eclipse/osgi/storage/bundlefile/*:~org/eclipse/osgi/storage/url/reference/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/ietf/jgss/*:+org/osgi/dto/*:+org/osgi/framework/*:+org/osgi/framework/connect/*:+org/osgi/framework/dto/*:+org/osgi/framework/hooks/bundle/*:+org/osgi/framework/hooks/resolver/*:+org/osgi/framework/hooks/service/*:+org/osgi/framework/hooks/weaving/*:+org/osgi/framework/launch/*:+org/osgi/framework/namespace/*:+org/osgi/framework/startlevel/*:+org/osgi/framework/startlevel/dto/*:+org/osgi/framework/wiring/*:+org/osgi/framework/wiring/dto/*:+org/osgi/resource/*:+org/osgi/resource/dto/*:+org/osgi/service/condition/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/log/*:+org/osgi/service/log/admin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/resolver/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:+sun/misc/*:+sun/reflect/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[~org/eclipse/core/internal/boot/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:+org/eclipse/core/text/*:+org/eclipse/equinox/events/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[~org/eclipse/core/internal/adapter/*:~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[+org/osgi/service/prefs/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.nattable.core/2.3.0.202402191815/org.eclipse.nebula.widgets.nattable.core-2.3.0.202402191815.jar[+org/eclipse/nebula/widgets/nattable/*:+org/eclipse/nebula/widgets/nattable/blink/*:+org/eclipse/nebula/widgets/nattable/blink/command/*:+org/eclipse/nebula/widgets/nattable/blink/event/*:+org/eclipse/nebula/widgets/nattable/columnCategories/*:+org/eclipse/nebula/widgets/nattable/columnCategories/gui/*:+org/eclipse/nebula/widgets/nattable/columnChooser/*:+org/eclipse/nebula/widgets/nattable/columnChooser/command/*:+org/eclipse/nebula/widgets/nattable/columnChooser/gui/*:+org/eclipse/nebula/widgets/nattable/columnRename/*:+org/eclipse/nebula/widgets/nattable/columnRename/event/*:+org/eclipse/nebula/widgets/nattable/command/*:+org/eclipse/nebula/widgets/nattable/config/*:+org/eclipse/nebula/widgets/nattable/conflation/*:+org/eclipse/nebula/widgets/nattable/coordinate/*:+org/eclipse/nebula/widgets/nattable/copy/*:+org/eclipse/nebula/widgets/nattable/copy/action/*:+org/eclipse/nebula/widgets/nattable/copy/command/*:+org/eclipse/nebula/widgets/nattable/copy/serializing/*:+org/eclipse/nebula/widgets/nattable/data/*:+org/eclipse/nebula/widgets/nattable/data/command/*:+org/eclipse/nebula/widgets/nattable/data/convert/*:+org/eclipse/nebula/widgets/nattable/data/validate/*:+org/eclipse/nebula/widgets/nattable/datachange/*:+org/eclipse/nebula/widgets/nattable/datachange/command/*:+org/eclipse/nebula/widgets/nattable/datachange/config/*:+org/eclipse/nebula/widgets/nattable/datachange/event/*:+org/eclipse/nebula/widgets/nattable/edit/*:+org/eclipse/nebula/widgets/nattable/edit/action/*:+org/eclipse/nebula/widgets/nattable/edit/command/*:+org/eclipse/nebula/widgets/nattable/edit/config/*:+org/eclipse/nebula/widgets/nattable/edit/editor/*:+org/eclipse/nebula/widgets/nattable/edit/event/*:+org/eclipse/nebula/widgets/nattable/edit/gui/*:+org/eclipse/nebula/widgets/nattable/export/*:+org/eclipse/nebula/widgets/nattable/export/action/*:+org/eclipse/nebula/widgets/nattable/export/command/*:+org/eclipse/nebula/widgets/nattable/export/config/*:+org/eclipse/nebula/widgets/nattable/export/csv/*:+org/eclipse/nebula/widgets/nattable/export/excel/*:+org/eclipse/nebula/widgets/nattable/export/image/*:+org/eclipse/nebula/widgets/nattable/export/image/config/*:+org/eclipse/nebula/widgets/nattable/fillhandle/*:+org/eclipse/nebula/widgets/nattable/fillhandle/action/*:+org/eclipse/nebula/widgets/nattable/fillhandle/command/*:+org/eclipse/nebula/widgets/nattable/fillhandle/config/*:+org/eclipse/nebula/widgets/nattable/fillhandle/event/*:+org/eclipse/nebula/widgets/nattable/filterrow/*:+org/eclipse/nebula/widgets/nattable/filterrow/action/*:+org/eclipse/nebula/widgets/nattable/filterrow/combobox/*:+org/eclipse/nebula/widgets/nattable/filterrow/command/*:+org/eclipse/nebula/widgets/nattable/filterrow/config/*:+org/eclipse/nebula/widgets/nattable/filterrow/event/*:+org/eclipse/nebula/widgets/nattable/formula/*:+org/eclipse/nebula/widgets/nattable/formula/action/*:+org/eclipse/nebula/widgets/nattable/formula/command/*:+org/eclipse/nebula/widgets/nattable/formula/config/*:+org/eclipse/nebula/widgets/nattable/formula/function/*:+org/eclipse/nebula/widgets/nattable/freeze/*:+org/eclipse/nebula/widgets/nattable/freeze/action/*:+org/eclipse/nebula/widgets/nattable/freeze/command/*:+org/eclipse/nebula/widgets/nattable/freeze/config/*:+org/eclipse/nebula/widgets/nattable/freeze/event/*:+org/eclipse/nebula/widgets/nattable/grid/*:+org/eclipse/nebula/widgets/nattable/grid/cell/*:+org/eclipse/nebula/widgets/nattable/grid/command/*:+org/eclipse/nebula/widgets/nattable/grid/data/*:+org/eclipse/nebula/widgets/nattable/grid/layer/*:+org/eclipse/nebula/widgets/nattable/grid/layer/config/*:+org/eclipse/nebula/widgets/nattable/grid/layer/event/*:+org/eclipse/nebula/widgets/nattable/group/*:+org/eclipse/nebula/widgets/nattable/group/action/*:+org/eclipse/nebula/widgets/nattable/group/command/*:+org/eclipse/nebula/widgets/nattable/group/config/*:+org/eclipse/nebula/widgets/nattable/group/event/*:+org/eclipse/nebula/widgets/nattable/group/gui/*:+org/eclipse/nebula/widgets/nattable/group/model/*:+org/eclipse/nebula/widgets/nattable/group/painter/*:+org/eclipse/nebula/widgets/nattable/group/performance/*:+org/eclipse/nebula/widgets/nattable/group/performance/action/*:+org/eclipse/nebula/widgets/nattable/group/performance/command/*:+org/eclipse/nebula/widgets/nattable/group/performance/config/*:+org/eclipse/nebula/widgets/nattable/group/performance/event/*:+org/eclipse/nebula/widgets/nattable/group/performance/gui/*:+org/eclipse/nebula/widgets/nattable/group/performance/painter/*:+org/eclipse/nebula/widgets/nattable/hideshow/*:+org/eclipse/nebula/widgets/nattable/hideshow/command/*:+org/eclipse/nebula/widgets/nattable/hideshow/event/*:+org/eclipse/nebula/widgets/nattable/hideshow/indicator/*:+org/eclipse/nebula/widgets/nattable/hierarchical/*:+org/eclipse/nebula/widgets/nattable/hierarchical/action/*:+org/eclipse/nebula/widgets/nattable/hierarchical/command/*:+org/eclipse/nebula/widgets/nattable/hierarchical/config/*:+org/eclipse/nebula/widgets/nattable/hover/*:+org/eclipse/nebula/widgets/nattable/hover/action/*:+org/eclipse/nebula/widgets/nattable/hover/command/*:+org/eclipse/nebula/widgets/nattable/hover/config/*:+org/eclipse/nebula/widgets/nattable/layer/*:+org/eclipse/nebula/widgets/nattable/layer/cell/*:+org/eclipse/nebula/widgets/nattable/layer/command/*:+org/eclipse/nebula/widgets/nattable/layer/config/*:+org/eclipse/nebula/widgets/nattable/layer/event/*:+org/eclipse/nebula/widgets/nattable/layer/stack/*:+org/eclipse/nebula/widgets/nattable/painter/*:+org/eclipse/nebula/widgets/nattable/painter/cell/*:+org/eclipse/nebula/widgets/nattable/painter/cell/decorator/*:+org/eclipse/nebula/widgets/nattable/painter/layer/*:+org/eclipse/nebula/widgets/nattable/persistence/*:+org/eclipse/nebula/widgets/nattable/persistence/command/*:+org/eclipse/nebula/widgets/nattable/persistence/gui/*:+org/eclipse/nebula/widgets/nattable/print/*:+org/eclipse/nebula/widgets/nattable/print/action/*:+org/eclipse/nebula/widgets/nattable/print/command/*:+org/eclipse/nebula/widgets/nattable/print/config/*:+org/eclipse/nebula/widgets/nattable/reorder/*:+org/eclipse/nebula/widgets/nattable/reorder/action/*:+org/eclipse/nebula/widgets/nattable/reorder/command/*:+org/eclipse/nebula/widgets/nattable/reorder/config/*:+org/eclipse/nebula/widgets/nattable/reorder/event/*:+org/eclipse/nebula/widgets/nattable/resize/*:+org/eclipse/nebula/widgets/nattable/resize/action/*:+org/eclipse/nebula/widgets/nattable/resize/command/*:+org/eclipse/nebula/widgets/nattable/resize/config/*:+org/eclipse/nebula/widgets/nattable/resize/event/*:+org/eclipse/nebula/widgets/nattable/resize/mode/*:+org/eclipse/nebula/widgets/nattable/search/*:+org/eclipse/nebula/widgets/nattable/search/action/*:+org/eclipse/nebula/widgets/nattable/search/command/*:+org/eclipse/nebula/widgets/nattable/search/config/*:+org/eclipse/nebula/widgets/nattable/search/event/*:+org/eclipse/nebula/widgets/nattable/search/gui/*:+org/eclipse/nebula/widgets/nattable/search/strategy/*:+org/eclipse/nebula/widgets/nattable/selection/*:+org/eclipse/nebula/widgets/nattable/selection/action/*:+org/eclipse/nebula/widgets/nattable/selection/command/*:+org/eclipse/nebula/widgets/nattable/selection/config/*:+org/eclipse/nebula/widgets/nattable/selection/event/*:+org/eclipse/nebula/widgets/nattable/selection/preserve/*:+org/eclipse/nebula/widgets/nattable/serializing/*:+org/eclipse/nebula/widgets/nattable/sort/*:+org/eclipse/nebula/widgets/nattable/sort/action/*:+org/eclipse/nebula/widgets/nattable/sort/command/*:+org/eclipse/nebula/widgets/nattable/sort/config/*:+org/eclipse/nebula/widgets/nattable/sort/event/*:+org/eclipse/nebula/widgets/nattable/sort/painter/*:+org/eclipse/nebula/widgets/nattable/style/*:+org/eclipse/nebula/widgets/nattable/style/editor/*:+org/eclipse/nebula/widgets/nattable/style/editor/command/*:+org/eclipse/nebula/widgets/nattable/style/theme/*:+org/eclipse/nebula/widgets/nattable/summaryrow/*:+org/eclipse/nebula/widgets/nattable/summaryrow/command/*:+org/eclipse/nebula/widgets/nattable/tickupdate/*:+org/eclipse/nebula/widgets/nattable/tickupdate/action/*:+org/eclipse/nebula/widgets/nattable/tickupdate/command/*:+org/eclipse/nebula/widgets/nattable/tickupdate/config/*:+org/eclipse/nebula/widgets/nattable/tooltip/*:+org/eclipse/nebula/widgets/nattable/tree/*:+org/eclipse/nebula/widgets/nattable/tree/action/*:+org/eclipse/nebula/widgets/nattable/tree/command/*:+org/eclipse/nebula/widgets/nattable/tree/config/*:+org/eclipse/nebula/widgets/nattable/tree/painter/*:+org/eclipse/nebula/widgets/nattable/ui/*:+org/eclipse/nebula/widgets/nattable/ui/action/*:+org/eclipse/nebula/widgets/nattable/ui/binding/*:+org/eclipse/nebula/widgets/nattable/ui/matcher/*:+org/eclipse/nebula/widgets/nattable/ui/menu/*:+org/eclipse/nebula/widgets/nattable/ui/mode/*:+org/eclipse/nebula/widgets/nattable/ui/rename/*:+org/eclipse/nebula/widgets/nattable/ui/scaling/*:+org/eclipse/nebula/widgets/nattable/ui/util/*:+org/eclipse/nebula/widgets/nattable/util/*:+org/eclipse/nebula/widgets/nattable/viewport/*:+org/eclipse/nebula/widgets/nattable/viewport/action/*:+org/eclipse/nebula/widgets/nattable/viewport/command/*:+org/eclipse/nebula/widgets/nattable/viewport/event/*:+org/eclipse/nebula/widgets/nattable/widget/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.richtext/1.5.1.202402011804/org.eclipse.nebula.widgets.richtext-1.5.1.202402011804.jar[+org/eclipse/nebula/widgets/richtext/*:+org/eclipse/nebula/widgets/richtext/painter/*:+org/eclipse/nebula/widgets/richtext/painter/instructions/*:+org/eclipse/nebula/widgets/richtext/toolbar/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.nattable.extension.glazedlists/2.3.0.202402191815/org.eclipse.nebula.widgets.nattable.extension.glazedlists-2.3.0.202402191815.jar[+org/eclipse/nebula/widgets/nattable/extension/glazedlists/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/data/command/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/filterrow/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/action/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/command/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/summary/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/hideshow/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/hierarchical/*:+org/eclipse/nebula/widgets/nattable/extension/glazedlists/tree/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/fixture/data/RowGroupDataFixture.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/INatExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/EditableGridExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoTreeWithCheckBoxes.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/RichTextCellEditor.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoApplyingStyleToCell.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoCellPainter.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/fixture/SelectionExampleGridLayer.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/Applying_style_to_a_cell.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/fixture/PricingTypeBeanDisplayConverter.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoCustomStylingCell.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/GlazedListsGridLayer.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/FilterRowGridExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/fixture/data/BlinkingRowDataFixture.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/RowDataFixture.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/CellPainterExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/PersistentNatExampleWrapper.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/SearchMarkupCommandHandler.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoFilterRowGrid.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/fixture/data/PricingTypeBean.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/person/ExtendedPersonWithAddress.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/fixture/data/RowDataListFixture.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/fixture/FilterRowExampleGridLayer.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/fixture/SelectionExampleBodyLayerStack.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/Custom_styling_of_specific_cells.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/RowDataListFixture.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoTree.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/GlazedListsColumnHeaderLayerStack.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/person/DataModelConstants.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemo1.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/TreeGridExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoSortableFilterableColumn.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/person/PersonWithAddress.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/SortableFilterableColumnGroupExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/Activator.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/DynamicColumnExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/NebulaRichTextIntegrationExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/fixture/data/RowDataFixture.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/PricingTypeBeanDisplayConverter.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoDynamicColumn.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/person/Person.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoSortableGrid.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/SortableGridExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/person/Address.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/RichTextCellPainter.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoNebulaRichText.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/MarkupDisplayConverter.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/person/PersonService.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/SortableColumnGroupingExample.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemo2.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/com/xored/q7/quality/mockups/nattable/NatTableDemoSortableColumnGrouping.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/fixture/data/RowGroupDataListFixture.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/PricingTypeBean.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/nattable/com/xored/q7/quality/mockups/nattable/datasets/person/SimplePerson.java, -g, -nowarn, -target, 1.6, -source, 1.6, -encoding, UTF-8] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml: {} [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources:default-testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.nattable-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test:default-test' with basic configurator --> [DEBUG] (s) additionalClasspathElements = [] [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable [DEBUG] (s) childDelegation = false [DEBUG] (s) classesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/classes [DEBUG] (s) classpathDependencyExcludes = [] [DEBUG] (s) dependenciesToScan = [] [DEBUG] (s) disableXmlReport = false [DEBUG] (s) enableAssertions = true [DEBUG] (f) forkCount = 1 [DEBUG] (s) forkMode = once [DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30 [DEBUG] (s) junitArtifactName = junit:junit [DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine [DEBUG] (s) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) parallelMavenExecution = false [DEBUG] (s) parallelOptimized = true [DEBUG] (s) perCoreThreadCount = true [DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile} [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test' --- [DEBUG] (s) printSummary = true [DEBUG] (s) projectArtifactMap = {p2.eclipse.plugin:ca.odell.glazedlists=p2.eclipse.plugin:ca.odell.glazedlists:eclipse-plugin:1.11.0.v20190926-1838:system, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:2.0.12:compile, org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle=org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile, com.ibm.icu:icu4j=com.ibm.icu:icu4j:jar:74.2:compile, p2.eclipse.plugin:com.sun.jna=p2.eclipse.plugin:com.sun.jna:eclipse-plugin:5.14.0.v20231211-1200:system, net.java.dev.jna:jna-platform=net.java.dev.jna:jna-platform:jar:5.14.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:5.14.0:compile, p2.eclipse.plugin:org.eclipse.core.runtime=p2.eclipse.plugin:org.eclipse.core.runtime:eclipse-plugin:3.31.0.v20240215-1631:system, com.xored.q7.quality:com.xored.q7.quality.mockups.ui=com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT:compile, p2.eclipse.plugin:org.eclipse.ui=p2.eclipse.plugin:org.eclipse.ui:eclipse-plugin:3.205.100.v20240131-1023:system, p2.eclipse.plugin:org.eclipse.nebula.widgets.nattable.core=p2.eclipse.plugin:org.eclipse.nebula.widgets.nattable.core:eclipse-plugin:2.3.0.202402191815:system, p2.eclipse.plugin:org.eclipse.nebula.widgets.richtext=p2.eclipse.plugin:org.eclipse.nebula.widgets.richtext:eclipse-plugin:1.5.1.202402011804:system, p2.eclipse.plugin:org.eclipse.nebula.widgets.nattable.extension.glazedlists=p2.eclipse.plugin:org.eclipse.nebula.widgets.nattable.extension.glazedlists:eclipse-plugin:2.3.0.202402191815:system, p2.eclipse.plugin:org.eclipse.ui.forms=p2.eclipse.plugin:org.eclipse.ui.forms:eclipse-plugin:3.13.200.v20240108-1539:system, p2.eclipse.plugin:org.eclipse.core.resources=p2.eclipse.plugin:org.eclipse.core.resources:eclipse-plugin:3.20.100.v20240209-1706:system, p2.eclipse.plugin:org.eclipse.jface.databinding=p2.eclipse.plugin:org.eclipse.jface.databinding:eclipse-plugin:1.15.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding=p2.eclipse.plugin:org.eclipse.core.databinding:eclipse-plugin:1.13.200.v20240104-1240:system, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:2.0.1:compile, p2.eclipse.plugin:org.eclipse.osgi=p2.eclipse.plugin:org.eclipse.osgi:eclipse-plugin:3.19.0.v20240213-1246:system, org.ow2.asm:asm=org.ow2.asm:asm:jar:9.6:compile, org.ow2.asm:asm-commons=org.ow2.asm:asm-commons:jar:9.6:compile, org.ow2.asm:asm-util=org.ow2.asm:asm-util:jar:9.6:compile, p2.eclipse.plugin:org.apache.batik.constants=p2.eclipse.plugin:org.apache.batik.constants:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.css=p2.eclipse.plugin:org.apache.batik.css:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext=p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:eclipse-plugin:1.0.0.v20230923-0644:system, p2.eclipse.plugin:org.apache.xmlgraphics=p2.eclipse.plugin:org.apache.xmlgraphics:eclipse-plugin:2.9.0.v20230916-1600:system, p2.eclipse.plugin:org.apache.batik.i18n=p2.eclipse.plugin:org.apache.batik.i18n:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.util=p2.eclipse.plugin:org.apache.batik.util:eclipse-plugin:1.17.0.v20231215-1130:system, commons-codec:commons-codec=commons-codec:commons-codec:jar:1.16.0:compile, commons-io:commons-io=commons-io:commons-io:jar:2.15.1:compile, p2.eclipse.plugin:org.apache.commons.jxpath=p2.eclipse.plugin:org.apache.commons.jxpath:eclipse-plugin:1.3.0.v200911051830:system, p2.eclipse.plugin:org.apache.commons.logging=p2.eclipse.plugin:org.apache.commons.logging:eclipse-plugin:1.2.0.v20180409-1502:system, org.apache.felix:org.apache.felix.scr=org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations=org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component=org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:osgi.annotation=org.osgi:osgi.annotation:jar:8.1.0:compile, org.osgi:org.osgi.namespace.extender=org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.osgi:org.osgi.util.promise=org.osgi:org.osgi.util.promise:jar:1.3.0:compile, p2.eclipse.plugin:org.eclipse.collections=p2.eclipse.plugin:org.eclipse.collections:eclipse-plugin:11.1.0.v20220705-1455:system, p2.eclipse.plugin:org.eclipse.core.commands=p2.eclipse.plugin:org.eclipse.core.commands:eclipse-plugin:3.12.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.equinox.common=p2.eclipse.plugin:org.eclipse.equinox.common:eclipse-plugin:3.19.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.core.contenttype=p2.eclipse.plugin:org.eclipse.core.contenttype:eclipse-plugin:3.9.300.v20231218-0909:system, p2.eclipse.plugin:org.eclipse.equinox.preferences=p2.eclipse.plugin:org.eclipse.equinox.preferences:eclipse-plugin:3.11.0.v20240210-0844:system, p2.eclipse.plugin:org.eclipse.equinox.registry=p2.eclipse.plugin:org.eclipse.equinox.registry:eclipse-plugin:3.12.0.v20240213-1057:system, p2.eclipse.plugin:org.eclipse.core.databinding.observable=p2.eclipse.plugin:org.eclipse.core.databinding.observable:eclipse-plugin:1.13.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding.property=p2.eclipse.plugin:org.eclipse.core.databinding.property:eclipse-plugin:1.10.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.expressions=p2.eclipse.plugin:org.eclipse.core.expressions:eclipse-plugin:3.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.core.filesystem=p2.eclipse.plugin:org.eclipse.core.filesystem:eclipse-plugin:1.10.300.v20240124-1325:system, p2.eclipse.plugin:org.eclipse.core.jobs=p2.eclipse.plugin:org.eclipse.core.jobs:eclipse-plugin:3.15.200.v20231214-1526:system, p2.eclipse.plugin:org.eclipse.equinox.app=p2.eclipse.plugin:org.eclipse.equinox.app:eclipse-plugin:1.7.0.v20240213-1427:system, p2.eclipse.plugin:org.eclipse.e4.core.commands=p2.eclipse.plugin:org.eclipse.e4.core.commands:eclipse-plugin:1.1.300.v20240131-1308:system, p2.eclipse.plugin:org.eclipse.e4.core.di=p2.eclipse.plugin:org.eclipse.e4.core.di:eclipse-plugin:1.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.e4.core.contexts=p2.eclipse.plugin:org.eclipse.e4.core.contexts:eclipse-plugin:1.12.500.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.services=p2.eclipse.plugin:org.eclipse.e4.core.services:eclipse-plugin:2.4.300.v20240119-0800:system, org.osgi:org.osgi.service.event=org.osgi:org.osgi.service.event:jar:1.4.1:compile, org.osgi:org.osgi.namespace.implementation=org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile, p2.eclipse.plugin:org.eclipse.e4.core.di.annotations=p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:eclipse-plugin:1.8.300.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:eclipse-plugin:0.18.200.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:eclipse-plugin:0.17.400.v20231214-1012:system, org.osgi:org.osgi.service.prefs=org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, p2.eclipse.plugin:org.eclipse.e4.emf.xpath=p2.eclipse.plugin:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.ecore=p2.eclipse.plugin:org.eclipse.emf.ecore:eclipse-plugin:2.36.0.v20240203-0859:system, p2.eclipse.plugin:org.eclipse.e4.ui.bindings=p2.eclipse.plugin:org.eclipse.e4.ui.bindings:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.swt=p2.eclipse.plugin:org.eclipse.swt:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.e4.ui.services=p2.eclipse.plugin:org.eclipse.e4.ui.services:eclipse-plugin:1.6.300.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.jface=p2.eclipse.plugin:org.eclipse.jface:eclipse-plugin:3.33.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.core=p2.eclipse.plugin:org.eclipse.e4.ui.css.core:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:eclipse-plugin:0.15.300.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.di=p2.eclipse.plugin:org.eclipse.e4.ui.di:eclipse-plugin:1.5.300.v20240116-1723:system, p2.eclipse.plugin:org.eclipse.e4.ui.dialogs=p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:eclipse-plugin:1.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:eclipse-plugin:2.4.200.v20240109-1025:system, p2.eclipse.plugin:org.eclipse.equinox.event=p2.eclipse.plugin:org.eclipse.equinox.event:eclipse-plugin:1.7.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.e4.ui.widgets=p2.eclipse.plugin:org.eclipse.e4.ui.widgets:eclipse-plugin:1.4.100.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.workbench:eclipse-plugin:1.15.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.emf.ecore.change=p2.eclipse.plugin:org.eclipse.emf.ecore.change:eclipse-plugin:2.16.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.emf.ecore.xmi=p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:eclipse-plugin:2.37.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:eclipse-plugin:1.5.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:eclipse-plugin:0.16.300.v20240223-1002:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:eclipse-plugin:0.17.300.v20240123-1128:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench3=p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:eclipse-plugin:0.17.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.urischeme=p2.eclipse.plugin:org.eclipse.urischeme:eclipse-plugin:1.3.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.common=p2.eclipse.plugin:org.eclipse.emf.common:eclipse-plugin:2.30.0.v20231210-0956:system, p2.eclipse.plugin:org.eclipse.help=p2.eclipse.plugin:org.eclipse.help:eclipse-plugin:3.10.300.v20240107-2054:system, p2.eclipse.plugin:org.eclipse.ui.workbench=p2.eclipse.plugin:org.eclipse.ui.workbench:eclipse-plugin:3.131.100.v20240221-2107:system, org.ow2.asm:asm-tree=org.ow2.asm:asm-tree:jar:9.6:compile, org.ow2.asm:asm-analysis=org.ow2.asm:asm-analysis:jar:9.6:compile, org.osgi:org.osgi.util.function=org.osgi:org.osgi.util.function:jar:1.2.0:compile, org.slf4j:slf4j-simple=org.slf4j:slf4j-simple:jar:2.0.12:compile, p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64=p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64=p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64=p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system} [DEBUG] (s) projectBuildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target [DEBUG] (s) redirectTestOutputToFile = false [DEBUG] (s) remoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (s) reportFormat = brief [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) reuseForks = true [DEBUG] (s) runOrder = filesystem [DEBUG] (f) shutdown = testset [DEBUG] (s) skip = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (s) skipTests = false [DEBUG] (s) suiteXmlFiles = [] [DEBUG] (s) tempDir = surefire [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (s) testNGArtifactName = org.testng:testng [DEBUG] (s) testSourceDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/src/test/java [DEBUG] (s) threadCountClasses = 0 [DEBUG] (s) threadCountMethods = 0 [DEBUG] (s) threadCountSuites = 0 [DEBUG] (s) trimStackTrace = true [DEBUG] (s) useFile = true [DEBUG] (s) useManifestOnlyJar = true [DEBUG] (s) useSystemClassLoader = true [DEBUG] (s) useUnlimitedThreads = false [DEBUG] (s) workingDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable [DEBUG] (s) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] (s) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (f) deleteOnExit = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [DEBUG] Generate pom descriptor with updated dependencies... [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) finalName = com.xored.q7.quality.mockups.nattable-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/.tycho-consumer-pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/com.xored.q7.quality.mockups.nattable-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory com/ [DEBUG] adding directory com/xored/ [DEBUG] adding directory com/xored/q7/ [DEBUG] adding directory com/xored/q7/quality/ [DEBUG] adding directory com/xored/q7/quality/mockups/ [DEBUG] adding directory com/xored/q7/quality/mockups/nattable/ [DEBUG] adding directory com/xored/q7/quality/mockups/nattable/datasets/ [DEBUG] adding directory com/xored/q7/quality/mockups/nattable/datasets/fixture/ [DEBUG] adding directory com/xored/q7/quality/mockups/nattable/datasets/fixture/data/ [DEBUG] adding directory com/xored/q7/quality/mockups/nattable/datasets/nebula/ [DEBUG] adding directory com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/ [DEBUG] adding directory com/xored/q7/quality/mockups/nattable/datasets/person/ [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/fixture/data/RowGroupDataFixture.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/fixture/data/BlinkingRowDataFixture.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/fixture/data/PricingTypeBean.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/fixture/data/RowDataListFixture.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/fixture/data/RowDataFixture.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/fixture/data/RowGroupDataListFixture.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/fixture/SelectionExampleGridLayer.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/fixture/PricingTypeBeanDisplayConverter.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/fixture/FilterRowExampleGridLayer.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/fixture/SelectionExampleBodyLayerStack.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/INatExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/EditableGridExample$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/EditableGridExample$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/EditableGridExample$7.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/EditableGridExample$5.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/EditableGridExample$6.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/EditableGridExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/EditableGridExample$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/EditableGridExample$8.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/EditableGridExample$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/RichTextCellEditor.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/RichTextCellEditor$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/RichTextCellEditor$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/SearchMarkupCommandHandler.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/RichTextCellPainter.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/MarkupDisplayConverter$MarkupValue.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/nebula/richtext/MarkupDisplayConverter.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/Applying_style_to_a_cell.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/GlazedListsGridLayer.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/FilterRowGridExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/FilterRowGridExample$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/FilterRowGridExample$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/FilterRowGridExample$FilterRowCustomConfiguration.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample$4$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample$4.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample$4$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample$Datum.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample$DatumTreeFormat.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample$DatumExpansionModel.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridWithCheckBoxFieldsExample$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/RowDataFixture.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/CellPainterExample$PainterConfiguration.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/CellPainterExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/CellPainterExample$PainterConfiguration$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/PersistentNatExampleWrapper.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/person/ExtendedPersonWithAddress.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/person/DataModelConstants.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/person/PersonWithAddress.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/person/Person$Gender.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/person/Person.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/person/Address.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/person/PersonService.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/person/SimplePerson.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/Custom_styling_of_specific_cells$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/Custom_styling_of_specific_cells$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/Custom_styling_of_specific_cells.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/Custom_styling_of_specific_cells$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/RowDataListFixture.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/GlazedListsColumnHeaderLayerStack.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridExample$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridExample$DatumExpansionModel.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridExample$Datum.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridExample$DatumTreeFormat$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/TreeGridExample$DatumTreeFormat.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/SortableFilterableColumnGroupExample$FilterRowConfiguration.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/SortableFilterableColumnGroupExample$BodyLayerStack.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/SortableFilterableColumnGroupExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/SortableFilterableColumnGroupExample$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/SortableFilterableColumnGroupExample$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/DynamicColumnExample$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/DynamicColumnExample$MyColumnPropertyAccessor.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/DynamicColumnExample$SimpleColumnHeaderDataProvider.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/DynamicColumnExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/NebulaRichTextIntegrationExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/NebulaRichTextIntegrationExample$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/PricingTypeBeanDisplayConverter.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/SortableGridExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/SortableGridExample$3.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/SortableGridExample$2.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/SortableGridExample$1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/SortableColumnGroupingExample.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/datasets/PricingTypeBean.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoTreeWithCheckBoxes.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoApplyingStyleToCell.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoCellPainter.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoCustomStylingCell.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoFilterRowGrid.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoTree.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemo1.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoSortableFilterableColumn.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/Activator.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoDynamicColumn.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoSortableGrid.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoNebulaRichText.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemo2.class [DEBUG] adding entry com/xored/q7/quality/mockups/nattable/NatTableDemoSortableColumnGrouping.class [DEBUG] adding entry plugin.xml [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.nattable/ [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.nattable/pom.properties [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default:default-p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) execution = org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default {execution: default-p2-metadata-default} [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/.tycho-consumer-pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/.tycho-consumer-pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/com.xored.q7.quality.mockups.nattable removed. [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test:default-integration-test' with basic configurator --> [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/work/data [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:2.7.5:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile, org.codehaus.plexus:plexus-io:jar:3.2.0:compile, commons-io:commons-io:jar:2.6:compile, org.apache.commons:commons-compress:jar:1.21:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.26:compile, org.codehaus.plexus:plexus-cipher:jar:2.0:compile, javax.inject:javax.inject:jar:1:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile, org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile, org.apache.commons:commons-exec:jar:1.3:compile, biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2:compile, org.slf4j:slf4j-api:jar:1.7.25:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5:runtime, org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile, org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.apache.maven:maven-repository-metadata:jar:3.8.4:compile, org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox:jar:2.0-M8:compile] [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TychoIntegrationTestMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TestPluginMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test' --- [DEBUG] (f) pluginRemoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (f) printBundles = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/.tycho-consumer-pom.xml [DEBUG] (f) projectRemoteRepositories = [ id: neon url: http://download.eclipse.org/releases/2024-03/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: nat-table url: http://download.eclipse.org/nattable/releases/2.3.0/repository/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: maven-default-http-blocker url: http://0.0.0.0/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: true , id: nebula url: https://download.eclipse.org/nebula/archive/releases/3.1.1/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] blocked: false ] [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/failsafe-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/failsafe-reports/failsafe-summary.xml [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/test-classes [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = true [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/work [DEBUG] -- end configuration -- [DEBUG] Nothing matches pattern = [**/PluginTest*.class, **/*IT.class] excluding [**/*$*] in /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/test-classes [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ com.xored.q7.quality.mockups.nattable --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify:default-verify' with basic configurator --> [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/failsafe-reports [DEBUG] (s) skip = false [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/failsafe-reports/failsafe-summary.xml [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] ------< com.xored.q7.quality:com.xored.q7.quality.mockups.nebula >------ [INFO] Building com.xored.q7.quality.mockups.nebula 1.0.0-SNAPSHOT [10/12] [INFO] from plugins/com.xored.q7.quality.mockups.nebula/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, test] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.ds.classpath} ${tycho.ds.version} ${tycho.ds.enabled} ${tycho.ds.path} ${project} ${tycho.ds.skip} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${project.build.testOutputDirectory} ${maven.resources.overwrite} ${project.testResources} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${basedir} ${project.build.directory} ${maven.compiler.compilerId} ${maven.compiler.compilerVersion} ${maven.compiler.debug} ${project.build.sourceEncoding} ${maven.compiler.executable} ${maven.compiler.failOnWarning} ${maven.compiler.encoding} ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${maven.compiler.optimize} ${project.build.finalName} ${project} ${maven.compiler.release} ${session} ${maven.compiler.showDeprecation} ${maven.compiler.showWarnings} ${maven.compiler.source} ${lastModGranularityMs} ${maven.compiler.target} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.additionalClasspath} ${argLine} ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${surefire.encoding} ${excludedGroups} ${surefire.excludesFile} ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} ${forkMode} ${surefire.exitTimeout} ${surefire.timeout} ${groups} ${surefire.includesFile} ${junitArtifactName} ${junitPlatformArtifactName} ${jvm} ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${surefire.rerunFailingTestsCount} ${reuseForks} ${surefire.runOrder} ${surefire.shutdown} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skip.exec} ${skipTests} ${surefire.suiteXmlFiles} ${tempDir} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.directory} ${project.build.finalName} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.baseline} ${tycho.baseline.replace} ${mojoExecution} ${tycho.generateDownloadStatsProperty} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.testArgLine} ${osgi.debug} ${debugPort} ${enableAssertions} ${excludedGroups} ${surefire.timeout} ${groups} ${parallel} ${perCoreThreadCount} ${plugin.artifacts} ${tycho.printBundles} ${project} ${maven.test.redirectTestOutputToFile} ${surefire.rerunFailingTestsCount} ${session} ${tycho.showEclipseLog} ${maven.test.skip} ${surefire.skipAfterFailureCount} ${maven.test.skipExec} ${skipITs} ${skipTests} ${test} ${testClass} ${project.build.testOutputDirectory} ${threadCount} ${trimStackTrace} ${useUnlimitedThreads} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify (default-verify) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${failIfNoTests} ${maven.test.skip} ${maven.test.skip.exec} ${skipITs} ${skipTests} ${maven.test.failure.ignore} [DEBUG] ======================================================================= [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=81260, ConflictMarker.markTime=59421, ConflictMarker.nodeCount=161, ConflictIdSorter.graphTime=31186, ConflictIdSorter.topsortTime=33348, ConflictIdSorter.conflictIdCount=80, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=637366, ConflictResolver.conflictItemCount=160, DfDependencyCollector.collectTime=1175365, DfDependencyCollector.transformTime=875500} [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:eclipse-plugin:1.0.0-SNAPSHOT [DEBUG] com.ibm.icu:icu4j:jar:74.2:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.ui:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.205.100.v20240131-1023:system [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.widgets.grid:jar:1.1.1.202402011804:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.0.v20240215-1631:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.200.v20240108-1539:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.100.v20240209-1706:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.200.v20240104-1240:system [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.19.0.v20240213-1246:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] commons-io:commons-io:jar:2.15.1:compile [DEBUG] p2.eclipse.plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse.plugin:org.apache.commons.logging:jar:1.2.0.v20180409-1502:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.300.v20231218-0909:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.0.v20240210-0844:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.0.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.300.v20240124-1325:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.200.v20231214-1526:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.0.v20240213-1427:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.300.v20240131-1308:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.500.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.300.v20240119-0800:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.300.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.200.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.400.v20231214-1012:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.33.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.300.v20240116-1723:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.200.v20240109-1025:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.300.v20240223-1002:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.300.v20240123-1128:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20231210-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.300.v20240107-2054:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.131.100.v20240221-2107:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.125.0.v20240227-1638:system [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier:default-build-qualifier' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier {execution: default-build-qualifier} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-plugin [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.nebula) [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath:default-validate-classpath' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] -- end configuration -- [INFO] Resolving class path of com.xored.q7.quality.mockups.nebula... [DEBUG] Using TargetEnvironment (& (osgi.os=win32) (osgi.ws=win32) (osgi.arch=x86) ) to create resolver properties [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml: {} [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.weaving.hook:1.4.0.v20240213-1357 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.aarch64:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.gtk:1.2.100.v20231030-2045 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.swt.win32:1.2.200.v20231201-1637 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.14.300.v20240119-2127 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.win32.x86_64:1.4.300.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.x86_64:1.2.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.resources.win32.x86_64:3.5.500.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.ppc64le:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.linux.ppc64le:1.4.200.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.swt.gtk.linux.aarch64:3.125.0.v20240227-1638 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.core.filesystem.macosx:1.3.400.v20220812-1420 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.fx.osgi:3.9.0.202210162353 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.ui.cocoa:1.3.100.v20230214-1401 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.transforms.hook:1.4.0.v20240213-1244 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar] [INFO] Rules: -access all- [INFO] The following classpath entries are not unique for the artifact key eclipse-plugin:org.eclipse.equinox.region:1.5.500.v20231214-2017 and will be merged: [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] Locations: [/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar] [INFO] Rules: -access all- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources:default-resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile:default-compile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.nebula-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [DEBUG] Using compiler 'jdt'. [DEBUG] Source directories: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src] [DEBUG] Classpath: [/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.grid/1.1.1.202402011804/org.eclipse.nebula.widgets.grid-1.1.1.202402011804.jar[+org/eclipse/nebula/jface/gridviewer/*:~org/eclipse/nebula/jface/gridviewer/internal/*:+org/eclipse/nebula/widgets/grid/*:~org/eclipse/nebula/widgets/grid/internal/*:?**/*] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes] [DEBUG] Output directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/.settings/org.eclipse.jdt.core.prefs' could not be found! [DEBUG] Not determining 'maven.compiler.release' property automatically, because level '6' is not supported by compiler. [DEBUG] Classpath: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.grid/1.1.1.202402011804/org.eclipse.nebula.widgets.grid-1.1.1.202402011804.jar[+org/eclipse/nebula/jface/gridviewer/*:~org/eclipse/nebula/jface/gridviewer/internal/*:+org/eclipse/nebula/widgets/grid/*:~org/eclipse/nebula/widgets/grid/internal/*:?**/*] [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes [DEBUG] Source roots: [DEBUG] /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes [DEBUG] JDT compiler args: [-s, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/generated-sources/annotations, -d, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes, -classpath, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/target/classes[+com/xored/q7/quality/mockups/issues/*:+com/xored/q7/quality/mockups/issues/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui/3.205.100.v20240131-1023/org.eclipse.ui-3.205.100.v20240131-1023.jar[~org/eclipse/ui/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.runtime/3.31.0.v20240215-1631/org.eclipse.core.runtime-3.31.0.v20240215-1631.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi/3.19.0.v20240213-1246/org.eclipse.osgi-3.19.0.v20240213-1246.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.common/3.19.0.v20240214-0846/org.eclipse.equinox.common-3.19.0.v20240214-0846.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.jobs/3.15.200.v20231214-1526/org.eclipse.core.jobs-3.15.200.v20231214-1526.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.registry/3.12.0.v20240213-1057/org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.preferences/3.11.0.v20240210-0844/org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.osgi.service.prefs/1.1.2.202109301733/org.osgi.service.prefs-1.1.2.202109301733.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.contenttype/3.9.300.v20231218-0909/org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.app/1.7.0.v20240213-1427/org.eclipse.equinox.app-1.7.0.v20240213-1427.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt/3.125.0.v20240227-1638/org.eclipse.swt-3.125.0.v20240227-1638.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface/3.33.0.v20240214-1640/org.eclipse.jface-3.33.0.v20240214-1640.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:~org/eclipse/jface/viewers/internal/*:+org/eclipse/jface/widgets/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.commands/3.12.0.v20240214-1640/org.eclipse.core.commands-3.12.0.v20240214-1640.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:~org/eclipse/core/commands/internal/util/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.100.v20240221-2107/org.eclipse.ui.workbench-3.131.100.v20240221-2107.jar[~org/eclipse/e4/ui/workbench/addons/perspectiveswitcher/*:+org/eclipse/ui/*:+org/eclipse/ui/about/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/databinding/typed/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dialogs/cpd/*:~org/eclipse/ui/internal/e4/compatibility/*:~org/eclipse/ui/internal/e4/migration/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/keys/model/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/model/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/quickaccess/*:~org/eclipse/ui/internal/quickaccess/providers/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/model/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/part/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/quickaccess/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.help/3.10.300.v20240107-2054/org.eclipse.help-3.10.300.v20240107-2054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.expressions/3.9.300.v20240207-1044/org.eclipse.core.expressions-3.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.jface.databinding/1.15.200.v20240104-1240/org.eclipse.jface.databinding-1.15.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.13.200.v20240104-1240/org.eclipse.core.databinding.observable-1.13.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding.property/1.10.200.v20240104-1240/org.eclipse.core.databinding.property-1.10.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.databinding/1.13.200.v20240104-1240/org.eclipse.core.databinding-1.13.200.v20240104-1240.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.services/2.4.300.v20240119-0800/org.eclipse.e4.core.services-2.4.300.v20240119-0800.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di/1.9.300.v20240207-1044/org.eclipse.e4.core.di-1.9.300.v20240207-1044.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.8.300.v20231220-1554/org.eclipse.e4.core.di.annotations-1.8.300.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.12.500.v20231220-1554/org.eclipse.e4.core.contexts-1.12.500.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.17.300.v20240123-1128/org.eclipse.e4.ui.workbench.swt-0.17.300.v20240123-1128.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.15.300.v20240124-0948/org.eclipse.e4.ui.workbench-1.15.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.4.200.v20240109-1025/org.eclipse.e4.ui.model.workbench-2.4.200.v20240109-1025.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore/2.36.0.v20240203-0859/org.eclipse.emf.ecore-2.36.0.v20240203-0859.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.common/2.30.0.v20231210-0956/org.eclipse.emf.common-2.30.0.v20231210-0956.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources/3.20.100.v20240209-1706/org.eclipse.core.resources-3.20.100.v20240209-1706.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem/1.10.300.v20240124-1325/org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.4.200.v20231214-1513/org.eclipse.e4.emf.xpath-0.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.services/1.6.300.v20231201-1637/org.eclipse.e4.ui.services-1.6.300.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.di/1.5.300.v20240116-1723/org.eclipse.e4.ui.di-1.5.300.v20240116-1723.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.commands/1.1.300.v20240131-1308/org.eclipse.e4.core.commands-1.1.300.v20240131-1308.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.16.0.v20231208-1346/org.eclipse.emf.ecore.change-2.16.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.37.0.v20231208-1346/org.eclipse.emf.ecore.xmi-2.37.0.v20231208-1346.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.18.200.v20231220-1554/org.eclipse.e4.core.di.extensions-0.18.200.v20231220-1554.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.4.200.v20231214-1513/org.eclipse.e4.ui.dialogs-1.4.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.core-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.batik.css/1.17.0.v20231215-1130/org.apache.batik.css-1.17.0.v20231215-1130.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.15.300.v20240207-1054/org.eclipse.e4.ui.css.swt-0.15.300.v20240207-1054.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.14.300.v20231214-1513/org.eclipse.e4.ui.bindings-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.17.300.v20231214-1513/org.eclipse.e4.ui.workbench3-0.17.300.v20231214-1513.jar[+org/eclipse/ui/testing/*:+org/eclipse/ui/testing/dumps/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.14.300.v20231214-1513/org.eclipse.e4.ui.css.swt.theme-0.14.300.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.4.100.v20231201-1637/org.eclipse.e4.ui.widgets-1.4.100.v20231201-1637.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.urischeme/1.3.200.v20231214-1513/org.eclipse.urischeme-1.3.200.v20231214-1513.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna/5.14.0.v20231211-1200/com.sun.jna-5.14.0.v20231211-1200.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/com.sun.jna.platform/5.14.0/com.sun.jna.platform-5.14.0.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.5.300.v20240124-0948/org.eclipse.e4.ui.workbench.addons.swt-1.5.300.v20240124-0948.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.16.300.v20240223-1002/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300.v20240223-1002.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.forms/3.13.200.v20240108-1539/org.eclipse.ui.forms-3.13.200.v20240108-1539.jar[?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.grid/1.1.1.202402011804/org.eclipse.nebula.widgets.grid-1.1.1.202402011804.jar[+org/eclipse/nebula/jface/gridviewer/*:~org/eclipse/nebula/jface/gridviewer/internal/*:+org/eclipse/nebula/widgets/grid/*:~org/eclipse/nebula/widgets/grid/internal/*:?**/*]:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.cocoa.macosx.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.win32.win32.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.weaving.hook/1.4.0.v20240213-1357/org.eclipse.equinox.weaving.hook-1.4.0.v20240213-1357.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.x86_64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.aarch64/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.aarch64-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.gtk/1.2.100.v20231030-2045/org.eclipse.e4.ui.swt.gtk-1.2.100.v20231030-2045.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.swt.win32/1.2.200.v20231201-1637/org.eclipse.e4.ui.swt.win32-1.2.200.v20231201-1637.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/0.14.300.v20240119-2127/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300.v20240119-2127.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.osgi.compatibility.state/1.2.1000.v20240213-1057/org.eclipse.osgi.compatibility.state-1.2.1000.v20240213-1057.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.win32.x86_64/1.4.300.v20220812-1420/org.eclipse.core.filesystem.win32.x86_64-1.4.300.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.x86_64/1.2.400.v20220812-1420/org.eclipse.core.filesystem.linux.x86_64-1.2.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.resources.win32.x86_64/3.5.500.v20220812-1420/org.eclipse.core.resources.win32.x86_64-3.5.500.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.ppc64le-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.linux.ppc64le/1.4.200.v20220812-1420/org.eclipse.core.filesystem.linux.ppc64le-1.4.200.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.125.0.v20240227-1638/org.eclipse.swt.gtk.linux.aarch64-3.125.0.v20240227-1638.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.core.filesystem.macosx/1.3.400.v20220812-1420/org.eclipse.core.filesystem.macosx-1.3.400.v20220812-1420.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.fx.osgi/3.9.0.202210162353/org.eclipse.fx.osgi-3.9.0.202210162353.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.ui.cocoa/1.3.100.v20230214-1401/org.eclipse.ui.cocoa-1.3.100.v20230214-1401.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.transforms.hook/1.4.0.v20240213-1244/org.eclipse.equinox.transforms.hook-1.4.0.v20240213-1244.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.equinox.region/1.5.500.v20231214-2017/org.eclipse.equinox.region-1.5.500.v20231214-2017.jar:/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src/com/xored/q7/quality/mockups/nebula/GridDemo.java, /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src/com/xored/q7/quality/mockups/nebula/TwoGrids.java, -g, -nowarn, -target, 1.6, -source, 1.6, -encoding, UTF-8] [DEBUG] Original compiler output: [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-ds-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-ds-plugin:2.7.5:declarative-services:default-declarative-services' with basic configurator --> [DEBUG] (f) classpath = true [DEBUG] (f) dsVersion = 1.3 [DEBUG] (f) enabled = false [DEBUG] (f) path = OSGI-INF [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [DEBUG] DS Plugin org.eclipse.tycho:tycho-ds-plugin has no useable configuration. [DEBUG] Project configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml: {} [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources:default-testResources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/test-classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src/test/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, tychoProject.build.outputDirectories=/home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src/test/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-compiler-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-compiler-plugin:2.7.5:testCompile:default-testCompile' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target [DEBUG] (f) compilerId = jdt [DEBUG] (f) copyResources = true [DEBUG] (f) debug = true [DEBUG] (f) deriveReleaseCompilerArgumentFromTargetLevel = true [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) failOnWarning = false [DEBUG] (f) fork = false [DEBUG] (f) generatedSourcesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/generated-sources/annotations [DEBUG] (f) logDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/compile-logs [DEBUG] (f) optimize = false [DEBUG] (f) outputFileName = com.xored.q7.quality.mockups.nebula-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] (f) requireJREPackageImports = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showDeprecation = false [DEBUG] (f) showWarnings = false [DEBUG] (f) staleMillis = 0 [DEBUG] (f) strictCompilerTarget = false [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useProjectSettings = true [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- [DEBUG] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}] [DEBUG] Target Platform EE: OSGi profile 'JavaSE-17' { source level: 17, target level: 17} [DEBUG] Effective source/target: 1.6/1.6 [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test:default-test' with basic configurator --> [DEBUG] (s) additionalClasspathElements = [] [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula [DEBUG] (s) childDelegation = false [DEBUG] (s) classesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/classes [DEBUG] (s) classpathDependencyExcludes = [] [DEBUG] (s) dependenciesToScan = [] [DEBUG] (s) disableXmlReport = false [DEBUG] (s) enableAssertions = true [DEBUG] (f) forkCount = 1 [DEBUG] (s) forkMode = once [DEBUG] (s) forkedProcessExitTimeoutInSeconds = 30 [DEBUG] (s) junitArtifactName = junit:junit [DEBUG] (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine [DEBUG] (s) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) parallelMavenExecution = false [DEBUG] (s) parallelOptimized = true [DEBUG] (s) perCoreThreadCount = true [DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.2:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M8:compile} [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:help' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test' --- [DEBUG] (s) printSummary = true [DEBUG] (s) projectArtifactMap = {com.ibm.icu:icu4j=com.ibm.icu:icu4j:jar:74.2:compile, p2.eclipse.plugin:com.sun.jna=p2.eclipse.plugin:com.sun.jna:eclipse-plugin:5.14.0.v20231211-1200:system, net.java.dev.jna:jna-platform=net.java.dev.jna:jna-platform:jar:5.14.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:5.14.0:compile, com.xored.q7.quality:com.xored.q7.quality.mockups.ui=com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT:compile, p2.eclipse.plugin:org.eclipse.ui=p2.eclipse.plugin:org.eclipse.ui:eclipse-plugin:3.205.100.v20240131-1023:system, p2.eclipse.plugin:org.eclipse.nebula.widgets.grid=p2.eclipse.plugin:org.eclipse.nebula.widgets.grid:eclipse-plugin:1.1.1.202402011804:system, p2.eclipse.plugin:org.eclipse.core.runtime=p2.eclipse.plugin:org.eclipse.core.runtime:eclipse-plugin:3.31.0.v20240215-1631:system, p2.eclipse.plugin:org.eclipse.ui.forms=p2.eclipse.plugin:org.eclipse.ui.forms:eclipse-plugin:3.13.200.v20240108-1539:system, p2.eclipse.plugin:org.eclipse.core.resources=p2.eclipse.plugin:org.eclipse.core.resources:eclipse-plugin:3.20.100.v20240209-1706:system, p2.eclipse.plugin:org.eclipse.jface.databinding=p2.eclipse.plugin:org.eclipse.jface.databinding:eclipse-plugin:1.15.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding=p2.eclipse.plugin:org.eclipse.core.databinding:eclipse-plugin:1.13.200.v20240104-1240:system, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:2.0.1:compile, p2.eclipse.plugin:org.eclipse.osgi=p2.eclipse.plugin:org.eclipse.osgi:eclipse-plugin:3.19.0.v20240213-1246:system, p2.eclipse.plugin:org.apache.batik.constants=p2.eclipse.plugin:org.apache.batik.constants:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.css=p2.eclipse.plugin:org.apache.batik.css:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext=p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:eclipse-plugin:1.0.0.v20230923-0644:system, p2.eclipse.plugin:org.apache.xmlgraphics=p2.eclipse.plugin:org.apache.xmlgraphics:eclipse-plugin:2.9.0.v20230916-1600:system, p2.eclipse.plugin:org.apache.batik.i18n=p2.eclipse.plugin:org.apache.batik.i18n:eclipse-plugin:1.17.0.v20231215-1130:system, p2.eclipse.plugin:org.apache.batik.util=p2.eclipse.plugin:org.apache.batik.util:eclipse-plugin:1.17.0.v20231215-1130:system, commons-io:commons-io=commons-io:commons-io:jar:2.15.1:compile, p2.eclipse.plugin:org.apache.commons.jxpath=p2.eclipse.plugin:org.apache.commons.jxpath:eclipse-plugin:1.3.0.v200911051830:system, p2.eclipse.plugin:org.apache.commons.logging=p2.eclipse.plugin:org.apache.commons.logging:eclipse-plugin:1.2.0.v20180409-1502:system, org.apache.felix:org.apache.felix.scr=org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile, org.codehaus.mojo:animal-sniffer-annotations=org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile, org.osgi:org.osgi.service.component=org.osgi:org.osgi.service.component:jar:1.5.1:compile, org.osgi:osgi.annotation=org.osgi:osgi.annotation:jar:8.1.0:compile, org.osgi:org.osgi.namespace.extender=org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile, org.osgi:org.osgi.util.promise=org.osgi:org.osgi.util.promise:jar:1.3.0:compile, p2.eclipse.plugin:org.eclipse.core.commands=p2.eclipse.plugin:org.eclipse.core.commands:eclipse-plugin:3.12.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.equinox.common=p2.eclipse.plugin:org.eclipse.equinox.common:eclipse-plugin:3.19.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.core.contenttype=p2.eclipse.plugin:org.eclipse.core.contenttype:eclipse-plugin:3.9.300.v20231218-0909:system, p2.eclipse.plugin:org.eclipse.equinox.preferences=p2.eclipse.plugin:org.eclipse.equinox.preferences:eclipse-plugin:3.11.0.v20240210-0844:system, p2.eclipse.plugin:org.eclipse.equinox.registry=p2.eclipse.plugin:org.eclipse.equinox.registry:eclipse-plugin:3.12.0.v20240213-1057:system, p2.eclipse.plugin:org.eclipse.core.databinding.observable=p2.eclipse.plugin:org.eclipse.core.databinding.observable:eclipse-plugin:1.13.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.databinding.property=p2.eclipse.plugin:org.eclipse.core.databinding.property:eclipse-plugin:1.10.200.v20240104-1240:system, p2.eclipse.plugin:org.eclipse.core.expressions=p2.eclipse.plugin:org.eclipse.core.expressions:eclipse-plugin:3.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.core.filesystem=p2.eclipse.plugin:org.eclipse.core.filesystem:eclipse-plugin:1.10.300.v20240124-1325:system, p2.eclipse.plugin:org.eclipse.core.jobs=p2.eclipse.plugin:org.eclipse.core.jobs:eclipse-plugin:3.15.200.v20231214-1526:system, p2.eclipse.plugin:org.eclipse.equinox.app=p2.eclipse.plugin:org.eclipse.equinox.app:eclipse-plugin:1.7.0.v20240213-1427:system, p2.eclipse.plugin:org.eclipse.e4.core.commands=p2.eclipse.plugin:org.eclipse.e4.core.commands:eclipse-plugin:1.1.300.v20240131-1308:system, p2.eclipse.plugin:org.eclipse.e4.core.di=p2.eclipse.plugin:org.eclipse.e4.core.di:eclipse-plugin:1.9.300.v20240207-1044:system, p2.eclipse.plugin:org.eclipse.e4.core.contexts=p2.eclipse.plugin:org.eclipse.e4.core.contexts:eclipse-plugin:1.12.500.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.services=p2.eclipse.plugin:org.eclipse.e4.core.services:eclipse-plugin:2.4.300.v20240119-0800:system, org.osgi:org.osgi.service.event=org.osgi:org.osgi.service.event:jar:1.4.1:compile, org.osgi:org.osgi.namespace.implementation=org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile, p2.eclipse.plugin:org.eclipse.e4.core.di.annotations=p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:eclipse-plugin:1.8.300.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:eclipse-plugin:0.18.200.v20231220-1554:system, p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier=p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:eclipse-plugin:0.17.400.v20231214-1012:system, org.osgi:org.osgi.service.prefs=org.osgi:org.osgi.service.prefs:jar:1.1.2:compile, p2.eclipse.plugin:org.eclipse.e4.emf.xpath=p2.eclipse.plugin:org.eclipse.e4.emf.xpath:eclipse-plugin:0.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.ecore=p2.eclipse.plugin:org.eclipse.emf.ecore:eclipse-plugin:2.36.0.v20240203-0859:system, p2.eclipse.plugin:org.eclipse.e4.ui.bindings=p2.eclipse.plugin:org.eclipse.e4.ui.bindings:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.swt=p2.eclipse.plugin:org.eclipse.swt:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.e4.ui.services=p2.eclipse.plugin:org.eclipse.e4.ui.services:eclipse-plugin:1.6.300.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.jface=p2.eclipse.plugin:org.eclipse.jface:eclipse-plugin:3.33.0.v20240214-1640:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.core=p2.eclipse.plugin:org.eclipse.e4.ui.css.core:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:eclipse-plugin:0.15.300.v20240207-1054:system, p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme=p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:eclipse-plugin:0.14.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.di=p2.eclipse.plugin:org.eclipse.e4.ui.di:eclipse-plugin:1.5.300.v20240116-1723:system, p2.eclipse.plugin:org.eclipse.e4.ui.dialogs=p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:eclipse-plugin:1.4.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:eclipse-plugin:2.4.200.v20240109-1025:system, p2.eclipse.plugin:org.eclipse.equinox.event=p2.eclipse.plugin:org.eclipse.equinox.event:eclipse-plugin:1.7.0.v20240214-0846:system, p2.eclipse.plugin:org.eclipse.e4.ui.widgets=p2.eclipse.plugin:org.eclipse.e4.ui.widgets:eclipse-plugin:1.4.100.v20231201-1637:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench=p2.eclipse.plugin:org.eclipse.e4.ui.workbench:eclipse-plugin:1.15.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.emf.ecore.change=p2.eclipse.plugin:org.eclipse.emf.ecore.change:eclipse-plugin:2.16.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.emf.ecore.xmi=p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:eclipse-plugin:2.37.0.v20231208-1346:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:eclipse-plugin:1.5.300.v20240124-0948:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:eclipse-plugin:0.16.300.v20240223-1002:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt=p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:eclipse-plugin:0.17.300.v20240123-1128:system, p2.eclipse.plugin:org.eclipse.e4.ui.workbench3=p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:eclipse-plugin:0.17.300.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.urischeme=p2.eclipse.plugin:org.eclipse.urischeme:eclipse-plugin:1.3.200.v20231214-1513:system, p2.eclipse.plugin:org.eclipse.emf.common=p2.eclipse.plugin:org.eclipse.emf.common:eclipse-plugin:2.30.0.v20231210-0956:system, p2.eclipse.plugin:org.eclipse.help=p2.eclipse.plugin:org.eclipse.help:eclipse-plugin:3.10.300.v20240107-2054:system, p2.eclipse.plugin:org.eclipse.ui.workbench=p2.eclipse.plugin:org.eclipse.ui.workbench:eclipse-plugin:3.131.100.v20240221-2107:system, org.osgi:org.osgi.util.function=org.osgi:org.osgi.util.function:jar:1.2.0:compile, p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64=p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64=p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system, p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64=p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:eclipse-plugin:3.125.0.v20240227-1638:system} [DEBUG] (s) projectBuildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target [DEBUG] (s) redirectTestOutputToFile = false [DEBUG] (s) remoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (s) reportFormat = brief [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/surefire-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) reuseForks = true [DEBUG] (s) runOrder = filesystem [DEBUG] (f) shutdown = testset [DEBUG] (s) skip = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (s) skipTests = false [DEBUG] (s) suiteXmlFiles = [] [DEBUG] (s) tempDir = surefire [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (s) testNGArtifactName = org.testng:testng [DEBUG] (s) testSourceDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/src/test/java [DEBUG] (s) threadCountClasses = 0 [DEBUG] (s) threadCountMethods = 0 [DEBUG] (s) threadCountSuites = 0 [DEBUG] (s) trimStackTrace = true [DEBUG] (s) useFile = true [DEBUG] (s) useManifestOnlyJar = true [DEBUG] (s) useSystemClassLoader = true [DEBUG] (s) useUnlimitedThreads = false [DEBUG] (s) workingDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula [DEBUG] (s) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] (s) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (f) deleteOnExit = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [DEBUG] Generate pom descriptor with updated dependencies... [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-plugin:default-package-plugin' with basic configurator --> [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target [DEBUG] (f) deriveHeaderFromProject = true [DEBUG] (f) finalName = com.xored.q7.quality.mockups.nebula-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/.tycho-consumer-pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/com.xored.q7.quality.mockups.nebula-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding directory com/ [DEBUG] adding directory com/xored/ [DEBUG] adding directory com/xored/q7/ [DEBUG] adding directory com/xored/q7/quality/ [DEBUG] adding directory com/xored/q7/quality/mockups/ [DEBUG] adding directory com/xored/q7/quality/mockups/nebula/ [DEBUG] adding entry com/xored/q7/quality/mockups/nebula/GridDemo.class [DEBUG] adding entry com/xored/q7/quality/mockups/nebula/TwoGrids.class [DEBUG] adding entry plugin.xml [DEBUG] adding directory META-INF/maven/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/ [DEBUG] adding directory META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.nebula/ [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] adding entry META-INF/maven/com.xored.q7.quality/com.xored.q7.quality.mockups.nebula/pom.properties [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default:default-p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) execution = org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default {execution: default-p2-metadata-default} [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/.tycho-consumer-pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/.tycho-consumer-pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/com.xored.q7.quality.mockups.nebula removed. [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-surefire-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test:default-integration-test' with basic configurator --> [DEBUG] (f) deleteOsgiDataDirectory = true [DEBUG] (f) enableAssertions = false [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) osgiDataDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/work/data [DEBUG] (f) perCoreThreadCount = true [DEBUG] (f) pluginArtifacts = [org.eclipse.tycho:tycho-surefire-plugin:maven-plugin:2.7.5:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.codehaus.plexus:plexus-archiver:jar:4.2.7:compile, org.codehaus.plexus:plexus-io:jar:3.2.0:compile, commons-io:commons-io:jar:2.6:compile, org.apache.commons:commons-compress:jar:1.21:compile, org.iq80.snappy:snappy:jar:0.4:compile, org.tukaani:xz:jar:1.9:runtime, org.codehaus.plexus:plexus-interpolation:jar:1.26:compile, org.codehaus.plexus:plexus-cipher:jar:2.0:compile, javax.inject:javax.inject:jar:1:compile, org.eclipse.platform:org.eclipse.osgi:jar:3.17.200:compile, org.eclipse.tycho:sisu-equinox-launching:jar:2.7.5:compile, org.apache.commons:commons-exec:jar:1.3:compile, biz.aQute.bnd:biz.aQute.bndlib:jar:5.1.2:compile, org.slf4j:slf4j-api:jar:1.7.25:compile, org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit5:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit54:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit55:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit56:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage:jar:2.7.5:runtime, org.eclipse.tycho:org.eclipse.tycho.surefire.testng:jar:2.7.5:runtime, org.apache.maven.surefire:surefire-api:jar:2.22.2:compile, org.apache.maven.surefire:surefire-logger-api:jar:2.22.2:compile, org.codehaus.plexus:plexus-component-annotations:jar:2.1.1:compile, org.apache.maven.surefire:maven-surefire-common:jar:2.22.2:compile, org.apache.maven.surefire:surefire-booter:jar:2.22.2:compile, org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.apache.maven:maven-repository-metadata:jar:3.8.4:compile, org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java:jar:0.9.10:compile, org.ow2.asm:asm:jar:6.2:compile, com.thoughtworks.qdox:qdox:jar:2.0-M8:compile] [DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TychoIntegrationTestMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:integration-test' role: 'org.apache.maven.plugin.Mojo', implementation: 'org.eclipse.tycho.surefire.TestPluginMojo', role hint: 'org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test' --- [DEBUG] (f) pluginRemoteRepositories = [ id: rcptt-releases url: https://repo.eclipse.org/content/repositories/rcptt-releases/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: false , id: rcptt-snapshots url: https://repo.eclipse.org/content/repositories/rcptt-snapshots/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => daily] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => never] blocked: false ] [DEBUG] (f) printBundles = false [DEBUG] (f) profileName = DefaultProfile [DEBUG] (f) project = MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/.tycho-consumer-pom.xml [DEBUG] (f) projectRemoteRepositories = [ id: neon url: http://download.eclipse.org/releases/2024-03/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: nat-table url: http://download.eclipse.org/nattable/releases/2.3.0/repository/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: maven-default-http-blocker url: http://0.0.0.0/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] blocked: true , id: nebula url: https://download.eclipse.org/nebula/archive/releases/3.1.1/ layout: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout@2b728f15 snapshots: [enabled => false, update => never] releases: [enabled => false, update => never] blocked: false , id: eclipse.maven.central.mirror url: https://repo.eclipse.org/content/repositories/maven_central/ layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] blocked: false ] [DEBUG] (f) redirectTestOutputToFile = false [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/failsafe-reports [DEBUG] (f) rerunFailingTestsCount = 0 [DEBUG] (f) runOrder = filesystem [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) showEclipseLog = false [DEBUG] (f) skipAfterFailureCount = 0 [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/failsafe-reports/failsafe-summary.xml [DEBUG] (f) surefireProperties = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/surefire.properties [DEBUG] (f) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/test-classes [DEBUG] (f) testRuntime = default [DEBUG] (f) trimStackTrace = true [DEBUG] (f) useJDK = SYSTEM [DEBUG] (f) useUIHarness = false [DEBUG] (f) useUIThread = true [DEBUG] (f) useUnlimitedThreads = false [DEBUG] (f) work = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/work [DEBUG] -- end configuration -- [DEBUG] Nothing matches pattern = [**/PluginTest*.class, **/*IT.class] excluding [**/*$*] in /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/test-classes [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ com.xored.q7.quality.mockups.nebula --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.22.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:verify:default-verify' with basic configurator --> [DEBUG] (s) basedir = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula [DEBUG] (s) reportsDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/failsafe-reports [DEBUG] (s) skip = false [DEBUG] (f) summaryFile = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/failsafe-reports/failsafe-summary.xml [DEBUG] (s) testClassesDirectory = /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/target/test-classes [DEBUG] (s) testFailureIgnore = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] No tests to run. [INFO] [INFO] -----< com.xored.q7.quality.features:com.xored.q7.quality.mockups >----- [INFO] Building com.xored.q7.quality.mockups 1.0.0-SNAPSHOT [11/12] [INFO] from features/com.xored.q7.quality.mockups-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [runtime, test] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.packaging} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${project.build.directory} ${project.build.finalName} ${project.build.directory} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) [DEBUG] Style: Regular [DEBUG] Configuration: ${tycho.baseline} ${tycho.baseline.replace} ${mojoExecution} ${tycho.generateDownloadStatsProperty} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) [DEBUG] Style: Regular [DEBUG] Configuration: ${p2.timeout} ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ======================================================================= [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=280467, ConflictMarker.markTime=227324, ConflictMarker.nodeCount=750, ConflictIdSorter.graphTime=171124, ConflictIdSorter.topsortTime=84748, ConflictIdSorter.conflictIdCount=129, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2521670, ConflictResolver.conflictItemCount=742, DfDependencyCollector.collectTime=5664411, DfDependencyCollector.transformTime=3321066} [DEBUG] com.xored.q7.quality.features:com.xored.q7.quality.mockups:eclipse-feature:1.0.0-SNAPSHOT [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:jar:1.0.0-SNAPSHOT:compile [DEBUG] com.ibm.icu:icu4j:jar:74.2:compile [DEBUG] p2.eclipse.plugin:com.sun.jna:jar:5.14.0.v20231211-1200:system [DEBUG] net.java.dev.jna:jna-platform:jar:5.14.0:compile [DEBUG] net.java.dev.jna:jna:jar:5.14.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.ui:jar:3.205.100.v20240131-1023:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.runtime:jar:3.31.0.v20240215-1631:system [DEBUG] p2.eclipse.plugin:org.eclipse.draw2d:jar:3.15.0.202402212051:system [DEBUG] p2.eclipse.plugin:org.eclipse.gef:jar:3.17.0.202402212051:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.forms:jar:3.13.200.v20240108-1539:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.resources:jar:3.20.100.v20240209-1706:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface.databinding:jar:1.15.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding:jar:1.13.200.v20240104-1240:system [DEBUG] jakarta.annotation:jakarta.annotation-api:jar:2.1.1:compile [DEBUG] jakarta.inject:jakarta.inject-api:jar:2.0.1:compile [DEBUG] p2.eclipse.plugin:org.eclipse.osgi:jar:3.19.0.v20240213-1246:system [DEBUG] p2.eclipse.plugin:org.apache.batik.constants:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.css:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:jar:1.0.0.v20230923-0644:system [DEBUG] p2.eclipse.plugin:org.apache.xmlgraphics:jar:2.9.0.v20230916-1600:system [DEBUG] p2.eclipse.plugin:org.apache.batik.i18n:jar:1.17.0.v20231215-1130:system [DEBUG] p2.eclipse.plugin:org.apache.batik.util:jar:1.17.0.v20231215-1130:system [DEBUG] commons-io:commons-io:jar:2.15.1:compile [DEBUG] p2.eclipse.plugin:org.apache.commons.jxpath:jar:1.3.0.v200911051830:system [DEBUG] p2.eclipse.plugin:org.apache.commons.logging:jar:1.2.0.v20180409-1502:system [DEBUG] org.apache.felix:org.apache.felix.scr:jar:2.2.10:compile [DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:compile [DEBUG] org.osgi:org.osgi.service.component:jar:1.5.1:compile [DEBUG] org.osgi:osgi.annotation:jar:8.1.0:compile [DEBUG] org.osgi:org.osgi.namespace.extender:jar:1.0.1:compile [DEBUG] org.osgi:org.osgi.util.promise:jar:1.3.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.core.commands:jar:3.12.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.common:jar:3.19.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.contenttype:jar:3.9.300.v20231218-0909:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.preferences:jar:3.11.0.v20240210-0844:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.registry:jar:3.12.0.v20240213-1057:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.observable:jar:1.13.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.databinding.property:jar:1.10.200.v20240104-1240:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.expressions:jar:3.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.filesystem:jar:1.10.300.v20240124-1325:system [DEBUG] p2.eclipse.plugin:org.eclipse.core.jobs:jar:3.15.200.v20231214-1526:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.app:jar:1.7.0.v20240213-1427:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.commands:jar:1.1.300.v20240131-1308:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di:jar:1.9.300.v20240207-1044:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.contexts:jar:1.12.500.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.services:jar:2.4.300.v20240119-0800:system [DEBUG] org.osgi:org.osgi.service.event:jar:1.4.1:compile [DEBUG] org.osgi:org.osgi.namespace.implementation:jar:1.0.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:jar:1.8.300.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:jar:0.18.200.v20231220-1554:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:jar:0.17.400.v20231214-1012:system [DEBUG] org.osgi:org.osgi.service.prefs:jar:1.1.2:compile [DEBUG] p2.eclipse.plugin:org.eclipse.e4.emf.xpath:jar:0.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore:jar:2.36.0.v20240203-0859:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.bindings:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.services:jar:1.6.300.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.jface:jar:3.33.0.v20240214-1640:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.core:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:jar:0.15.300.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.14.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.di:jar:1.5.300.v20240116-1723:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:jar:1.4.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:jar:2.4.200.v20240109-1025:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.event:jar:1.7.0.v20240214-0846:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.widgets:jar:1.4.100.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench:jar:1.15.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.change:jar:2.16.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:jar:2.37.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.5.300.v20240124-0948:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.16.300.v20240223-1002:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:jar:0.17.300.v20240123-1128:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:jar:0.17.300.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.urischeme:jar:1.3.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common:jar:2.30.0.v20231210-0956:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.workbench:jar:3.131.100.v20240221-2107:system [DEBUG] p2.eclipse.plugin:org.eclipse.help:jar:3.10.300.v20240107-2054:system [DEBUG] org.osgi:org.osgi.util.function:jar:1.2.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.125.0.v20240227-1638:system [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.ui:jar:1.0.0-SNAPSHOT:compile [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.emf:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit.ui:jar:2.23.0.v20230211-1150:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.common.ui:jar:2.22.0.v20231002-1020:system [DEBUG] p2.eclipse.plugin:org.eclipse.emf.edit:jar:2.21.0.v20231208-1346:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.views:jar:3.12.200.v20231214-1513:system [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.widgets.cdatetime:jar:1.5.0.202402011804:system [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.cwt:jar:1.1.0.202402011804:system [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.issues:jar:1.0.0-SNAPSHOT:compile [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.platform:jar:1.0.0-SNAPSHOT:compile [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.swt:jar:1.0.0-SNAPSHOT:compile [DEBUG] org.bouncycastle:bcpg-jdk18on:jar:1.77:compile [DEBUG] org.bouncycastle:bcprov-jdk18on:jar:1.77:compile [DEBUG] p2.eclipse.plugin:org.eclipse.jface.text:jar:3.25.0.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.ide:jar:3.22.100.v20240227-1633:system [DEBUG] p2.eclipse.plugin:org.eclipse.e4.ui.ide:jar:3.17.200.v20231201-1637:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.bidi:jar:1.5.0.v20240113-0700:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.5.300.v20240220-1431:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:jar:2.9.0.v20240213-1100:system [DEBUG] org.tukaani:xz:jar:1.9:compile [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.core:jar:2.11.0.v20240210-1628:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.3.300.v20240201-0843:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.repository:jar:2.8.100.v20240207-1113:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.engine:jar:2.10.0.v20240210-0918:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.5.300.v20240201-0843:system [DEBUG] p2.eclipse.plugin:org.eclipse.equinox.security:jar:1.4.200.v20240213-1244:system [DEBUG] p2.eclipse.plugin:org.eclipse.text:jar:3.14.0.v20240207-1054:system [DEBUG] p2.eclipse.plugin:org.eclipse.ui.navigator:jar:3.12.300.v20240205-1417:system [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.zest:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.zest.core:jar:1.11.0.202402212051:system [DEBUG] p2.eclipse.plugin:org.eclipse.zest.layouts:jar:1.4.0.202402212051:system [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:ca.odell.glazedlists:jar:1.11.0.v20190926-1838:system [DEBUG] org.slf4j:slf4j-api:jar:2.0.12:compile [DEBUG] org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:jar:1.3.7:compile [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.widgets.nattable.core:jar:2.3.0.202402191815:system [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.widgets.richtext:jar:1.5.1.202402011804:system [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.widgets.nattable.extension.glazedlists:jar:2.3.0.202402191815:system [DEBUG] org.ow2.asm:asm:jar:9.6:compile [DEBUG] org.ow2.asm:asm-commons:jar:9.6:compile [DEBUG] org.ow2.asm:asm-util:jar:9.6:compile [DEBUG] commons-codec:commons-codec:jar:1.16.0:compile [DEBUG] p2.eclipse.plugin:org.eclipse.collections:jar:11.1.0.v20220705-1455:system [DEBUG] org.ow2.asm:asm-tree:jar:9.6:compile [DEBUG] org.ow2.asm:asm-analysis:jar:9.6:compile [DEBUG] org.slf4j:slf4j-simple:jar:2.0.12:compile [DEBUG] com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:jar:1.0.0-SNAPSHOT:compile [DEBUG] p2.eclipse.plugin:org.eclipse.nebula.widgets.grid:jar:1.1.1.202402011804:system [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.xored.q7.quality.mockups --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ com.xored.q7.quality.mockups --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ com.xored.q7.quality.mockups --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-id:default-validate-id' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ com.xored.q7.quality.mockups --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:validate-version:default-validate-version' with basic configurator --> [DEBUG] (f) packaging = eclipse-feature [DEBUG] (f) project = MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] (f) strictVersions = true [DEBUG] -- end configuration -- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ com.xored.q7.quality.mockups --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/.tycho-consumer-pom.xml [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Ffeatures%252Fcom.xored.q7.quality.mockups-feature) [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ com.xored.q7.quality.mockups --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:update-consumer-pom:default-update-consumer-pom' with basic configurator --> [DEBUG] (f) deleteOnExit = true [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature [DEBUG] (f) project = MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] (f) tychoPomFilename = .tycho-consumer-pom.xml [DEBUG] (f) updatePomFile = true [DEBUG] -- end configuration -- [DEBUG] Generate pom descriptor with updated dependencies... [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ com.xored.q7.quality.mockups --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-feature from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:package-feature:default-package-feature' with basic configurator --> [DEBUG] (f) basedir = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature [DEBUG] (f) buildDirectory = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target [DEBUG] (f) deployableFeature = false [DEBUG] (f) finalName = com.xored.q7.quality.mockups-1.0.0-SNAPSHOT [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target [DEBUG] (f) project = MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/.tycho-consumer-pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) strictBinIncludes = true [DEBUG] (f) target = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target/site [DEBUG] (f) useDefaultExcludes = true [DEBUG] -- end configuration -- [INFO] Building jar: /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target/com.xored.q7.quality.mockups-1.0.0-SNAPSHOT.jar [DEBUG] adding directory META-INF/ [DEBUG] adding entry META-INF/MANIFEST.MF [DEBUG] adding entry feature.xml [DEBUG] adding entry feature.properties [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ com.xored.q7.quality.mockups --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default:default-p2-metadata-default' with basic configurator --> [DEBUG] (f) attachP2Metadata = true [DEBUG] (f) baselineMode = warn [DEBUG] (f) baselineReplace = all [DEBUG] (f) defaultP2Metadata = true [DEBUG] (f) execution = org.eclipse.tycho:tycho-p2-plugin:2.7.5:p2-metadata-default {execution: default-p2-metadata-default} [DEBUG] (f) generateDownloadStatsProperty = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/.tycho-consumer-pom.xml [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ com.xored.q7.quality.mockups --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-plugin:2.7.5:feature-p2-metadata from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-plugin:2.7.5:feature-p2-metadata:default-feature-p2-metadata' with basic configurator --> [DEBUG] (f) artifactRepositoryName = com.xored.q7.quality.mockups Artifacts [DEBUG] (f) compressRepository = true [DEBUG] (f) generateP2Metadata = true [DEBUG] (f) metadataRepositoryName = com.xored.q7.quality.mockups [DEBUG] (f) project = MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/.tycho-consumer-pom.xml [DEBUG] (f) target = /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target/site [DEBUG] -- end configuration -- [DEBUG] /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/target/site does not exist or is not a directory [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ com.xored.q7.quality.mockups --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/.tycho-consumer-pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/features/com.xored.q7.quality.mockups removed. [INFO] [INFO] ------------------< com.xored.q7.quality:repository >------------------- [INFO] Building repository 1.0.0-SNAPSHOT [12/12] [INFO] from repository/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.xored.q7.quality:repository:1.0.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [] [DEBUG] Repositories (dependencies): [neon (http://download.eclipse.org/releases/2024-03/, p2, disabled), nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/, p2, disabled), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), nebula (https://download.eclipse.org/nebula/archive/releases/3.1.1/, p2, disabled), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/, default, releases+snapshots), rcptt-snapshots (https://repo.eclipse.org/content/repositories/rcptt-snapshots/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.basedir} ${mojoExecution} ${forceContextQualifier} ${project.packaging} ${project} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean-1) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.clean.excludeDefaultDirectories} ${maven.clean.failOnError} ${maven.clean.fast} ${maven.clean.fastDir} ${maven.clean.fastMode} ${maven.clean.followSymLinks} ${maven.clean.retryOnError} ${maven.clean.skip} ${maven.clean.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform (default-target-platform) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: ${encoding} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) [DEBUG] Style: Regular [DEBUG] Configuration: ${project.build.finalName} ${project} ${buildQualifier} ${session} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact (remove-old-installations) [DEBUG] Style: Regular [DEBUG] Configuration: ${project} true [DEBUG] ======================================================================= [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ repository --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/repository/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/repository/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/repository/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/repository/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/repository/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/repository/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/repository/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/repository/target/classes [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier-aggregator from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-packaging-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier-aggregator:default-build-qualifier-aggregator' with basic configurator --> [DEBUG] (f) baseDir = /home/jenkins/agent/workspace/mockups/repository [DEBUG] (f) execution = org.eclipse.tycho:tycho-packaging-plugin:2.7.5:build-qualifier-aggregator {execution: default-build-qualifier-aggregator} [DEBUG] (s) format = yyyyMMddHHmm [DEBUG] (f) packaging = eclipse-repository [DEBUG] (f) project = MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] The project's OSGi version is 1.0.0.202403152038 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ repository --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.2.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean:default-clean-1' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/mockups/repository/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) fast = false [DEBUG] (f) fastMode = background [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/mockups/repository/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/mockups/repository/target/classes [DEBUG] (f) retryOnError = true [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/mockups/repository/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/repository/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/repository/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/repository/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/mockups/repository/target/classes [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ repository --- [DEBUG] Loading mojo org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform from plugin realm ClassRealm[plugin>org.eclipse.tycho:target-platform-configuration:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.eclipse.tycho:target-platform-configuration:2.7.5:target-platform:default-target-platform' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] -- end configuration -- [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/.tycho-consumer-pom.xml [DEBUG] Adding reactor project: MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/.tycho-consumer-pom.xml [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Frepository) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ repository --- [DEBUG] Loading mojo org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources:default-resources' with basic configurator --> [DEBUG] (f) buildFilters = [] [DEBUG] (f) encoding = UTF-8 [DEBUG] (f) escapeWindowsPaths = true [DEBUG] (s) includeEmptyDirs = false [DEBUG] (s) outputDirectory = /home/jenkins/agent/workspace/mockups/repository/target/classes [DEBUG] (s) overwrite = false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/agent/workspace/mockups/repository/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) useBuildFilters = true [DEBUG] (s) useDefaultDelimiters = true [DEBUG] -- end configuration -- [DEBUG] properties used {env.TERM=xterm, java.specification.version=17, env.EXECUTOR_NUMBER=0, sun.arch.data.model=64, java.vendor.url=https://adoptium.net/, env.JENKINS_HOME=/var/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, q7-maven-version=2.5.3, env.JOB_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/display/redirect, sun.boot.library.path=/opt/java/openjdk/lib, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, jdk.debug=release, maven.version=3.9.6, java.specification.vendor=Oracle Corporation, java.version.date=2024-01-16, java.home=/opt/java/openjdk, java.vm.specification.vendor=Oracle Corporation, java.specification.name=Java Platform API Specification, env.JENKINS_SERVER_COOKIE=durable-1a68649ceedb57b04195034c9e6091e21392210a7f00be14787b8f2f23d4ed56, env.GIT_URL=https://github.com/xored/q7.quality.mockups.git, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.runtime.version=17.0.10+7, tycho-groupid=org.eclipse.tycho, env.RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=artifacts, env.PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.GIT_BRANCH=origin/master, file.encoding=UTF-8, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.vendor.version=Temurin-17.0.10+7, env.HOSTNAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.io.tmpdir=/tmp, java.version=17.0.10, env.WORKSPACE=/home/jenkins/agent/workspace/mockups, aspectj_version=1.4, java.vm.specification.name=Java Virtual Machine Specification, env.BUILD_ID=19, env.JOB_NAME=mockups, native.encoding=UTF-8, java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor=Eclipse Adoptium, classworlds.conf=/usr/share/maven/bin/m2.conf, env.HUDSON_HOME=/var/jenkins, sun.io.unicode.encoding=UnicodeLittle, env.LANG=en_US.UTF-8, env.RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=tests, env.POD_CONTAINER=ubuntu, env.KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, env.JENKINS_UI_SERVICE_PORT=80, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.RUN_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect, java.vm.specification.version=17, os.name=Linux, env.JAVA_VERSION=jdk-17.0.10+7, user.home=/home/jenkins, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.150.82, env.GIT_PREVIOUS_COMMIT=31251781de10bebc8949dd2937fe2f901415134a, env.LANGUAGE=en_US:en, tycho-version=2.7.5, env.JENKINS_URL=https://ci.eclipse.org/rcptt/, tycho.env.osgi.ws=gtk, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.113.219:80, path.separator=:, os.version=6.2.9-300.fc38.x86_64, mockupsRepository=file://home/jenkins/agent/workspace/mockups/repository/../repository/target/repository, env.NODE_NAME=rcptt-build-and-deploy-agent-267rs-81nc5, java.vm.name=OpenJDK 64-Bit Server VM, env.MAVEN_CONFIG=/root/.m2, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.150.82:50000, env.JENKINS_DISCOVERY_PORT=tcp://10.30.150.82:50000, env.KUBERNETES_SERVICE_HOST=10.30.0.1, os.arch=amd64, maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/mockups, env.JENKINS_UI_PORT=tcp://10.30.113.219:80, env.MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/mockups, java.vm.info=mixed mode, sharing, env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.150.82, java.class.version=61.0, env.GITLAB_OBJECT_KIND=none, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, env.BUILD_TAG=jenkins-mockups-19, sun.jnu.encoding=UTF-8, aspectj_dep=1.7.0, env.HUDSON_URL=https://ci.eclipse.org/rcptt/, maven.build.version=Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae), q7-maven-group=org.eclipse.rcptt, q7-runner-version=2.5.2-SNAPSHOT, maven.home=/usr/share/maven, env.JENKINS_NODE_COOKIE=619ffbd6-8e53-42b8-8934-af6fb238416f, env.JAVA_HOME=/opt/java/openjdk, file.separator=/, java.vm.compressedOopsMode=32-bit, env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.113.219, line.separator= , buildQualifier=202403152038, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, user.name=1003050000, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.BUILD_URL=https://ci.eclipse.org/rcptt/job/mockups/19/, env.JOB_URL=https://ci.eclipse.org/rcptt/job/mockups/, env.NODE_LABELS=rcptt-build-and-deploy-agent rcptt-build-and-deploy-agent-267rs-81nc5, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/rcptt/job/mockups/19/display/redirect?page=changes, library.jansi.path=/usr/share/maven/lib/jansi-native, maven.repo.local=/home/jenkins/agent/workspace/mockups/m2, env.NSS_SDB_USE_CACHE=no, env.MAVEN_OPTS= -Duser.home=/home/jenkins, env.OLDPWD=/home/jenkins/agent/workspace/mockups, env.HUDSON_SERVER_COOKIE=b22950eb6680be98, env.BUILD_NUMBER=19, env.PWD=/home/jenkins/agent/workspace/mockups, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523, tycho.env.osgi.arch=x86_64, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.7.0.jar, env.HOME=/, java.vm.vendor=Eclipse Adoptium, env.CLASSPATH=, maven.conf=/usr/share/maven/conf, env.CI=true, env.KUBERNETES_PORT_443_TCP_PORT=443, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, sun.java.launcher=SUN_STANDARD, user.country=US, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, qualifiedVersion=1.0.0.202403152038, env.JENKINS_UI_SERVICE_HOST=10.30.113.219, sun.cpu.endian=little, user.language=en, env.MAVEN_HOME=/usr/share/maven, env.GIT_COMMIT=36caa4f8d1c1be1f21c95b11e2f452d9f201df1b, env.LC_ALL=en_US.UTF-8, env.KUBERNETES_SERVICE_PORT=443, java.runtime.name=OpenJDK Runtime Environment, unqualifiedVersion=1.0.0, project.build.sourceEncoding=UTF-8, env.BUILD_DISPLAY_NAME=#19, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.STAGE_NAME=Build, env.KUBERNETES_PORT=tcp://10.30.0.1:443, env.MAVEN_CMD_LINE_ARGS=/root/.m2 clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e, java.vendor.url.bug=https://github.com/adoptium/adoptium-support/issues, user.dir=/home/jenkins/agent/workspace/mockups, env.WORKSPACE_TMP=/home/jenkins/agent/workspace/mockups@tmp, tycho.env.osgi.os=linux, java.vm.version=17.0.10+7, env.JOB_BASE_NAME=mockups} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory /home/jenkins/agent/workspace/mockups/repository/src/main/resources excludes [] includes [] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mockups/repository/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee:default-publish-osgi-ee' with basic configurator --> [DEBUG] (f) profiles = JavaSE-11, JavaSE-17, JavaSE-18 [DEBUG] (f) project = MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skip = false [DEBUG] -- end configuration -- [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/oracle/jdk-8/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-9/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-10/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-11/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-12/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-13/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-14/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-15/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-16/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-17/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-18/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-19/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-20/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-21/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-22/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1708) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [WARNING] No system packages found in profile nor toolchain for JavaSE-11, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-11 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/oracle/jdk-8/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-9/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-10/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-11/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-12/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-13/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-14/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-15/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-16/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-17/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-18/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-19/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-20/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-21/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] Misconfigured toolchain. org.apache.maven.toolchain.MisconfiguredToolchainException: Non-existing JDK home configuration at /opt/tools/java/openjdk/jdk-22/latest at org.apache.maven.toolchain.java.JavaToolchainFactory.createToolchain (JavaToolchainFactory.java:94) at org.apache.maven.toolchain.DefaultToolchainManager.selectToolchains (DefaultToolchainManager.java:83) at org.apache.maven.toolchain.DefaultToolchainManager.getToolchains (DefaultToolchainManager.java:67) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.lambda$getExecutionEnvironment$0 (ExecutionEnvironmentUtils.java:100) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent (ConcurrentHashMap.java:1740) at org.eclipse.tycho.core.ee.ExecutionEnvironmentUtils.getExecutionEnvironment (ExecutionEnvironmentUtils.java:98) at org.eclipse.tycho.plugins.p2.publisher.PublishOsgiEEMojo.publishContent (PublishOsgiEEMojo.java:81) at org.eclipse.tycho.plugins.p2.publisher.AbstractPublishMojo.execute (AbstractPublishMojo.java:42) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [WARNING] No system packages found in profile nor toolchain for JavaSE-18, using current JRE system packages. This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-18 in your toolchains.xml [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:publish-products from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:publish-products:default-publish-products' with basic configurator --> [DEBUG] (f) flavor = tooling [DEBUG] (f) project = MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:publish-categories from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:publish-categories:default-publish-categories' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:attach-artifacts from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5:attach-artifacts:default-attach-artifacts' with basic configurator --> [DEBUG] (f) project = MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] -- end configuration -- [DEBUG] Attaching xml::p2metadata -> /home/jenkins/agent/workspace/mockups/repository/target/p2content.xml [DEBUG] Attaching xml::p2artifacts -> /home/jenkins/agent/workspace/mockups/repository/target/p2artifacts.xml [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5:assemble-repository from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5:assemble-repository:default-assemble-repository' with basic configurator --> [DEBUG] (f) compress = true [DEBUG] (f) createArtifactRepository = true [DEBUG] (f) includeAllDependencies = false [DEBUG] (f) keepNonXzIndexFiles = true [DEBUG] (f) project = MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) repositoryName = repository [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) xzCompress = true [DEBUG] -- end configuration -- [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Resolved fragments: [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.equinox.weaving.hook 1.4.0.v20240213-1357 [INFO] org.eclipse.swt.gtk.linux.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.e4.ui.swt.win32 1.2.200.v20231201-1637 [INFO] org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.14.300.v20240119-2127 [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200.v20220812-1420 [INFO] org.eclipse.equinox.security.macosx 1.102.200.v20231214-2017 [INFO] org.eclipse.ui.win32 3.5.200.v20231214-2114 [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200.v20240213-1244 [INFO] org.eclipse.equinox.region 1.5.500.v20231214-2017 [INFO] org.eclipse.swt.win32.win32.x86_64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200.v20220812-1420 [INFO] org.eclipse.e4.ui.swt.gtk 1.2.100.v20231030-2045 [INFO] org.eclipse.equinox.security.linux 1.1.200.v20231214-1607 [INFO] org.eclipse.osgi.compatibility.state 1.2.1000.v20240213-1057 [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300.v20220812-1420 [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400.v20220812-1420 [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.125.0.v20240227-1638 [INFO] org.eclipse.swt.gtk.linux.aarch64 3.125.0.v20240227-1638 [INFO] org.eclipse.core.filesystem.macosx 1.3.400.v20220812-1420 [INFO] org.eclipse.fx.osgi 3.9.0.202210162353 [INFO] org.eclipse.ui.cocoa 1.3.100.v20230214-1401 [INFO] org.eclipse.equinox.transforms.hook 1.4.0.v20240213-1244 [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/nattable/releases/2.3.0/repository/plugins/ (367.61kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.apache.commons.codec,1.14.0.v20200818-1422 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.apache.commons.codec/1.14.0.v20200818-1422/org.apache.commons.codec-1.14.0.v20200818-1422-p2artifacts.xml... [INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar from http://download.eclipse.org/nattable/releases/2.3.0/repository/plugins/ (11.09MB) [INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar from http://download.eclipse.org/nattable/releases/2.3.0/repository/plugins/ (10.19MB of 11.09MB at 10.19MB/s) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.collections,10.4.0.v20200820-2049 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.collections/10.4.0.v20200820-2049/org.eclipse.collections-10.4.0.v20200820-2049-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.widgets.grid.source_1.1.1.202402011804.jar from https://download.eclipse.org/nebula/archive/releases/3.1.1/plugins/ (352.04kB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.nebula.widgets.grid.source,1.1.1.202402011804 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.grid.source/1.1.1.202402011804/org.eclipse.nebula.widgets.grid.source-1.1.1.202402011804-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.widgets.grid.feature_1.1.0.202402011804.jar from https://download.eclipse.org/nebula/archive/releases/3.1.1/features/ (20.33kB) [DEBUG] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.nebula.widgets.grid.feature,1.1.0.202402011804 to /home/jenkins/agent/workspace/mockups/m2/p2/org/eclipse/update/feature/org.eclipse.nebula.widgets.grid.feature/1.1.0.202402011804/org.eclipse.nebula.widgets.grid.feature-1.1.0.202402011804-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.widgets.nattable.core.feature_2.3.0.202402191815.jar from http://download.eclipse.org/nattable/releases/2.3.0/repository/features/ (20.78kB) [DEBUG] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.nebula.widgets.nattable.core.feature,2.3.0.202402191815 to /home/jenkins/agent/workspace/mockups/m2/p2/org/eclipse/update/feature/org.eclipse.nebula.widgets.nattable.core.feature/2.3.0.202402191815/org.eclipse.nebula.widgets.nattable.core.feature-2.3.0.202402191815-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature_2.3.0.202402191815.jar from http://download.eclipse.org/nattable/releases/2.3.0/repository/features/ (20.83kB) [DEBUG] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature,2.3.0.202402191815 to /home/jenkins/agent/workspace/mockups/m2/p2/org/eclipse/update/feature/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature/2.3.0.202402191815/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature-2.3.0.202402191815-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.5.1.202402011804.jar from https://download.eclipse.org/nebula/archive/releases/3.1.1/plugins/ (1.53MB) [DEBUG] Writing P2 metadata for osgi.bundle,org.eclipse.nebula.widgets.richtext.source,1.5.1.202402011804 to /home/jenkins/agent/workspace/mockups/m2/p2/osgi/bundle/org.eclipse.nebula.widgets.richtext.source/1.5.1.202402011804/org.eclipse.nebula.widgets.richtext.source-1.5.1.202402011804-p2artifacts.xml... [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.5.1.202402011804.jar from https://download.eclipse.org/nebula/archive/releases/3.1.1/features/ (20.34kB) [DEBUG] Writing P2 metadata for org.eclipse.update.feature,org.eclipse.nebula.widgets.richtext.feature,1.5.1.202402011804 to /home/jenkins/agent/workspace/mockups/m2/p2/org/eclipse/update/feature/org.eclipse.nebula.widgets.richtext.feature/1.5.1.202402011804/org.eclipse.nebula.widgets.richtext.feature-1.5.1.202402011804-p2artifacts.xml... !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:41:12.060 !MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.xored.q7.quality.mockups.ui,1.0.0.202403152038. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:41:12.064 !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,com.xored.q7.quality.mockups,1.0.0.202403152038. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:41:12.065 !MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.xored.q7.quality.mockups.zest,1.0.0.202403152038. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:41:12.066 !MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.xored.q7.quality.mockups.issues,1.0.0.202403152038. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:41:12.067 !MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.xored.q7.quality.mockups.nebula,1.0.0.202403152038. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:41:12.068 !MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.xored.q7.quality.mockups.nattable,1.0.0.202403152038. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:41:12.069 !MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.xored.q7.quality.mockups.swt,1.0.0.202403152038. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:41:12.071 !MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.xored.q7.quality.mockups.platform,1.0.0.202403152038. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:41:12.072 !MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.xored.q7.quality.mockups.emf,1.0.0.202403152038. !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-03-15 20:41:12.073 !MESSAGE No digest algorithm is available to verify download of osgi.bundle,com.xored.q7.quality.mockups.draw2d,1.0.0.202403152038. [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ repository --- [DEBUG] Loading mojo org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5:archive-repository from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [DEBUG] Configuring mojo execution 'org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5:archive-repository:default-archive-repository' with basic configurator --> [DEBUG] (f) finalName = repository-1.0.0-SNAPSHOT [DEBUG] (f) project = MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] (f) qualifier = 202403152038 [DEBUG] (f) session = org.apache.maven.execution.MavenSession@5c452eb5 [DEBUG] (f) skipArchive = false [DEBUG] -- end configuration -- [INFO] Building zip: /home/jenkins/agent/workspace/mockups/repository/target/repository-1.0.0-SNAPSHOT.zip [DEBUG] adding directory plugins/ [DEBUG] adding directory features/ [DEBUG] adding entry content.jar [DEBUG] adding entry plugins/com.xored.q7.quality.mockups.ui_1.0.0.202403152038.jar [DEBUG] adding entry plugins/com.xored.q7.quality.mockups.zest_1.0.0.202403152038.jar [DEBUG] adding entry plugins/com.xored.q7.quality.mockups.issues_1.0.0.202403152038.jar [DEBUG] adding entry plugins/com.xored.q7.quality.mockups.nebula_1.0.0.202403152038.jar [DEBUG] adding entry plugins/com.xored.q7.quality.mockups.nattable_1.0.0.202403152038.jar [DEBUG] adding entry plugins/com.xored.q7.quality.mockups.swt_1.0.0.202403152038.jar [DEBUG] adding entry plugins/com.xored.q7.quality.mockups.platform_1.0.0.202403152038.jar [DEBUG] adding entry plugins/com.xored.q7.quality.mockups.emf_1.0.0.202403152038.jar [DEBUG] adding entry plugins/com.xored.q7.quality.mockups.draw2d_1.0.0.202403152038.jar [DEBUG] adding entry features/com.xored.q7.quality.mockups_1.0.0.202403152038.jar [DEBUG] adding entry artifacts.jar [DEBUG] adding entry content.xml.xz [DEBUG] adding entry artifacts.xml.xz [DEBUG] adding entry p2.index [INFO] [INFO] --- build-helper:1.5:remove-project-artifact (remove-old-installations) @ repository --- [DEBUG] Loading mojo org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.5, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@c387f44] [DEBUG] Configuring mojo execution 'org.codehaus.mojo:build-helper-maven-plugin:1.5:remove-project-artifact:remove-old-installations' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/mockups/m2 layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] blocked: false [DEBUG] (f) project = MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] (f) removeAll = true [DEBUG] -- end configuration -- [INFO] /home/jenkins/agent/workspace/mockups/m2/com/xored/q7/quality/repository removed. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for q7.quality.mockups 1.0.0-SNAPSHOT: [INFO] [INFO] q7.quality.mockups ................................. SUCCESS [ 1.706 s] [INFO] com.xored.q7.quality.mockups.ui .................... SUCCESS [ 17.104 s] [INFO] com.xored.q7.quality.mockups.issues ................ SUCCESS [ 2.108 s] [INFO] com.xored.q7.quality.mockups.platform .............. SUCCESS [ 0.913 s] [INFO] com.xored.q7.quality.mockups.swt ................... SUCCESS [ 5.098 s] [INFO] com.xored.q7.quality.mockups.emf ................... SUCCESS [ 0.691 s] [INFO] com.xored.q7.quality.mockups.draw2d ................ SUCCESS [ 0.686 s] [INFO] com.xored.q7.quality.mockups.zest .................. SUCCESS [ 0.515 s] [INFO] com.xored.q7.quality.mockups.nattable .............. SUCCESS [ 1.794 s] [INFO] com.xored.q7.quality.mockups.nebula ................ SUCCESS [ 0.508 s] [INFO] com.xored.q7.quality.mockups ....................... SUCCESS [ 0.504 s] [INFO] repository ......................................... SUCCESS [ 5.230 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:08 min [INFO] Finished at: 2024-03-15T20:41:13Z [INFO] ------------------------------------------------------------------------ [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [DEBUG] Shutting down 'file-lock' factory [DEBUG] Shutting down 'rwlock-local' factory [DEBUG] Shutting down 'semaphore-local' factory [DEBUG] Shutting down 'noop' factory [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS