Started by user Oleksii Korniienko Rebuilds build #129 Running as Oleksii Korniienko Agent centos-7-s3q78 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-s3q78" namespace: "reddeer" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.reddeer.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-s3q78" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-s3q78" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-reddeer" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-s3q78 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/reddeer.verification.parametrized The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.verification.parametrized # timeout=10 Fetching upstream changes from https://github.com/eclipse/reddeer.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 344e314cac86ef32ae37df3196df2c1e574b64fb (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 344e314cac86ef32ae37df3196df2c1e574b64fb # timeout=10 Commit message: "Update gef plugins according to the 2023-09 changes" > git rev-list --no-walk 344e314cac86ef32ae37df3196df2c1e574b64fb # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [reddeer.verification.parametrized] $ Xvnc -help Starting xvnc [reddeer.verification.parametrized] $ Xvnc :23 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Apr 5 2023 13:48:56 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Fri Aug 25 13:37:47 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5923 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins12909057322154981288.sh + metacity --sm-disable --replace [reddeer.verification.parametrized] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/reddeer.verification.parametrized/pom.xml -Dmaven.test.error.ignore=true -Declipse-orbit-update-site=https://download.eclipse.org/tools/orbit/downloads/latest-S -Declipse-target-site=https://download.eclipse.org/releases/2023-09 -DskipTests=false -Djava.target.version=17 -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 clean verify -U Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher 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 https://download.eclipse.org/releases/2023-09/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2023-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-09/ (480B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-09/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-09/202308241200/ (125.89kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/202308251000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2023-09/202308251000/ (735.6kB) [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ (172B) [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ (14.08kB) [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (126B) [INFO] Adding repository https://download.eclipse.org/oomph/simrel-orbit/2023-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (457B) [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (117.47kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/pom.xml [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching 202308041000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-09/ (63B) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (83.65kB) [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.hamcrest_2.2.0.v20210711-0821.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (147.32kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (23.09kB) [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Fetching com.ibm.icu_73.2.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.89MB) [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.3MB) [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (48.11kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.commons-io_2.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (472.61kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (71.45kB) [INFO] Fetching org.eclipse.core.commands_3.11.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (117.29kB) [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.core.contenttype_3.9.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (102.48kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.88kB) [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.core.databinding_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (287.75kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (315.27kB) [INFO] Fetching org.eclipse.core.databinding.property_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (166.11kB) [INFO] Fetching org.eclipse.core.expressions_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (95.08kB) [INFO] Fetching org.eclipse.core.runtime_3.29.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (77.99kB) [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.equinox.app_1.6.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (91.53kB) [INFO] Fetching org.eclipse.e4.core.commands_1.1.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.5kB) [INFO] Fetching org.eclipse.e4.core.di_1.9.100.v20230721-1753.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (55.35kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.12.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.4.100.v20230708-0809.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (71.64kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.82kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (12.92kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.36kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (19.69kB) [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (48.5kB) [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.e4.ui.services_1.6.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (26.42kB) [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.e4.ui.di_1.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (18.21kB) [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.11kB) [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (91.74kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.35.0.v20230801-1141.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (238.78kB) [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.jface.databinding_1.15.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (292.29kB) [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.help_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (274.59kB) [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (21.23kB) [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/pom.xml [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching bcprov_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (7.97MB) [INFO] Fetching bcpg_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (439.42kB) [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (302.53kB) [INFO] Fetching org.eclipse.compare.core_3.8.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (69.73kB) [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.core.filesystem_1.10.100.v20230717-1727.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (72.25kB) [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.equinox.bidi_1.4.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.88kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (172.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (365.14kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (113.29kB) [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (64.43kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.7.100.v20230710-0621.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (184.63kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (236.73kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (137.49kB) [INFO] Fetching org.eclipse.equinox.security_1.4.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (115.78kB) [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Fetching jakarta.inject.jakarta.inject-api_1.0.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (10.61kB) [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (73.8kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (536.33kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.55MB) [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (300.96kB) [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.core.variables_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.54kB) [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.ui.console_3.13.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (246.77kB) [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.progress:0.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (39.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.400.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (71.72kB) [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.equinox.p2.director_2.6.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (113.11kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.300.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.04kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (33.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (135.53kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (103.54kB) [WARNING] eclipse-plugin:org.eclipse.equinox.p2.publisher.eclipse:1.5.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.55kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (27kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (77.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.81kB) [WARNING] eclipse-plugin:org.eclipse.equinox.p2.ui:2.8.100.v20230728-2010: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.security.ui:1.4.0.v20230728-2008: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (103.81kB) [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.server.core:1.11.0.v202308172116: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.server.ui:1.6.200.v202308172116: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.json_1.0.0.v201011060100.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.15kB) [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (60.67kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.1.0.v202304050316.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (76.53kB) [WARNING] eclipse-plugin:org.eclipse.wst.server.discovery:1.3.500.v202308172116: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.draw2d_3.14.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (648.33kB) [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.gef_3.15.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (999.33kB) [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (167.96kB) [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (301.84kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (354.61kB) [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (109.07kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (411.07kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.93kB) [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.graphiti_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (326.75kB) [INFO] Fetching org.eclipse.graphiti.mm_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (222.15kB) [INFO] Fetching org.eclipse.graphiti.ui_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (692.62kB) [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (155.83kB) [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/pom.xml [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.200.v20230627-0107.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (58.97kB) [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Fetching biz.aQute.bnd.util_6.4.1.202306080939.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (418.96kB) [INFO] Fetching biz.aQute.bndlib_6.4.1.202306080939.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (3.04MB) [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.84kB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.01kB) [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching jakarta.annotation-api_1.3.5.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.47kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.96MB) [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (24.83kB) [WARNING] eclipse-plugin:org.eclipse.ant.core:3.7.100.v20230731-0828: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.ant.launching_1.4.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (163.54kB) [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.launching:3.20.100.v20230814-1810: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.core.externaltools_1.3.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.77kB) [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core:3.35.0.v20230814-1356: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.ant.ui_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.externaltools_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (142.96kB) [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.ui:3.30.0.v20230815-1601: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug.ui:3.13.100.v20230809-1849: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.team.core_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (405.12kB) [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.junit:3.16.100.v20230812-0709: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.compare_3.9.200.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (809.15kB) [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.progress:0.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.publisher.eclipse:1.5.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (258.26kB) [WARNING] eclipse-plugin:org.eclipse.equinox.p2.ui:2.8.100.v20230728-2010: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.security.ui:1.4.0.v20230728-2008: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.compiler.batch:3.35.0.v20230814-2020: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.manipulation:1.19.100.v20230811-2104: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug:3.21.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.search:3.15.200.v20230816-1837: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.junit.core:3.12.100.v20230811-1614: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.team.ui_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.42MB) [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.build:3.12.100.v20230812-1744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.core:3.17.100.v20230814-2100: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.launching:3.11.100.v20230812-1744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.ui:3.14.100.v20230814-2100: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.ui.intro_3.7.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (349.88kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.8.100.v20230725-0936.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (388.81kB) [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.genericeditor:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/pom.xml [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ant.core:3.7.100.v20230731-0828: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.launching:3.20.100.v20230814-1810: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core:3.35.0.v20230814-1356: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.ui:3.30.0.v20230815-1601: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug.ui:3.13.100.v20230809-1849: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.junit:3.16.100.v20230812-0709: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.progress:0.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.publisher.eclipse:1.5.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.ui:2.8.100.v20230728-2010: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.security.ui:1.4.0.v20230728-2008: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.compiler.batch:3.35.0.v20230814-2020: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.manipulation:1.19.100.v20230811-2104: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug:3.21.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.search:3.15.200.v20230816-1837: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.junit.core:3.12.100.v20230811-1614: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.build:3.12.100.v20230812-1744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.core:3.17.100.v20230814-2100: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.launching:3.11.100.v20230812-1744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.ui:3.14.100.v20230814-2100: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.genericeditor:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.swtbot.generator_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (110.97kB) [INFO] Fetching org.eclipse.swtbot.generator.jdt_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (60.3kB) [INFO] Fetching org.eclipse.swtbot.generator.ui_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.04kB) [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/pom.xml [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ant.core:3.7.100.v20230731-0828: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.launching:3.20.100.v20230814-1810: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core:3.35.0.v20230814-1356: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.ui:3.30.0.v20230815-1601: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug.ui:3.13.100.v20230809-1849: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.junit:3.16.100.v20230812-0709: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.progress:0.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.publisher.eclipse:1.5.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.ui:2.8.100.v20230728-2010: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.security.ui:1.4.0.v20230728-2008: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.compiler.batch:3.35.0.v20230814-2020: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.manipulation:1.19.100.v20230811-2104: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug:3.21.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.search:3.15.200.v20230816-1837: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.junit.core:3.12.100.v20230811-1614: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.build:3.12.100.v20230812-1744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.core:3.17.100.v20230814-2100: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.launching:3.11.100.v20230812-1744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.ui:3.14.100.v20230814-2100: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.genericeditor:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/pom.xml [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.core.net_1.5.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.77kB) [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.equinox.launcher_1.6.500.v20230717-2134.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.57kB) [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Fetching slf4j.api_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (62.14kB) [INFO] Fetching org.apache.aries.spifly.dynamic.bundle_1.3.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (150.25kB) [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (308.6kB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.51kB) [INFO] Fetching com.google.guava_32.1.2.jre.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.9MB) [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (119.01kB) [INFO] Fetching org.objectweb.asm.commons_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (70.52kB) [INFO] Fetching org.objectweb.asm.util_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.94kB) [INFO] Fetching org.apache.commons.cli_1.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.92kB) [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (352.28kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (101.69kB) [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.core.databinding.beans_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (83.25kB) [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (48.16kB) [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (188.34kB) [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.archetype-catalog:3.2.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.common:3.3.0.20230605-1716: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.archetype-common:3.2.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.archetype-descriptor:3.2.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.jdom2:2.0.6.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.maven.runtime:3.9.101.20230730-1958: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.maven-artifact-transfer:0.13.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.core:2.4.0.20230809-1423: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.56kB) [WARNING] eclipse-plugin:org.eclipse.m2e.core.ui:2.0.6.20230809-1423: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.m2e.model.edit_2.0.300.20230320-2130.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (410.69kB) [WARNING] eclipse-plugin:org.eclipse.wst.common.uriresolver:1.4.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (229.37kB) [WARNING] eclipse-plugin:org.eclipse.wst.sse.core:1.2.1200.v202308180854: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.xml.core:1.2.800.v202308210520: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (29.67kB) [INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (14.42kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (18.3kB) [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.frameworks:1.3.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.environment:1.1.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.objectweb.asm.tree_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (50.73kB) [INFO] Fetching org.objectweb.asm.tree.analysis_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (33.18kB) [INFO] Fetching slf4j.nop_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.73kB) [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.archetype-catalog:3.2.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.common:3.3.0.20230605-1716: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.archetype-common:3.2.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.archetype-descriptor:3.2.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.jdom2:2.0.6.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.maven.runtime:3.9.101.20230730-1958: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.maven-artifact-transfer:0.13.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.core:2.4.0.20230809-1423: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.core.ui:2.0.6.20230809-1423: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.uriresolver:1.4.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.sse.core:1.2.1200.v202308180854: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.xml.core:1.2.800.v202308210520: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.frameworks:1.3.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.environment:1.1.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt:3.19.200.v20230817-0230: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core:3.35.0.v20230814-1356: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.compiler.batch:3.35.0.v20230814-2020: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.manipulation:1.19.100.v20230811-2104: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.launching:3.20.100.v20230814-1810: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug:3.21.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.ui:3.30.0.v20230815-1601: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.search:3.15.200.v20230816-1837: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.archetype-catalog:3.2.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.common:3.3.0.20230605-1716: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.archetype-common:3.2.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.archetype-descriptor:3.2.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.jdom2:2.0.6.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.maven.runtime:3.9.101.20230730-1958: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.archetype.maven-artifact-transfer:0.13.1: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.core:2.4.0.20230809-1423: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.m2e.core.ui:2.0.6.20230809-1423: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.uriresolver:1.4.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.sse.core:1.2.1200.v202308180854: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.xml.core:1.2.800.v202308210520: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.frameworks:1.3.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.environment:1.1.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching p2.index from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (30.03kB) [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (12.01kB) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/releases/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/mylyn/releases/latest [INFO] Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/latest/ (486B) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.apache.lucene.analysis-common_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.9MB) [INFO] Fetching org.apache.lucene.core_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.84MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.44MB) [INFO] Fetching org.apache.lucene.queries_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (546.1kB) [INFO] Fetching org.apache.lucene.queryparser_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (449.09kB) [INFO] Fetching org.apache.lucene.sandbox_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (248.53kB) [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (275.68kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (21.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (17.44kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (573.38kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (174.63kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (355.26kB) [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (578.19kB) [INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (22.6kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (348.3kB) [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (636.3kB) [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (232.29kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (97.24kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (99.81kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (196.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.54kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.04kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (381.35kB) [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (476.59kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (146.78kB) [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.progress:0.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (371.21kB) [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core:3.35.0.v20230814-1356: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.launching:3.20.100.v20230814-1810: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.publisher.eclipse:1.5.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.ui:2.8.100.v20230728-2010: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.security.ui:1.4.0.v20230728-2008: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.ui.sdk:1.3.100.v20230728-2010: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.compiler.batch:3.35.0.v20230814-2020: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.manipulation:1.19.100.v20230811-2104: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug:3.21.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug.ui:3.13.100.v20230809-1849: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.ui:3.30.0.v20230815-1601: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.search:3.15.200.v20230816-1837: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.junit:3.16.100.v20230812-0709: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.junit.core:3.12.100.v20230811-1614: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (28.39kB) [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jem:2.1.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jem.util:2.2.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.uriresolver:1.4.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (84.29kB) [WARNING] eclipse-plugin:org.eclipse.jst.common.annotations.controller:1.2.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.frameworks:1.3.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.common.annotations.core:1.2.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.common.frameworks:1.2.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (417.78kB) [WARNING] eclipse-plugin:org.eclipse.wst.common.emfworkbench.integration:1.3.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.validation:1.3.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.project.facet.core:1.5.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.common.project.facet.core:1.13.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.common.project.facet.ui:1.5.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.project.facet.ui:1.5.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.common.ui:1.1.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.modulecore.ui:1.1.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.ejb.ui:1.2.0.v202307261744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.frameworks.ui:1.3.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.j2ee.ejb:1.2.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.j2ee:1.2.901.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.j2ee.core:1.5.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.j2ee.ui:1.2.300.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.server.core:1.11.0.v202308172116: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.web.ui:1.2.500.v202308160453: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.validation.ui:1.3.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.eclipse.wst.web_1.3.200.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (79.59kB) [WARNING] eclipse-plugin:org.eclipse.jst.jee.ui:1.1.0.v202307261744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.server.core:1.2.800.v202308172116: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.sse.core:1.2.1200.v202308180854: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.xml.core:1.2.800.v202308210520: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.environment:1.1.0.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.jee:1.1.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.j2ee.ejb.annotation.model:1.1.600.v202307261744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.j2ee.jca:1.2.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.j2ee.jca.ui:1.2.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.j2ee.navigator.ui:1.2.100.v202307261744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.j2ee.web:1.3.0.v202307260438: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.common.ui:1.2.401.v202308161955: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.server.ui:1.6.200.v202308172116: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jst.servlet.ui:1.2.0.v202307261744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.css.core:1.3.400.v202308160453: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.css.ui:1.2.200.v202308160453: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.xml.ui:1.2.701.v202308160453: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.sse.ui:1.7.800.v202308200343: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.html.core:1.4.400.v202308160453: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.html.ui:1.1.801.v202308160453: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.wst.server.discovery:1.3.500.v202308172116: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching p2.index from https://download.eclipse.org/tools/gef/updates/legacy/releases/ (130B) [INFO] Adding repository https://download.eclipse.org/tools/gef/updates/legacy/releases [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.14.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (250.75kB) [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (72.52kB) [INFO] Fetching org.mockito.mockito-core_5.4.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (673.71kB) [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Fetching org.objenesis_3.3.0.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (68.18kB) [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/pom.xml [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ant.core:3.7.100.v20230731-0828: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.core:3.21.100.v20230731-1425: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.launching:3.20.100.v20230814-1810: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core:3.35.0.v20230814-1356: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.debug.ui:3.18.100.v20230802-1257: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.ui:3.30.0.v20230815-1601: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug.ui:3.13.100.v20230809-1849: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.junit:3.16.100.v20230812-0709: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.progress:0.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.publisher.eclipse:1.5.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.ui:2.8.100.v20230728-2010: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.security.ui:1.4.0.v20230728-2008: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.compiler.batch:3.35.0.v20230814-2020: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.core.manipulation:1.19.100.v20230811-2104: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.debug:3.21.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.search:3.15.200.v20230816-1837: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jdt.junit.core:3.12.100.v20230811-1614: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.build:3.12.100.v20230812-1744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.core:3.17.100.v20230814-2100: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.junit.runtime:3.7.100.v20230728-0611: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.launching:3.11.100.v20230812-1744: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.pde.ui:3.14.100.v20230814-2100: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.log:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.genericeditor:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.browser:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/pom.xml [WARNING] eclipse-plugin:com.sun.jna:5.13.0.v20230812-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.osgi:3.18.500.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui:3.203.200.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.resources:3.19.100.v20230814-1312: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface.text:3.24.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide:3.21.100.v20230815-1006: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views:3.12.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench.texteditor:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.editors:3.17.0.v20230804-0538: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.forms:3.13.0.v20230807-1354: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.common:3.18.100.v20230730-1117: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.registry:3.11.300.v20230801-1826: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.filebuffers:3.8.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.text:3.13.100.v20230801-1334: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.core.jobs:3.15.0.v20230808-1403: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.emf.xpath:0.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.ecore:2.35.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.jface:3.31.0.v20230816-1629: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.core:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt:0.15.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:0.14.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.dialogs:1.4.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.ide:3.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.model.workbench:2.4.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench:1.15.100.v20230805-0732: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.100.v20230801-1255: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench.swt:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.e4.ui.workbench3:0.17.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.urischeme:1.3.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.emf.common:2.29.0.v20230810-0713: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.equinox.p2.core:2.10.100.v20230814-2013: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.core.refactoring:3.14.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ltk.ui.refactoring:3.13.100.v20230728-0612: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator:3.12.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.hamcrest.core:2.2.0.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.junit:4.13.2.v20230809-1000: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.workbench:3.130.0.v20230816-1515: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.ide.application:1.5.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.navigator.resources:3.9.100.v20230811-1916: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.ui.views.properties.tabbed:3.10.100.v20230727-0604: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [WARNING] eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:3.124.100.v20230814-1333: null can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins. [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RedDeer Parent POM File [pom] [INFO] RedDeer Plugins [pom] [INFO] RedDeer Common [eclipse-plugin] [INFO] RedDeer Workbench Core [eclipse-plugin] [INFO] RedDeer E4 Workbench Core [eclipse-plugin] [INFO] RedDeer Core [eclipse-plugin] [INFO] RedDeer SWT [eclipse-plugin] [INFO] RedDeer JFace [eclipse-plugin] [INFO] RedDeer Workbench [eclipse-plugin] [INFO] RedDeer E4 Workbench [eclipse-plugin] [INFO] RedDeer UIForms [eclipse-plugin] [INFO] RedDeer Direct [eclipse-plugin] [INFO] RedDeer JUnit [eclipse-plugin] [INFO] RedDeer Eclipse [eclipse-plugin] [INFO] RedDeer GEF [eclipse-plugin] [INFO] RedDeer GEF Spy [eclipse-plugin] [INFO] RedDeer Graphiti [eclipse-plugin] [INFO] RedDeer JDT Junit [eclipse-plugin] [INFO] RedDeer JUnit Extensions [eclipse-plugin] [INFO] RedDeer Requirements [eclipse-plugin] [INFO] RedDeer UI [eclipse-plugin] [INFO] RedDeer Spy [eclipse-plugin] [INFO] RedDeer Recorder [eclipse-plugin] [INFO] RedDeer Go [eclipse-plugin] [INFO] RedDeer Log Parser [eclipse-plugin] [INFO] RedDeer CodeGen [eclipse-plugin] [INFO] RedDeer Test-Apps [pom] [INFO] RedDeer E4 Test App [eclipse-plugin] [INFO] RedDeer Tests [pom] [INFO] RedDeer Common Tests [eclipse-test-plugin] [INFO] RedDeer SWT Tests [eclipse-test-plugin] [INFO] RedDeer Core Tests [eclipse-test-plugin] [INFO] RedDeer Workbench Tests [eclipse-test-plugin] [INFO] RedDeer UIForms Test [eclipse-test-plugin] [INFO] RedDeer JFace Tests [eclipse-test-plugin] [INFO] RedDeer Integration and Eclipse Installation Tests [eclipse-test-plugin] [INFO] RedDeer Eclipse Tests [eclipse-test-plugin] [INFO] RedDeer GEF Tests [eclipse-test-plugin] [INFO] RedDeer Graphiti Tests [eclipse-test-plugin] [INFO] RedDeer Direct Tests [eclipse-test-plugin] [INFO] RedDeer JUnit Tests [eclipse-test-plugin] [INFO] RedDeer Requirements Tests [eclipse-test-plugin] [INFO] RedDeer UI Tests [eclipse-test-plugin] [INFO] RedDeer E4 Workbench Tests [eclipse-test-plugin] [INFO] RedDeer Features [pom] [INFO] RedDeer E4 Feature [eclipse-feature] [INFO] RedDeer Eclipse Feature [eclipse-feature] [INFO] RedDeer GEF Spy Feature [eclipse-feature] [INFO] RedDeer SWT Feature [eclipse-feature] [INFO] RedDeer Tests Feature [eclipse-feature] [INFO] RedDeer UI Feature [eclipse-feature] [INFO] RedDeer Recorder Feature [eclipse-feature] [INFO] RedDeer GEF/Graphiti Feature [eclipse-feature] [INFO] RedDeer Spy Feature [eclipse-feature] [INFO] RedDeer Log Parser Feature [eclipse-feature] [INFO] RedDeer CodeGen Feature [eclipse-feature] [INFO] RedDeer Site [eclipse-repository] [INFO] RedDeer Archetype [maven-archetype] [INFO] [INFO] ---------------------< org.eclipse.reddeer:parent >--------------------- [INFO] Building RedDeer Parent POM File 4.7.0-SNAPSHOT [1/58] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 4.7.0-SNAPSHOT [2/58] [INFO] from plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ plugins --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 4.7.0-SNAPSHOT [3/58] [INFO] from plugins/org.eclipse.reddeer.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common --- [INFO] The project's OSGi version is 4.7.0.v20230825-1337 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common --- [INFO] Resolving class path of RedDeer Common... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for RedDeer Parent POM File 4.7.0-SNAPSHOT: [INFO] [INFO] RedDeer Parent POM File ............................ SUCCESS [ 1.023 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.004 s] [INFO] RedDeer Common ..................................... FAILURE [ 0.921 s] [INFO] RedDeer Workbench Core ............................. SKIPPED [INFO] RedDeer E4 Workbench Core .......................... SKIPPED [INFO] RedDeer Core ....................................... SKIPPED [INFO] RedDeer SWT ........................................ SKIPPED [INFO] RedDeer JFace ...................................... SKIPPED [INFO] RedDeer Workbench .................................. SKIPPED [INFO] RedDeer E4 Workbench ............................... SKIPPED [INFO] RedDeer UIForms .................................... SKIPPED [INFO] RedDeer Direct ..................................... SKIPPED [INFO] RedDeer JUnit ...................................... SKIPPED [INFO] RedDeer Eclipse .................................... SKIPPED [INFO] RedDeer GEF ........................................ SKIPPED [INFO] RedDeer GEF Spy .................................... SKIPPED [INFO] RedDeer Graphiti ................................... SKIPPED [INFO] RedDeer JDT Junit .................................. SKIPPED [INFO] RedDeer JUnit Extensions ........................... SKIPPED [INFO] RedDeer Requirements ............................... SKIPPED [INFO] RedDeer UI ......................................... SKIPPED [INFO] RedDeer Spy ........................................ SKIPPED [INFO] RedDeer Recorder ................................... SKIPPED [INFO] RedDeer Go ......................................... SKIPPED [INFO] RedDeer Log Parser ................................. SKIPPED [INFO] RedDeer CodeGen .................................... SKIPPED [INFO] RedDeer Test-Apps .................................. SKIPPED [INFO] RedDeer E4 Test App ................................ SKIPPED [INFO] RedDeer Tests ...................................... SKIPPED [INFO] RedDeer Common Tests ............................... SKIPPED [INFO] RedDeer SWT Tests .................................. SKIPPED [INFO] RedDeer Core Tests ................................. SKIPPED [INFO] RedDeer Workbench Tests ............................ SKIPPED [INFO] RedDeer UIForms Test ............................... SKIPPED [INFO] RedDeer JFace Tests ................................ SKIPPED [INFO] RedDeer Integration and Eclipse Installation Tests . SKIPPED [INFO] RedDeer Eclipse Tests .............................. SKIPPED [INFO] RedDeer GEF Tests .................................. SKIPPED [INFO] RedDeer Graphiti Tests ............................. SKIPPED [INFO] RedDeer Direct Tests ............................... SKIPPED [INFO] RedDeer JUnit Tests ................................ SKIPPED [INFO] RedDeer Requirements Tests ......................... SKIPPED [INFO] RedDeer UI Tests ................................... SKIPPED [INFO] RedDeer E4 Workbench Tests ......................... SKIPPED [INFO] RedDeer Features ................................... SKIPPED [INFO] RedDeer E4 Feature ................................. SKIPPED [INFO] RedDeer Eclipse Feature ............................ SKIPPED [INFO] RedDeer GEF Spy Feature ............................ SKIPPED [INFO] RedDeer SWT Feature ................................ SKIPPED [INFO] RedDeer Tests Feature .............................. SKIPPED [INFO] RedDeer UI Feature ................................. SKIPPED [INFO] RedDeer Recorder Feature ........................... SKIPPED [INFO] RedDeer GEF/Graphiti Feature ....................... SKIPPED [INFO] RedDeer Spy Feature ................................ SKIPPED [INFO] RedDeer Log Parser Feature ......................... SKIPPED [INFO] RedDeer CodeGen Feature ............................ SKIPPED [INFO] RedDeer Site ....................................... SKIPPED [INFO] RedDeer Archetype .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 59.081 s [INFO] Finished at: 2023-08-25T13:38:47Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 7 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.9 [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-source-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-ds-plugin:2.7.5 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) on project org.eclipse.reddeer.common: Execution default-validate-classpath of goal org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath failed: bundleLocation not found: null -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.reddeer.common Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Archiving artifacts Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Sending e-mails to: odockal@redhat.com Finished: FAILURE