Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Running as SYSTEM Agent centos-7-26fkr is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-26fkr" namespace: "swtbot" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.swtbot.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-26fkr" - 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-26fkr" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.swtbot.svc.cluster.local/swtbot/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" 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-swtbot" 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-26fkr (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/swtbot-tycho [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-EH69WR3bnadm/agent.57 SSH_AGENT_PID=59 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_6946968349371096642.key (/home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_6946968349371096642.key) [ssh-agent] Using credentials genie.swtbot (ssh://genie.swtbot@projects-storage.eclipse.org) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git > git init /home/jenkins/agent/workspace/swtbot-tycho # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git > git --version # timeout=10 > git --version # 'git version 2.36.3' > git fetch --tags --force --progress -- https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.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 79cae02546cc715cbe7832b7b35c182c6f1f759c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 79cae02546cc715cbe7832b7b35c182c6f1f759c # timeout=10 Commit message: "Remove m2e setuptask that is failing from SWTBot.setup" > git rev-list --no-walk 5d759516ccd55284ea66738441cae9655d8e9086 # timeout=10 [swtbot-tycho] $ Xvnc -help Starting xvnc [swtbot-tycho] $ Xvnc :71 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 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 Wed Feb 1 12:46:01 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5971 vncext: created VNC server for screen 0 [swtbot-tycho] $ /bin/bash -x /tmp/jenkins7891101673834422348.sh + metacity --sm-disable --replace [swtbot-tycho] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.error.ignore=true -Dcbi.jarsigner.skip=false -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/home/jenkins/agent/workspace/swtbot-tycho/.repository install -B Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 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... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.96MB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (421.77kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.43kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Fetching com.ibm.icu_72.1.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.72MB) [INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.78MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.29MB) [INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.09kB) [INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.47MB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.41kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.86kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.45kB) [INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.38kB) [INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB) [INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.68kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (314.82kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.89kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.93kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB) [INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.81kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.3kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.85kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (317.8kB) [INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.37kB) [INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.05kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (397.12kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.96kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.15kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.46kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (291.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.71kB) [INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.99kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.02kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.49MB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.09kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.23kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.15MB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Fetching bcpg_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.64kB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.75MB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (297.19kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (891.79kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.07kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.07kB) [INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.01kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.52kB) [INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (434.06kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (690.83kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Fetching org.eclipse.draw2d_3.12.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (636.39kB) [INFO] Fetching org.eclipse.gef_3.13.0.202211301913.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (996.08kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (109.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (163.1kB) [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (400.2kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (570.86kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.71kB) [INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.72MB) [INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.66kB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (245.21kB) [INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3MB) [INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.03MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (402.87kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (343.24kB) [INFO] Fetching org.eclipse.jdt.junit_3.15.100.v20220909-2154.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (546.12kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (806.64kB) [INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.65kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.6kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.39kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.75kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.200.v20221007-0636.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (246.23kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.200.v20221108-1232.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (256.62kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.700.v20221015-0933.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (659.54kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.26kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.2MB) [INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (916.98kB) [INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (491.27kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (470.76kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.500.v20221031-1935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (178.54kB) [INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174.1kB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (495.56kB) [INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.36MB) [INFO] Fetching org.eclipse.pde.launching_3.10.200.v20221108-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.67kB) [INFO] Fetching org.eclipse.pde.ui_3.13.700.v20221114-1716.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (4.55MB) [INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (346.47kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (387.45kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.400.v20220907-1244.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.300.v20220915-0924.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (154.68kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.7kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/pom.xml [INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (319.47kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/pom.xml [INFO] Fetching org.eclipse.jdt_3.18.1400.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (44.74kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/pom.xml [INFO] Fetching junit-jupiter-api_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (202.85kB) [INFO] Fetching junit-platform-commons_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.57kB) [INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.47kB) [INFO] Fetching junit-jupiter-engine_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (240.75kB) [INFO] Fetching org.junit.platform.engine_1.9.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (212.35kB) [INFO] Fetching junit-platform-launcher_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (165.25kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.gallery_1.0.0.202301171704.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (110.69kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar from https://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (11.09MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.1.0.202301241109.jar from https://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (2.75MB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.opal.checkboxgroup_1.0.0.202301171704.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (13.35kB) [INFO] Fetching org.eclipse.nebula.widgets.opal.commons_1.0.0.202301171704.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (111.38kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.stepbar_1.0.0.202301171704.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (14.6kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.opal.rangeslider_1.0.0.202301171704.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (21.2kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Fetching org.junit.platform.launcher_1.9.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (191.94kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.junit5:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.junit5:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.junit5:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.checkboxgroup:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.checkboxgroup:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.checkboxgroup:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.stepbar:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.stepbar:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.stepbar:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.rangeslider:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.rangeslider:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.rangeslider:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.9.0.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.84kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.45kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (251.02kB) [INFO] Fetching org.eclipse.osgi.util_3.7.100.v20220615-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.42kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.79kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.01kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.200.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.59kB) [INFO] Fetching org.eclipse.jface.notifications_0.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.9kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.3kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.67kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.85kB) [INFO] Fetching org.eclipse.update.configurator_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.21kB) [INFO] Fetching org.eclipse.rcp_4.26.0.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.9kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.13.0.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.78kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.61kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.0.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.38kB) [INFO] Fetching org.eclipse.e4.rcp_4.26.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.87kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.89kB) [INFO] Fetching org.eclipse.emf.ecore_2.30.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.96kB) [INFO] Fetching org.eclipse.rcp_4.26.0.v20221123-2302.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.95kB) [INFO] Fetching org.eclipse.rcp_root_4.26.0.v20221123-2302 from https://download.eclipse.org/releases/2022-12/202212071000/binary/ (20.24kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Fetching org.eclipse.platform_4.26.0.v20221123-1800.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (689.26kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.300.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.1MB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [INFO] Fetching ca.odell.glazedlists_1.11.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (938.92kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (370.34kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.1.0.202301241109.jar from https://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (140.84kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse SWTBot [pom] [INFO] org.eclipse.swtbot.ant.junit [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.core [eclipse-plugin] [INFO] org.eclipse.swtbot.swt.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.e4.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.junit4_x [eclipse-plugin] [INFO] org.eclipse.swtbot [eclipse-feature] [INFO] org.eclipse.swtbot.forms.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.forms [eclipse-feature] [INFO] org.eclipse.swtbot.go [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.dsl [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.gef.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.spy [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.junit.headless [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.test.junit [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.ui [eclipse-plugin] [INFO] org.eclipse.swtbot.generator [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.client [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.rules.workbench [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.jdt [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.ui [eclipse-plugin] [INFO] org.eclipse.swtbot.junit5_x [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.gallery.finder [eclipse-plugin] [INFO] org.eclipse.swt.examples [eclipse-plugin] [INFO] org.eclipse.swtbot.swt.demo [eclipse-plugin] [INFO] org.eclipse.ui.forms.examples [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.nattable.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.stepbar.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.gef [eclipse-feature] [INFO] org.eclipse.swtbot.generator.feature [eclipse-feature] [INFO] org.eclipse.swtbot.ide [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.junit5.headless [eclipse-plugin] [INFO] org.eclipse.swtbot.junit5 [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.gallery [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.nattable [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.checkboxgroup [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.stepbar [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.rangeslider [eclipse-feature] [INFO] org.eclipse.swtbot.updatesite [eclipse-repository] [INFO] org.eclipse.swtbot.eclipse.ui.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards [eclipse-plugin] [INFO] org.eclipse.swtbot.forms.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.eclipse.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.e4.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.swt.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.test [eclipse-feature] [INFO] org.eclipse.swtbot.generator.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.generator.jdt.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test [eclipse-test-plugin] [INFO] [INFO] ---------------------< org.eclipse.swtbot:parent >---------------------- [INFO] Building Eclipse SWTBot 4.1.0-SNAPSHOT [1/57] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ parent --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ parent --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ parent --- [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ parent --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/parent/4.1.0-SNAPSHOT/parent-4.1.0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit >------- [INFO] Building org.eclipse.swtbot.ant.junit 4.1.0-SNAPSHOT [2/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.ant.junit --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.ant.junit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.ant.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.ant.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.ant.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.ant.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.ant.junit --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.ant.junit --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.ant.junit --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.ant.junit --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] ----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core >----- [INFO] Building org.eclipse.swtbot.eclipse.core 4.1.0-SNAPSHOT [3/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.core --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.core --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.core --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.core --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.core --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.core --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder >------ [INFO] Building org.eclipse.swtbot.swt.finder 4.1.0-SNAPSHOT [4/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.swt.finder --- [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder >---- [INFO] Building org.eclipse.swtbot.eclipse.finder 4.1.0-SNAPSHOT [5/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] ------< org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder >------ [INFO] Building org.eclipse.swtbot.e4.finder 4.1.0-SNAPSHOT [6/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.e4.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.e4.finder --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.e4.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.e4.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.e4.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.e4.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x >------- [INFO] Building org.eclipse.swtbot.junit4_x 4.1.0-SNAPSHOT [7/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit4_x --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit4_x --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit4_x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.junit4_x --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit4_x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.junit4_x --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit4_x --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.junit4_x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.junit4_x --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.junit4_x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.junit4_x --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] -----------< org.eclipse.swtbot.features:org.eclipse.swtbot >----------- [INFO] Building org.eclipse.swtbot 4.1.0-SNAPSHOT [8/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot --- [INFO] [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder >----- [INFO] Building org.eclipse.swtbot.forms.finder 4.1.0-SNAPSHOT [9/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.forms.finder --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.forms.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.forms.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --------< org.eclipse.swtbot.features:org.eclipse.swtbot.forms >-------- [INFO] Building org.eclipse.swtbot.forms 4.1.0-SNAPSHOT [10/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.forms --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.forms --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.forms --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.forms --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms --- [INFO] [INFO] ----------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.go >---------- [INFO] Building org.eclipse.swtbot.go 4.1.0-SNAPSHOT [11/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.go --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.go --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.go --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.go --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.go --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.go --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.go --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.go --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.go --- [INFO] [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse >------- [INFO] Building org.eclipse.swtbot.eclipse 4.1.0-SNAPSHOT [12/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl >----- [INFO] Building org.eclipse.swtbot.eclipse.dsl 4.1.0-SNAPSHOT [13/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.dsl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.dsl --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder >-- [INFO] Building org.eclipse.swtbot.eclipse.gef.finder 4.1.0-SNAPSHOT [14/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.gef.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.gef.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy >------ [INFO] Building org.eclipse.swtbot.eclipse.spy 4.1.0-SNAPSHOT [15/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.spy --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.spy --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.spy --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.spy --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless >-- [INFO] Building org.eclipse.swtbot.eclipse.junit.headless 4.1.0-SNAPSHOT [16/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.junit.headless --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.junit.headless --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit >-- [INFO] Building org.eclipse.swtbot.eclipse.test.junit 4.1.0-SNAPSHOT [17/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.test.junit --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.test.junit --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui >------ [INFO] Building org.eclipse.swtbot.eclipse.ui 4.1.0-SNAPSHOT [18/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator >------- [INFO] Building org.eclipse.swtbot.generator 4.1.0-SNAPSHOT [19/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.generator --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.generator --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --< org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client >-- [INFO] Building org.eclipse.swtbot.generator.client 4.1.0-SNAPSHOT [20/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.client --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.client --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.client --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.client --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.client --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.client --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.client --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.client --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.client --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench >-- [INFO] Building org.eclipse.swtbot.generator.rules.workbench 4.1.0-SNAPSHOT [21/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.rules.workbench --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.rules.workbench --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt >----- [INFO] Building org.eclipse.swtbot.generator.jdt 4.1.0-SNAPSHOT [22/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.jdt --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.jdt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.jdt --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.jdt --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.jdt --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui >----- [INFO] Building org.eclipse.swtbot.generator.ui 4.1.0-SNAPSHOT [23/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.ui --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.ui --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x >------- [INFO] Building org.eclipse.swtbot.junit5_x 4.1.0-SNAPSHOT [24/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit5_x --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit5_x --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit5_x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.junit5_x --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit5_x --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5_x --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit5_x --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.junit5_x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.junit5_x --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.junit5_x --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.junit5_x --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder >-- [INFO] Building org.eclipse.swtbot.nebula.gallery.finder 4.1.0-SNAPSHOT [25/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] ----------< org.eclipse.swtbot.test:org.eclipse.swt.examples >---------- [INFO] Building org.eclipse.swt.examples 4.1.0-SNAPSHOT [26/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swt.examples --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swt.examples --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swt.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swt.examples --- [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swt.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swt.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swt.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swt.examples --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swt.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swt.examples --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swt.examples --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swt.examples --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swt.examples --- [INFO] [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo >------- [INFO] Building org.eclipse.swtbot.swt.demo 4.1.0-SNAPSHOT [27/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.demo --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.demo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.swt.demo --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.demo --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.demo --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.demo --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.demo --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples >------ [INFO] Building org.eclipse.ui.forms.examples 4.1.0-SNAPSHOT [28/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.ui.forms.examples --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ui.forms.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.ui.forms.examples --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ui.forms.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.ui.forms.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.ui.forms.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/examples.jar [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.ui.forms.examples --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.ui.forms.examples --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar_unpacked_2772408855753337025/examples.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar_unpacked_2772408855753337025/examples.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.ui.forms.examples --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ui.forms.examples --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder >-- [INFO] Building org.eclipse.swtbot.nebula.nattable.finder 4.1.0-SNAPSHOT [29/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder >-- [INFO] Building org.eclipse.swtbot.nebula.checkboxgroup.finder 4.1.0-SNAPSHOT [30/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder >-- [INFO] Building org.eclipse.swtbot.nebula.stepbar.finder 4.1.0-SNAPSHOT [31/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.stepbar.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.stepbar.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder >-- [INFO] Building org.eclipse.swtbot.nebula.rangeslider.finder 4.1.0-SNAPSHOT [32/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef >----- [INFO] Building org.eclipse.swtbot.eclipse.gef 4.1.0-SNAPSHOT [33/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.gef --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.gef --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature >-- [INFO] Building org.eclipse.swtbot.generator.feature 4.1.0-SNAPSHOT [34/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.generator.feature --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.generator.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.feature --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.feature --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] ---------< org.eclipse.swtbot.features:org.eclipse.swtbot.ide >--------- [INFO] Building org.eclipse.swtbot.ide 4.1.0-SNAPSHOT [35/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.ide --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.ide --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.ide --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless >-- [INFO] Building org.eclipse.swtbot.eclipse.junit5.headless 4.1.0-SNAPSHOT [36/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.junit5.headless --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.junit5.headless --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.junit5 >-------- [INFO] Building org.eclipse.swtbot.junit5 4.1.0-SNAPSHOT [37/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.junit5 --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit5 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.junit5 --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.junit5 --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.junit5 --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.junit5 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery >---- [INFO] Building org.eclipse.swtbot.nebula.gallery 4.1.0-SNAPSHOT [38/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.gallery --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable >--- [INFO] Building org.eclipse.swtbot.nebula.nattable 4.1.0-SNAPSHOT [39/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.nattable --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.checkboxgroup >-- [INFO] Building org.eclipse.swtbot.nebula.checkboxgroup 4.1.0-SNAPSHOT [40/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.checkboxgroup --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.checkboxgroup --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.stepbar >---- [INFO] Building org.eclipse.swtbot.nebula.stepbar 4.1.0-SNAPSHOT [41/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.stepbar --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.stepbar --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.rangeslider >-- [INFO] Building org.eclipse.swtbot.nebula.rangeslider 4.1.0-SNAPSHOT [42/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.rangeslider --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.rangeslider --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] ----------< org.eclipse.swtbot:org.eclipse.swtbot.updatesite >---------- [INFO] Building org.eclipse.swtbot.updatesite 4.1.0-SNAPSHOT [43/57] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.updatesite --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.updatesite --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.swtbot.updatesite --- [INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-products (default-publish-products) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-categories (default-publish-categories) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.swtbot.updatesite --- [INFO] Fetching org.junit.platform.commons_1.9.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (121.93kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.3kB) [INFO] Fetching org.hamcrest.library.source_1.3.0.v20180524-2246.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (57.11kB) [INFO] Fetching org.slf4j.api.source_1.7.30.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (69.16kB) [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.3.0:archive-repository (default-archive-repository) @ org.eclipse.swtbot.updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.updatesite --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.updatesite --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.updatesite --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] -----< org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test >----- [INFO] Building org.eclipse.swtbot.eclipse.ui.test 4.1.0-SNAPSHOT [44/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.ui.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.ui.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.swtbot.eclipse.ui.functional.AllTests SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.297 s - in org.eclipse.swtbot.eclipse.ui.functional.AllTests canCreateSWTBotProject(org.eclipse.swtbot.eclipse.ui.functional.ProjectCreationWizardTest) Time elapsed: 2.076 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --< org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards >-- [INFO] Building org.eclipse.swtbot.swt.finder.test.keyboards 4.1.0-SNAPSHOT [45/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test >--- [INFO] Building org.eclipse.swtbot.forms.finder.test 4.1.0-SNAPSHOT [46/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.forms.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.swtbot.forms.finder.test.AllTests SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.882 s - in org.eclipse.swtbot.forms.finder.test.AllTests canFindHyperlinkWithRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.009 s findHyperlink(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.002 s findImageHyperlinkWithNoImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.003 s canFindImageHyperlinkWithNoImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.007 s findImageHyperlinkWithImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.002 s canFindImageHyperlinkWithImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.002 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test >-- [INFO] Building org.eclipse.swtbot.eclipse.finder.test 4.1.0-SNAPSHOT [47/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... 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. Running org.eclipse.swtbot.eclipse.finder.AllTests Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 144.308 s - in org.eclipse.swtbot.eclipse.finder.AllTests viewMenuDropDown(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.495 s viewActionDelegateWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.349 s toolbarToogleButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.299 s viewBotWidgetScope(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.208 s toolbarButtonNotFound(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.235 s menusAddedProgramatically(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.342 s toolbarPushButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.26 s notFindingViewThrowsException(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 5.123 s openView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.214 s menusExtensionsCommandWithoutParameters(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.283 s toolbarDropDownButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.234 s menusExtensionsParameterizedCommand(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.264 s findsView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.192 s breakpointsViewMenuWorkingSets(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.524 s toolbarRadioButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.268 s closesAView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.183 s getToolbarButtons(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.223 s getsViewTitle(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.191 s quickFixNotFoundExceptionString(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s quickFixNotFoundExceptionStringThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s quickFixNotFoundExceptionThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s canAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 11.344 s getsAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 8.14 s contextMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 7.915 s contextMenuWithSubMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 8.226 s isActivePartIsFalseForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 9.744 s getsStatusMessagesOfEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 7.73 s isActiveIsTrueForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 9.642 s canAccessContextMenuSubmenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 7.928 s canGetStatusMessageOfView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 7.691 s canRefreshProject(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 7.809 s canAccessContextMenuCopyQualifiedName(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 8.113 s canAccessContextMenuOnMultipleSelection(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 8.714 s canAccessOpen(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 8.116 s canAccessContextMenuWithSubmenus(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 8.138 s shouldGetPageCount(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.189 s shouldSaveEditorContents(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.18 s editorShouldBeMarkedDirtyOnChanges(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.166 s shouldGetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.169 s shouldGetListOfPageTitles(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.176 s shouldAnswerIsActivePageCorrectly(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.149 s shouldSetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.166 s canFindControlContributionWithTooltip(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.092 s canFindControlContributionWithText(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.092 s canFindControlContributionWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.091 s canSelectMultipleRadioInPreferencesWindow(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipsePreferencesTest) Time elapsed: 0.366 s Results: Tests run: 46, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test >---- [INFO] Building org.eclipse.swtbot.e4.finder.test 4.1.0-SNAPSHOT [48/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.e4.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.e4.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.e4.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/surefire.properties, -testApplication, org.eclipse.e4.ui.workbench.swt.E4Application, -product, org.eclipse.swtbot.e4.finder.test.product, -nouithread, -clearPersistedState] Launching application org.eclipse.e4.ui.workbench.swt.E4Application... Running org.eclipse.swtbot.e4.finder.test.AllTests SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.346 s - in org.eclipse.swtbot.e4.finder.test.AllTests showsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.02 s closePart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 5.01 s findsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0 s getsPartTitle(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0 s openNewlyCreatedPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.049 s switchPerspective(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotPerspectiveTest) Time elapsed: 0.029 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test >-- [INFO] Building org.eclipse.swtbot.nebula.gallery.finder.test 4.1.0-SNAPSHOT [49/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/surefire.properties, -nouithread] Running org.eclipse.swtbot.nebula.gallery.finder.test.AllTests 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. (SWT:1302): Gtk-CRITICAL **: 12:52:23.023: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 12:52:23.162: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 12:52:23.230: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 12:52:23.263: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 12:52:23.331: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 12:52:23.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 12:52:23.427: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 12:52:23.462: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 12:52:23.528: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 12:52:23.556: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 s - in org.eclipse.swtbot.nebula.gallery.finder.test.AllTests testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.211 s testCount(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.032 s testGetGalleryItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.067 s testSelectUnselect(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.037 s testGetGalleryItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.065 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.029 s testGetItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.064 s testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.039 s testGetItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.062 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.03 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] ---< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test >---- [INFO] Building org.eclipse.swtbot.swt.finder.test 4.1.0-SNAPSHOT [50/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/surefire.properties] Running org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test 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. (SWT:1384): Gdk-CRITICAL **: 12:52:30.625: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.912 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.518 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.241 s Running org.eclipse.swtbot.swt.finder.finders.MenuFinderTest (SWT:1384): Gdk-CRITICAL **: 12:52:30.888: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:52:30.950: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.swtbot.swt.finder.finders.MenuFinderTest findsAllVisibleMenus(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.062 s clicksMenuItem(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.034 s Running org.eclipse.swtbot.swt.finder.finders.ControlFinderTest (SWT:1384): Gdk-CRITICAL **: 12:52:30.989: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:31.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:31.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:31.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:31.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:31.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:31.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:31.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:32.070: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:32.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:32.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:32.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:32.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:32.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:32.222: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:32.222: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:33.121: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:33.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:33.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:33.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:33.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:33.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:33.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:33.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:34.140: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:34.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:34.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:34.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:34.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:34.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:34.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:34.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-CRITICAL **: 12:52:35.002: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:52:35.006: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:52:35.202: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:35.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:35.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:35.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:35.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:35.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:35.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:35.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:36.231: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:36.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:36.380: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:36.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:36.382: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:36.382: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:36.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:36.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:37.261: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:37.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:37.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:37.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:37.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:37.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:37.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:37.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:38.300: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:38.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:38.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:38.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:38.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:38.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:38.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:38.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:39.338: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:39.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:39.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:39.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:39.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:39.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:39.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:39.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.388 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinderTest findsATabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.081 s getsControlPathToTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.05 s getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.02 s getsOnlyVisibleControls(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.062 s findsAGroup(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.028 s findsAShell(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.029 s findsText(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.038 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.037 s findsTwoButtons(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.037 s Running org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest (SWT:1384): Gdk-CRITICAL **: 12:52:40.380: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:40.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:40.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:40.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:40.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:40.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:40.537: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:40.537: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:41.431: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:41.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:41.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:41.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:41.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:41.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:41.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:41.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:42.473: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:42.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:42.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:42.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:42.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:42.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:42.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:42.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.143 s - in org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest generatesStringFromPath(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.052 s getsPathFromInvalidString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.041 s getsPathFromString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.05 s Running org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest (SWT:1384): Gdk-CRITICAL **: 12:52:43.526: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:43.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:43.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:43.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:43.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:43.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:43.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:43.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:44.591: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:44.737: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:44.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:44.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:44.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:44.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:44.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:44.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.112 s - in org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest childrenControlFinder1(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.064 s childrenControlFinder2(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.047 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest shouldBeAbleToParseUserProvidedKeyboardLayout(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest) Time elapsed: 0.006 s shouldBeAbleToParseUserProvidedKeyboardLayoutViaPreference(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest (SWT:1384): Gdk-CRITICAL **: 12:52:45.650: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:52:45.670: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:52:45.683: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest createsKeyboardForAWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.019 s createsKeyboardForMockKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.013 s createsKeyboardForSWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.013 s Running org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest getsKeystrokesForModificationKeyWithShiftAndCapitalCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeyStrokeForCapitalCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeyStrokeForSmallCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKeys(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKey(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKeyWithShiftAndSmallCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeyStrokeForSpecialCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0.002 s getsKeystrokesForModificationKeyForCapitalCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest (SWT:1384): Gdk-CRITICAL **: 12:52:45.716: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:45.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:45.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:45.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:45.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:45.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:45.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:45.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.086 s - in org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest) Time elapsed: 1.085 s Running org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0.001 s matchTooltipIgnoreCase(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0.001 s matchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNullGetTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNoGetTooltipMethod(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest matchMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0.001 s doesNotMatchObjectsWithNullGetMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s doesNotMatchMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNoGetMessageMethod(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest (SWT:1384): Gdk-CRITICAL **: 12:52:46.815: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:52:46.917: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:52:46.989: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:52:47.078: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:52:47.158: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:52:47.235: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:52:47.313: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:52:47.391: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s - in org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest matchesControlsWithTooltip(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.102 s matchesControlsWithTextIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.072 s matchesControlsWithTooltipIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.088 s matchesControlsWithText(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.08 s matchesControlsInGroup(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.077 s findsControlsById(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.078 s matchesControlsWithLabel(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.078 s matchesControlsWithRegex(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.081 s Running org.eclipse.swtbot.swt.finder.matchers.WithItemTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.WithItemTest testDescription(org.eclipse.swtbot.swt.finder.matchers.WithItemTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest matchesRegex(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s doesNotMatchRegex(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s doesNotMatchNullText(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0.001 s cannotNotMatchText(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.AllOfTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.AllOfTest testShouldAnswerTrueIfAllMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AllOfTest) Time elapsed: 0.001 s testShouldAnswerFalseIfAnyMatchersDoesNotMatch(org.eclipse.swtbot.swt.finder.matchers.AllOfTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest matchesMenuWithoutAccesor(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesMenuWithMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesWithoutMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesMenuWithoutMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.matchers.AnyOfTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.AnyOfTest testShouldAnswerTrueIfAnyMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest) Time elapsed: 0 s testShouldAnswerFalseIfNoMatchersMatche(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest doesNotMatchText(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNullGetText(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s matchText(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNoGetTextMethod(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s matchTextIgnoreCase(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest (SWT:1384): Gdk-CRITICAL **: 12:52:47.492: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:52:47.568: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:52:47.569: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:52:47.577: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:52:47.579: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:52:47.600: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:52:47.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:52:47.624: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:52:47.625: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:52:47.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:52:47.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest dragsAndDropsFromTreeToTree(org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest) Time elapsed: 0.191 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest (SWT:1384): Gdk-CRITICAL **: 12:52:47.686: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:47.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:47.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:47.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:47.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:47.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:47.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:47.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:48.874: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:49.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:49.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:49.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:49.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:49.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:49.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:49.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:50.029: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:50.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:50.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:50.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:50.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:50.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:50.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:50.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:51.200: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:51.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:51.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:51.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:51.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:51.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:51.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:51.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:52.318: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:52.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:52.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:52.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:52.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:52.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:52.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:52.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:53.442: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:53.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:53.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:53.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:53.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:53.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:53.602: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:53.602: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.388: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.390: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.392: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.392: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.392: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.393: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.393: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:52:54.606: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:52:54.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:52:54.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.043 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest shouldGetExpandItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.187 s shouldCollapseAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.156 s shouldExpandAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.17 s shouldGetExpandedAndCollapsedItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.119 s shouldGetAllExpandBarItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.123 s shouldMatchEvents(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.164 s shouldThrowExceptionWhenItemIsNotFound(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 6.122 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest (SWT:1384): Gdk-CRITICAL **: 12:53:00.731: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:00.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:00.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:00.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:00.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:00.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:00.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:00.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:01.885: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:02.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:02.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:02.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:02.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:02.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:02.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:02.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.371 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest findsArrowButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.154 s clicksArrowButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.216 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest (SWT:1384): Gdk-CRITICAL **: 12:53:03.104: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:03.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:03.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:03.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:03.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:03.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:03.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:03.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:04.251: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:04.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:04.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:04.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:04.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:04.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:04.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:04.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:05.410: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:05.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:05.570: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:05.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:05.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:05.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:05.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:05.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:06.564: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:06.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:06.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:06.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:06.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:06.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:06.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:06.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:07.730: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:07.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:07.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:07.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:07.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:07.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:07.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:07.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.792 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest testsInitialValues(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.146 s findsProgressBarInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.159 s testsGetStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.154 s findsProgressBar(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.165 s testsProgressPercentage(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.166 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest (SWT:1384): Gdk-CRITICAL **: 12:53:08.898: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:09.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:09.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:09.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:09.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:09.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:09.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:09.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:10.032: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:10.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:10.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:10.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:10.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:10.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:10.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:10.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:11.183: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:11.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:11.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:11.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:11.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:11.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:11.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:11.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:12.409: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:12.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:12.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:12.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:12.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:12.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:12.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:12.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.662 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest findsForegroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.133 s findsBackgroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.15 s clicksButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.226 s findsButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.15 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest (SWT:1384): Gdk-CRITICAL **: 12:53:13.562: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:13.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:13.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:13.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:13.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:13.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:13.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:13.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:14.755: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:14.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:14.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:14.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:14.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:14.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:14.925: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:14.925: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:15.949: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:16.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:16.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:16.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:16.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:16.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:16.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:16.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.571 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.192 s findsLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.193 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.183 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest (SWT:1384): Gdk-CRITICAL **: 12:53:17.135: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:17.302: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:17.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:17.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:17.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:17.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:17.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:17.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:18.385: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:18.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:18.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:18.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:18.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:18.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:18.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:18.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:19.624: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:19.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:19.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:19.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:19.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:19.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:19.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:19.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:20.869: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:21.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:21.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:21.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:21.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:21.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:21.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:21.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:22.127: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:22.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:22.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:22.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:22.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:22.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:22.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:22.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:23.435: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:23.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:23.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:23.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:23.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:23.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:23.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:23.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:24.783: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:24.951: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:24.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:24.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:24.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:24.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:24.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:24.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:26.025: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:26.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:26.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:26.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:26.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:26.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:26.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:26.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.143 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest selectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.249 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.239 s clicksRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.246 s togglesRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.257 s togglingRadioButtonDeselectsOtherConditionally(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.308 s clickingRadioButtonDeselectsOther(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.348 s deselectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.242 s clicksRadioButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.253 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest (SWT:1384): Gdk-CRITICAL **: 12:53:27.285: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:27.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:27.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:27.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:27.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:27.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:27.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:27.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:28.604: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:28.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:28.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:28.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:28.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:28.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:28.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:28.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:29.890: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:30.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:30.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:30.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:30.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:30.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:30.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:30.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:31.174: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:31.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:31.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:31.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:31.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:31.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:31.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:31.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:32.492: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:32.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:32.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:32.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:32.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:32.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:32.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:32.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:33.788: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:33.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:33.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:33.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:33.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:33.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:33.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:33.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:35.115: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:35.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:35.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:35.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:35.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:35.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:35.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:35.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:36.432: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:36.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:36.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:36.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:36.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:36.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:36.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:36.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:37.751: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:37.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:37.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:37.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:37.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:37.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:37.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:37.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:39.108: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:39.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:39.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:39.285: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:39.285: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:39.285: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:39.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:39.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:40.411: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:40.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:40.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:40.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:40.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:40.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:40.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:40.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:41.726: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:41.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:41.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:41.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:41.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:41.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:41.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:41.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:43.102: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:43.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:43.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:43.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:43.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:43.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:43.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:43.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:44.453: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:44.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:44.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:44.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:44.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:44.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:44.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:44.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:45.768: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:45.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:45.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:45.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:45.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:45.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:45.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:45.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:47.118: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:47.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:47.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:47.302: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:47.302: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:47.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:47.304: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:47.304: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.161 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.318 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.285 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.285 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.317 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.297 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.326 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.317 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.319 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.357 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.302 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.315 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.375 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.353 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.315 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.349 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.323 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest (SWT:1384): Gdk-CRITICAL **: 12:53:48.444: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:48.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:48.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:48.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:48.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:48.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:48.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:48.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:49.722: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:49.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:49.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:49.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:49.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:49.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:49.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:49.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:51.011: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:51.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:51.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:51.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:51.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:51.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:51.199: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:51.199: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:52.290: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:52.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:52.475: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:52.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:52.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:52.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:52.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:52.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:53.574: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:53.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:53.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:53.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:53.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:53.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:53.760: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:53.760: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.413 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest findsDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.277 s bug347824(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.289 s shouldHandleInvalidDates(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.279 s setsAndGetsDateOnDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.285 s sendsNotification(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.281 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest (SWT:1384): Gdk-CRITICAL **: 12:53:54.858: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:55.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:55.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:55.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:55.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:55.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:55.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:55.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:53:56.167: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:53:56.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:56.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:56.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:56.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:56.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:56.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:53:56.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:01.444: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:01.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:01.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:01.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:01.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:01.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:01.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:01.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.859 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 1.308 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 5.277 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 5.272 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest (SWT:1384): Gdk-CRITICAL **: 12:54:06.720: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:54:07.020: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.6 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest canClickContextMenuOnCTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 0.299 s canCloseCTabItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 5.3 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest (SWT:1384): Gdk-CRITICAL **: 12:54:12.323: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:12.520: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:12.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:12.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:12.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:12.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:12.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:12.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:14.052: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:14.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:14.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:14.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:14.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:14.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:14.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:14.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:15.738: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:15.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:15.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:15.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:15.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:15.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:15.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:15.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.077 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 1.729 s findsTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 1.685 s clicksTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 1.661 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest (SWT:1384): Gdk-CRITICAL **: 12:54:17.402: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:17.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:17.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:17.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:17.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:17.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:17.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:17.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:18.817: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:19.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:19.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:19.026: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:19.026: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:19.026: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:19.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:19.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:20.420: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:20.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:20.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:20.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:20.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:20.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:20.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:20.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:21.982: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:22.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:22.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:22.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:22.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:22.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:22.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:22.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:23.549: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:23.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:23.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:23.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:23.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:23.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:23.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:23.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:24.968: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:25.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:25.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:25.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:25.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:25.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:25.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:25.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:26.415: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:26.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:26.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:26.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:26.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:26.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:26.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:26.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:27.905: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:28.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:28.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:28.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:28.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:28.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:28.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:28.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:29.620: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:29.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:29.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:29.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:29.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:29.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:29.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:29.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:36.084: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:36.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:36.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:36.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:36.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:36.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:36.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:36.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:37.688: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:37.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:37.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:37.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:37.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:37.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:37.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:37.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:39.130: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:39.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:39.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:39.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:39.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:39.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:39.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:39.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:40.687: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:40.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:40.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:40.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:40.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:40.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:40.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:40.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:42.134: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:42.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:42.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:42.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:42.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:42.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:42.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:42.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:43.603: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:43.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:43.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:43.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:43.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:43.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:43.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:43.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:45.077: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:45.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:45.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:45.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:45.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:45.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:45.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:45.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:46.677: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:46.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:46.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:46.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:46.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:46.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:46.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:46.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:48.306: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:48.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:48.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:48.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:48.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:48.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:48.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:48.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:49.793: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:49.993: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:49.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:49.997: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:49.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:49.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:49.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:49.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:51.421: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:51.617: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:51.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:51.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:51.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:51.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:51.624: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:51.624: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:52.962: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:53.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:53.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:53.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:53.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:53.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:53.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:53.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:54.484: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:54.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:54.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:54.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:54.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:54.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:54.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:54.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:56.031: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:56.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:56.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:56.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:56.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:56.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:56.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:56.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:57.543: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:57.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:57.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:57.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:57.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:57.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:57.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:57.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:54:59.028: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:54:59.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:59.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:59.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:59.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:59.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:59.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:54:59.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:00.538: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:00.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:00.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:00.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:00.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:00.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:00.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:00.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:02.295: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:02.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:02.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:02.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:02.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:02.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:02.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:02.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:03.849: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:04.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:04.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:04.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:04.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:04.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:04.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:04.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.946 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest checkingATreeThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.415 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.603 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.562 s canSelectAListOfNodes(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.566 s canExpandANodeUsingVarArgs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.42 s canClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.447 s canUnCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.489 s canDoubleClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.716 s throwsExceptionIfNodeNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 6.463 s cellOutOfRangeWithMultipleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.603 s isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.442 s unselects(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.557 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.447 s canFindANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.469 s canDoubleClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.474 s getsRow(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.599 s getsColumnTextBasedOnColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.629 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.488 s getNodeBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.627 s canRightClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.541 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.522 s canToggleANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.546 s cellOutOfRangeWithSingleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.513 s cannotFindANodeWithIncorrectNodeIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.485 s canCallGetItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.509 s canClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.757 s canCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.554 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.497 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest (SWT:1384): Gdk-CRITICAL **: 12:55:05.350: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:05.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:05.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:05.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:05.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:05.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:05.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:05.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:06.775: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:06.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:06.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:06.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:06.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:06.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:06.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:06.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:08.193: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:08.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:08.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:08.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:08.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:08.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:08.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:08.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:09.610: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:09.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:09.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:09.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:09.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:09.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:09.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:09.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:11.041: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:11.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:11.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:11.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:11.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:11.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:11.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:11.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:12.478: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:12.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:12.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:12.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:12.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:12.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:12.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:12.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.559 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest findsScaleInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.425 s shouldSetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.418 s shouldGetIncrementAndPageIncrement(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.417 s shouldGetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.431 s findsScale(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.437 s shouldGetMinimumAndMaximum(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.43 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest (SWT:1384): Gdk-CRITICAL **: 12:55:13.912: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:14.153: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.166: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.166: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.166: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.168: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:14.207: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:14.455: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.457: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.467: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.468: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.468: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.469: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.469: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.469: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:14.504: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:14.746: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.747: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.758: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.758: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:14.760: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:14.795: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:15.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:15.035: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:15.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:15.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:15.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:15.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:15.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:15.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:15.943: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:16.185: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.186: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.198: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.198: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.199: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.199: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.199: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:16.238: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:16.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.486: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.496: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.497: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.497: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:16.595: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:16.849: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.850: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.860: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.860: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.860: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:16.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:16.895: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:17.143: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.144: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:17.233: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:17.508: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.509: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.518: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:17.552: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:17.802: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.803: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.815: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.815: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:17.815: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:17.854: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:18.099: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.100: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.110: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.111: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.111: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.112: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.112: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.112: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:18.187: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:18.434: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.436: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.446: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.446: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.446: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.447: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.447: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.447: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:18.515: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:18.762: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.773: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.773: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.773: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.774: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.774: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:18.774: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:18.842: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:19.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.101: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.101: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.101: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.102: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.102: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.102: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:19.187: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:19.439: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.440: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.452: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.452: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.452: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:19.521: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:19.772: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.773: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.787: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.787: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:19.787: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:19.825: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:20.079: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.080: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.092: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.092: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.093: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:20.125: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:20.400: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.401: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.411: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.413: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.413: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:20.413: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:21.664: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:21.911: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:21.912: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:21.923: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:21.923: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:21.923: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:21.924: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:21.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:21.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:21.960: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:22.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.213: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.224: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.224: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.224: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:22.261: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:22.515: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.516: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.526: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.526: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.527: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.528: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.528: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.528: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:22.602: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:22.862: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.863: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.873: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.874: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.874: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.875: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:22.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:23.920: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:24.172: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.173: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.184: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.184: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.184: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.185: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.185: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.185: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:24.219: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:24.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.473: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:24.486: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:26.141: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:26.397: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.398: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.408: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.409: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.409: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.409: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:55:26.444: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:26.713: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.714: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.724: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.724: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.726: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.726: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:55:26.726: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.848 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest selectsRangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.295 s selectsRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.297 s insertsTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.29 s typesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.149 s insertsTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.294 s canDoubleClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.357 s getsLinesWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.299 s canClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.339 s getsLineCountWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.319 s getsBullet(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.301 s canCtrlClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.332 s findsStylesRangeInARangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.329 s findsTextStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.326 s canShiftClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.345 s findsTextStyleWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.333 s getsTextOnCurrentLine(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.304 s setsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.3 s typesSpecialCharactersAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.538 s navigatesToAParticularLocationWithTAB(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.296 s navigatesToAParticularLocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.302 s findsStylesRangeInARange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.34 s testTypesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.318 s getsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.298 s typesTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.921 s getsLinesWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.302 s getsLineCountWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.315 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest (SWT:1384): Gdk-CRITICAL **: 12:55:26.762: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 12:55:26.803: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest) Time elapsed: 0.061 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest (SWT:1384): Gdk-CRITICAL **: 12:55:26.826: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:27.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:27.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:27.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:27.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:27.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:27.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:27.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:28.651: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:28.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:28.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:28.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:28.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:28.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:28.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:28.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:30.494: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:30.716: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:30.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:30.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:30.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:30.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:30.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:30.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.598 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest clicksTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 1.825 s clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 1.842 s findsTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 1.93 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest (SWT:1384): Gdk-CRITICAL **: 12:55:32.426: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:32.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:32.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:32.651: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:32.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:32.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:32.653: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:32.654: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:33.969: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:34.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:34.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:34.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:34.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:34.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:34.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:34.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:35.516: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:35.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:35.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:35.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:35.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:35.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:35.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:35.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.648 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest selectionWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.543 s findsSpinner(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.546 s findsSpinnerInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.558 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest (SWT:1384): Gdk-CRITICAL **: 12:55:37.077: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:55:37.136: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:55:37.185: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:55:37.231: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:55:37.278: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest findsSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.058 s clicksSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.049 s findsMenuRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.046 s findsMenuNotRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.046 s findsMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.046 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest (SWT:1384): Gdk-CRITICAL **: 12:55:37.327: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:55:37.348: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:55:37.374: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:55:37.394: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:55:37.423: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest indexedTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.022 s menuCanBeAccessedOnTrayItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.025 s firstTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.02 s listOfTrayItemsIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.029 s trayItemWithTooltipIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.022 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest (SWT:1384): Gdk-CRITICAL **: 12:55:37.448: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:37.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:37.706: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:37.708: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:37.708: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:37.708: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:37.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:37.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:39.215: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:39.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:39.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:39.452: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:39.452: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:39.452: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:39.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:39.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:40.984: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:41.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:41.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:41.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:41.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:41.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:41.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:41.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:42.743: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:42.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:42.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:42.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:42.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:42.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:42.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:42.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:44.526: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:44.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:44.760: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:44.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:44.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:44.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:44.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:44.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:46.251: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:46.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:46.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:46.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:46.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:46.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:46.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:46.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:47.981: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:48.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:48.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:48.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:48.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:48.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:48.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:48.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:49.791: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:50.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:50.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:50.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:50.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:50.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:50.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:50.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:51.574: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:51.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:51.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:51.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:51.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:51.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:51.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:51.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:53.305: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:53.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:53.543: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:53.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:53.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:53.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:53.547: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:53.547: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:55.037: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:55.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:55.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:55.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:55.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:55.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:55.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:55.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:56.824: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:57.059: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:57.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:57.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:57.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:57.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:57.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:57.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:55:58.576: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:55:58.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:58.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:58.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:58.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:58.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:58.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:55:58.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:00.399: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:00.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:00.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:00.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:00.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:00.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:00.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:00.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:02.210: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:02.455: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:02.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:02.460: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:02.460: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:02.460: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:02.462: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:02.462: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:03.987: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:04.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:04.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:04.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:04.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:04.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:04.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:04.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:05.763: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:06.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:06.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:06.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:06.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:06.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:06.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:06.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.094 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest selectionNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.768 s unSelectsSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.769 s throwsExceptionInCaseOfInvalidTextBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.758 s setsAndGetsMultipleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.783 s unSelectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.725 s setsAndGetsSingleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.73 s setsAndGetsMultipleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.809 s throwsExceptionInCaseOfInvalidIndexBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.783 s getsItemAtIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.731 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.732 s canDoubleClickOnList(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.788 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.751 s deSelectNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.824 s selectionNotifiesListenersMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.81 s setsAndGetsSingleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.777 s findsAListWithoutLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.775 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.779 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest (SWT:1384): Gdk-CRITICAL **: 12:56:07.545: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:07.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:07.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:07.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:07.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:07.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:07.791: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:07.791: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:09.693: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:09.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:09.938: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:09.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:09.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:09.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:09.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:09.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:11.600: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:11.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:11.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:11.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:11.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:11.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:11.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:11.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:13.585: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:13.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:13.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:13.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:13.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:13.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:13.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:13.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:15.512: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:15.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:15.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:15.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:15.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:15.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:15.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:15.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:17.436: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:17.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:17.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:17.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:17.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:17.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:17.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:17.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:19.382: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:19.624: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:19.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:19.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:19.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:19.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:19.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:19.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:21.422: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:21.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:21.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:21.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:21.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:21.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:21.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:21.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:23.350: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:23.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:23.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:23.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:23.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:23.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:23.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:23.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:25.495: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:25.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:25.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:25.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:25.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:25.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:25.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:25.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:27.597: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:27.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:27.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:27.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:27.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:27.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:27.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:27.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:29.674: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:29.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:29.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:29.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:29.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:29.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:29.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:29.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:31.745: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:31.993: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:31.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:31.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:31.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:31.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:32.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:32.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:33.784: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:34.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:34.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:34.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:34.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:34.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:34.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:34.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.424 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest canUnCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.149 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.907 s canFindALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.984 s checkingATableThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.927 s isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.923 s canGetTableItemText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.946 s canRightClickOnALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.04 s canGetLineText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.928 s canToggleALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.145 s canDoubleClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.102 s canClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.076 s canClickALineInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.071 s canSelectALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.038 s canCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.185 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest (SWT:1384): Gdk-CRITICAL **: 12:56:35.971: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:36.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:36.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:36.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:36.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:36.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:36.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:36.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:37.674: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:37.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:37.925: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:37.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:37.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:37.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:37.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:37.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:39.376: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:39.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:39.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:39.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:39.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:39.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:39.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:39.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:41.093: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:41.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:41.344: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:41.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:41.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:41.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:41.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:41.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.834 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest findsToolBarButtonWithToolTipBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.703 s findsToolBarButtonWithToolTip(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.701 s getsTooltipOnButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.717 s findsToolBarButtonWithToolTip2(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.711 s Running org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest (SWT:1384): Gdk-CRITICAL **: 12:56:42.807: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:43.071: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:43.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:43.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:43.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:43.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:43.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:43.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:44.518: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:44.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:44.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:44.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:44.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:44.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:44.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:44.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.416 s - in org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 1.71 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 1.705 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest (SWT:1384): Gdk-CRITICAL **: 12:56:46.225: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:46.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:46.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:46.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:46.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:46.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:46.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:46.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:47.955: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:48.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:48.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:48.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:48.214: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:48.214: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:48.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:48.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:50.412: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:50.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:50.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:50.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:50.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:50.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:50.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:50.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:52.122: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:52.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:52.380: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:52.382: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:52.382: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:52.382: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:52.384: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:52.384: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:53.836: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:54.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:54.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:54.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:54.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:54.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:54.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:54.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:55.555: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:55.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:55.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:55.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:55.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:55.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:55.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:55.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:57.324: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:57.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:57.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:57.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:57.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:57.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:57.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:57.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:56:59.109: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:56:59.375: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:59.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:59.380: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:59.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:59.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:59.382: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:56:59.382: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:00.839: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:01.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:01.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:01.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:01.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:01.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:01.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:01.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:02.563: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:02.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:02.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:02.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:02.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:02.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:02.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:02.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.09 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest setTextBetweenSelectionsWithSameIndices(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.729 s typeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.458 s changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.709 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.715 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.718 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.769 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.784 s findsCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.73 s changeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.725 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.751 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest (SWT:1384): Gdk-CRITICAL **: 12:57:04.317: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:04.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:04.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:04.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:04.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:04.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:04.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:04.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:06.073: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:06.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:06.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:06.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:06.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:06.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:06.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:06.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:07.805: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:08.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:08.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:08.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:08.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:08.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:08.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:08.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:09.553: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:09.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:09.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:09.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:09.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:09.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:09.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:09.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:11.318: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:11.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:11.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:11.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:11.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:11.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:11.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:11.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:13.094: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:13.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:13.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:13.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:13.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:13.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:13.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:13.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.548 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest clicksOnALinkAtIndexWithHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.755 s clicksOnALinkWithHyperlinkTextAndHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.733 s clicksOnALink(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.747 s clicksOnALinkAtIndexWithNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.765 s clicksOnALinkWithHyperlinkTextAndNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.776 s clicksOnALinkAtIndexOutOfRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.77 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest (SWT:1384): Gdk-CRITICAL **: 12:57:14.867: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:15.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:15.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:15.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:15.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:15.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:15.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:15.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:16.742: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:17.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:17.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:17.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:17.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:17.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:17.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:17.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:18.641: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:18.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:18.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:18.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:18.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:18.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:18.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:18.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:20.555: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:20.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:20.820: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:20.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:20.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:20.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:20.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:20.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:26.393: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:26.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:26.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:26.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:26.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:26.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:26.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:26.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:32.247: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:32.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:32.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:32.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:32.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:32.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:32.521: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:32.521: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.383 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 1.874 s isSelectedWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 1.899 s clickingOneRadioDeselectsOthers(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 1.914 s doesNotMatchCheckboxButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 5.837 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 5.855 s clicksRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.002 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest (SWT:1384): Gdk-CRITICAL **: 12:57:34.252: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:34.520: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:34.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:34.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:34.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:34.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:34.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:34.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-CRITICAL **: 12:57:35.816: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:35.821: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:35.837: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:35.847: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:35.849: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:57:36.091: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:36.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:36.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:36.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:36.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:36.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:36.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:36.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-CRITICAL **: 12:57:37.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.718: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.735: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.752: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.768: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.802: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.851: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.868: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.884: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.902: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.918: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:37.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:38.017: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:38.067: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:38.110: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:38.161: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:38.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:38.262: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:57:38.547: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:38.809: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:38.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:38.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:38.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:38.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:38.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:38.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-CRITICAL **: 12:57:40.087: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:40.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:40.108: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:57:40.344: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:40.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:40.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:40.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:40.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:40.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:40.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:40.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-CRITICAL **: 12:57:41.883: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:41.888: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:41.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gdk-CRITICAL **: 12:57:42.140: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:42.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:42.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:42.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:42.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:42.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:42.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:42.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-CRITICAL **: 12:57:43.703: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1384): Gtk-CRITICAL **: 12:57:43.708: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.697 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest findsTextBoxInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.839 s typesText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.455 s setsTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.798 s typesTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.795 s findsTextBoxWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.809 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest (SWT:1384): Gdk-CRITICAL **: 12:57:43.952: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:44.222: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:44.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:44.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:44.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:44.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:44.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:44.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:45.860: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:46.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:46.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:46.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:46.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:46.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:46.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:46.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:47.707: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:47.971: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:47.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:47.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:47.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:47.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:47.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:47.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:49.614: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:49.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:49.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:49.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:49.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:49.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:49.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:49.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:53.468: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:53.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:53.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:53.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:53.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:53.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:53.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:53.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:55.295: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:55.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:55.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:55.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:55.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:55.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:55.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:55.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:57:59.148: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:57:59.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:59.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:59.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:59.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:59.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:59.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:57:59.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.03 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.908 s findsToolBarPushButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.847 s clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.907 s doesNotFindToolBarRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.853 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.827 s doesNotFindToolBarCheckButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.852 s isEnabled(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.834 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest (SWT:1384): Gdk-CRITICAL **: 12:58:00.983: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:01.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:01.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:01.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:01.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:01.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:01.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:01.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:02.760: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:03.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:03.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:03.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:03.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:03.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:03.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:03.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.565 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest findsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 1.777 s activatesTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 1.788 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest (SWT:1384): Gdk-CRITICAL **: 12:58:04.552: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:04.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:04.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:04.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:04.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:04.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:04.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:04.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:06.523: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:06.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:06.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:06.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:06.809: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:06.809: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:06.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:06.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:08.465: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:08.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:08.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:08.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:08.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:08.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:08.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:08.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:10.401: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:10.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:10.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:10.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:10.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:10.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:10.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:10.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:12.354: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:12.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:12.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:12.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:12.634: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:12.634: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:12.636: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:12.636: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:14.300: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:14.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:14.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:14.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:14.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:14.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:14.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:14.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:16.220: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:16.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:16.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:16.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:16.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:16.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:16.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:16.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:18.182: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:18.460: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:18.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:18.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:18.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:18.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:18.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:18.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:20.122: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:20.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:20.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:20.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:20.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:20.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:20.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:20.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:22.064: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:22.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:22.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:22.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:22.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:22.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:22.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:22.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:24.034: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:24.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:24.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:24.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:24.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:24.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:24.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:24.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:25.985: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:26.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:26.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:26.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:26.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:26.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:26.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:26.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:27.997: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:28.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:28.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:28.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:28.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:28.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:28.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:28.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:29.957: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:30.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:30.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:30.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:30.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:30.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:30.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:30.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:31.880: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:32.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:32.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:32.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:32.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:32.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:32.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:32.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:33.838: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:34.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:34.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:34.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:34.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:34.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:34.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:34.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.242 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.971 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.941 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.936 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.953 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.947 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.92 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.962 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.94 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.941 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.971 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.951 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.011 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.96 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.923 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.958 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.955 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest (SWT:1384): Gdk-CRITICAL **: 12:58:35.795: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:36.082: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:36.085: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:36.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:36.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:36.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:36.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:36.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:37.761: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:38.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:38.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:38.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:38.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:38.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:38.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:38.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:39.705: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:39.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:39.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:39.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:39.993: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:39.993: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:39.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:39.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:41.659: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:41.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:41.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:41.949: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:41.949: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:41.949: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:41.951: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:41.951: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:43.662: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:43.947: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:43.951: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:43.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:43.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:43.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:43.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:43.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:45.656: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:45.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:45.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:45.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:45.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:45.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:45.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:45.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:47.662: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:47.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:47.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:47.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:47.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:47.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:47.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:47.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.857 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest clicksCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.965 s clicksCheckboxButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.945 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.954 s selectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.002 s deselectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.995 s clickingCheckboxButtonTogglesIt(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.006 s togglesCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.989 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest (SWT:1384): Gdk-CRITICAL **: 12:58:49.654: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:49.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:49.952: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:49.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:49.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:49.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:49.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:49.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:51.700: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:51.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:51.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:51.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:51.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:51.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:51.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:51.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:58:57.667: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:58:57.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:57.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:57.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:57.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:57.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:57.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:58:57.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.972 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest clicksToggleButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 2.046 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 5.966 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 5.957 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest (SWT:1384): Gdk-CRITICAL **: 12:59:03.628: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:03.975: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:04.312: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:04.646: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:04.991: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:05.329: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:05.687: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:06.034: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.747 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.347 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.337 s findCCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.333 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.345 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.337 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.359 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.347 s setText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.34 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest (SWT:1384): Gdk-CRITICAL **: 12:59:06.377: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:06.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:06.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:06.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:06.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:06.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:06.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:06.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:08.475: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:08.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:08.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:08.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:08.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:08.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:08.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:08.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.083 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 2.097 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 1.985 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest (SWT:1384): Gdk-CRITICAL **: 12:59:10.461: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.049 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest clickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest) Time elapsed: 3.049 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest (SWT:1384): Gdk-CRITICAL **: 12:59:13.512: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:13.552: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:13.592: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:18.637: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:18.678: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:18.718: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:23.775: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 12:59:24.822: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.349 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest getsAllShells(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.04 s getsActiveShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.039 s noShellReturnsNull(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.046 s bringsShellToFront(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.041 s findsShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.039 s closesShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.056 s testMaximize(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 1.046 s findsShellsById(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.039 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest (SWT:1384): Gdk-CRITICAL **: 12:59:24.864: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest) Time elapsed: 0.064 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest (SWT:1384): Gdk-CRITICAL **: 12:59:24.931: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:25.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:25.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:25.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:25.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:25.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:25.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:25.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:26.941: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:27.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:27.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:27.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:27.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:27.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:27.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:27.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:28.941: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:29.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:29.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:29.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:29.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:29.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:29.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:29.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:30.974: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:31.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:31.285: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:31.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:31.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:31.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:31.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:31.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:32.988: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:33.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:33.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:33.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:33.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:33.314: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:33.316: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:33.316: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:35.023: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:35.330: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:35.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:35.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:35.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:35.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:35.340: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:35.340: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.204 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest doubleClick(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.009 s click(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2 s findsCanvas(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.032 s doubleClickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.014 s clickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.036 s findsCanvasInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.111 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest (SWT:1384): Gdk-CRITICAL **: 12:59:37.137: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:37.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:37.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:37.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:37.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:37.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:37.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:37.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:39.206: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:39.509: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:39.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:39.515: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:39.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:39.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:39.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:39.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:41.279: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:41.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:41.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:41.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:41.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:41.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:41.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:41.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:43.352: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:43.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:43.664: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:43.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:43.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:43.668: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:43.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:43.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:45.489: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:45.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:45.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:45.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:45.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:45.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:45.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:45.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:47.588: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:47.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:47.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:47.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:47.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:47.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:47.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:47.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:49.836: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:50.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:50.155: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:50.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:50.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:50.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:50.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:50.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:51.926: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:52.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:52.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:52.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:52.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:52.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:52.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:52.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:53.996: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:54.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:54.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:54.314: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:54.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:54.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:54.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:54.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:56.111: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:56.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:56.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:56.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:56.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:56.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:56.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:56.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 12:59:58.216: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 12:59:58.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:58.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:58.533: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:58.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:58.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:58.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 12:59:58.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:00.473: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:00.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:00.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:00.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:00.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:00.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:00.791: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:00.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:02.668: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:02.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:02.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:02.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:02.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:02.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:02.987: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:02.987: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:05.247: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:05.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:05.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:05.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:05.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:05.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:05.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:05.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:07.798: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:08.106: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:08.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:08.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:08.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:08.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:08.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:08.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:09.895: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:10.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:10.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:10.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:10.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:10.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:10.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:10.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:12.019: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:12.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:12.342: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:12.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:12.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:12.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:12.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:12.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:14.173: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:14.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:14.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:14.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:14.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:14.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:14.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:14.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:16.303: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:16.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:16.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:16.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:16.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:16.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:16.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:16.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:18.563: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:18.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:18.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:18.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:18.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:18.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:18.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:18.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:20.721: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:21.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:21.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:21.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:21.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:21.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:21.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:21.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:22.871: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:23.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:23.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:23.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:23.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:23.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:23.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:23.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:24.993: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:25.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:25.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:25.314: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:25.314: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:25.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:25.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:25.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:27.137: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:27.455: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:27.460: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:27.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:27.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:27.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:27.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:27.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:29.298: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:29.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:29.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:29.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:29.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:29.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:29.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:29.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:31.521: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:31.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:31.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:31.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:31.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:31.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:31.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:31.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:33.727: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:34.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:34.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:34.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:34.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:34.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:34.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:34.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:35.927: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:36.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:36.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:36.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:36.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:36.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:36.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:36.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:38.079: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:38.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:38.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:38.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:38.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:38.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:38.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:38.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:40.230: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:40.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:40.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:40.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:40.559: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:40.559: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:40.561: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:40.561: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.252 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest containsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.068 s settingSelectionOnInvalidRowNumberThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.073 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.073 s selectsItemsBasedOnString(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.137 s throwsExceptionIfTheRowNumberIsIllegal2(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.099 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.247 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.09 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.07 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.115 s searchText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.106 s settingMultipleSelectionOfInvalidIndicesThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.257 s findsIndexOfColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.195 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.578 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.551 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.097 s findsAnyTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.124 s throwsExceptionIfTheColumnNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.154 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.129 s getsIndexOfItemInAColumnWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.261 s findsItemsBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.157 s findsTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.15 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.121 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.145 s settingSelectionOnInvalidRowTextThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.161 s findsItemsBasedOnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.223 s getsIndexOfItemInAColumnWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.206 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.2 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.15 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.153 s throwsExceptionIfTheColumnNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.158 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest (SWT:1384): Gdk-CRITICAL **: 13:00:42.392: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest) Time elapsed: 0.034 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest (SWT:1384): Gdk-CRITICAL **: 13:00:42.429: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:42.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:42.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:42.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:42.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:42.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:42.760: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:42.760: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:44.580: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:44.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:44.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:44.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:44.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:44.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:44.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:44.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:46.726: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:47.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:47.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:47.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:47.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:47.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:47.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:47.059: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.445 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest findsSliderInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.15 s canSetSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.145 s findsSlider(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.147 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest (SWT:1384): Gdk-CRITICAL **: 13:00:48.875: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:49.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:49.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:49.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:49.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:49.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:49.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:49.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:51.164: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:51.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:51.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:51.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:51.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:51.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:51.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:51.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:53.520: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:53.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:53.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:53.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:53.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:53.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:53.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:53.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:56.014: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:56.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:56.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:56.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:56.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:56.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:56.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:56.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:00:58.362: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:00:58.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:58.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:58.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:58.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:58.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:58.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:00:58.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:00.759: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:01.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:01.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:01.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:01.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:01.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:01.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:01.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:03.111: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:03.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:03.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:03.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:03.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:03.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:03.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:03.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:05.325: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:05.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:05.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:05.668: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:05.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:05.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:05.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:05.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:07.748: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:08.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:08.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:08.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:08.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:08.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:08.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:08.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:10.052: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:10.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:10.387: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:10.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:10.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:10.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:10.393: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:10.393: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:12.271: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:12.602: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:12.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:12.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:12.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:12.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:12.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:12.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:14.836: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:15.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:15.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:15.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:15.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:15.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:15.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:15.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:17.056: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:17.386: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:17.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:17.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:17.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:17.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:17.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:17.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:19.516: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:19.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:19.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:19.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:19.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:19.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:19.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:19.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:22.232: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:22.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:22.568: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:22.570: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:22.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:22.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:22.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:22.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:24.470: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:24.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:24.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:24.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:24.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:24.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:24.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:24.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:26.723: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:27.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:27.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:27.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:27.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:27.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:27.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:27.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:28.965: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:29.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:29.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:29.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:29.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:29.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:29.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:29.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:31.535: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:31.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:31.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:31.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:31.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:31.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:31.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:31.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:33.791: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:34.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:34.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:34.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:34.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:34.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:34.136: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:34.136: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:36.030: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:36.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:36.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:36.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:36.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:36.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:36.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:36.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:38.298: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:38.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:38.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:38.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:38.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:38.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:38.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:38.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:40.990: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:41.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:41.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:41.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:41.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:41.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:41.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:41.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:48.369: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:48.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:48.712: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:48.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:48.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:48.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:48.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:48.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:50.771: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:51.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:51.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:51.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:51.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:51.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:51.130: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:51.130: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:53.188: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:53.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:53.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:53.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:53.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:53.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:53.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:53.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.588 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest setsMultipleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.288 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.355 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.495 s doubleClicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.348 s clicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.396 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.352 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.212 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.422 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.305 s findsAnyTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.219 s expandsNode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.565 s expandANodePath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.221 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.459 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.716 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.237 s getsAllTreeItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.252 s selectsMultipleOnSingleSelectTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.242 s expandsNodeToMax(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.57 s findsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.255 s expandEmptyPath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.239 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.267 s clicksOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.692 s setsMultipleSelectionUnknownItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 7.378 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.402 s getsColumnCountOnMultiColumnTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.417 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.276 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest (SWT:1384): Gdk-CRITICAL **: 13:01:55.466: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 13:01:55.892: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 13:01:56.319: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 13:01:56.756: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.72 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.424 s findsCLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.426 s findsCLabel1(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.436 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.431 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest (SWT:1384): Gdk-CRITICAL **: 13:01:57.190: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:57.547: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:57.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:57.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:57.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:57.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:57.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:57.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:01:59.606: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:01:59.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:59.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:59.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:59.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:59.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:59.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:01:59.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:02.018: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:02.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:02.372: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:02.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:02.375: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:02.375: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:02.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:02.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 7.129 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 2.415 s getsAllMenuItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 2.412 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 2.301 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest (SWT:1384): Gdk-CRITICAL **: 13:02:04.320: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 13:02:04.341: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.071 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest testJFaceWizardButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest) skipped testJFaceErrorDialogButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest) Time elapsed: 0.05 s Running org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest (SWT:1384): Gdk-CRITICAL **: 13:02:04.393: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:04.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:04.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:04.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:04.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:04.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:04.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:04.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:06.640: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:06.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:06.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:06.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:06.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:06.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:07.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:07.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:08.889: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:09.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:09.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:09.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:09.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:09.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:09.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:09.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:11.152: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:11.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:11.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:11.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:11.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:11.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:11.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:11.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:13.402: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:13.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:13.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:13.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:13.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:13.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:13.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:13.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:15.661: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:16.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:16.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:16.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:16.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:16.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:16.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:16.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:17.905: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:18.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:18.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:18.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:18.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:18.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:18.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:18.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:20.165: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:20.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:20.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:20.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:20.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:20.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:20.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:20.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.028 s - in org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest findsRightIndexOfControlInParentWithNoParent(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.246 s getsToString(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.249 s findsNextWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.262 s findsIndexOfArbritryControl(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.251 s nextWidgetOnLastWidgetIsNull(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.257 s getsCorrectStyle(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.243 s previousWidgetOnFirstWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.261 s findsPreviousWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.257 s Running org.eclipse.swtbot.swt.finder.utils.CredentialsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.utils.CredentialsTest testHashCode(org.eclipse.swtbot.swt.finder.utils.CredentialsTest) Time elapsed: 0 s testEquals(org.eclipse.swtbot.swt.finder.utils.CredentialsTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.utils.PositionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.PositionTest equalsAndHashCode(org.eclipse.swtbot.swt.finder.utils.PositionTest) Time elapsed: 0 s equalsAndHashCodeNegative(org.eclipse.swtbot.swt.finder.utils.PositionTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.TableCollectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.TableCollectionTest getsToString(org.eclipse.swtbot.swt.finder.utils.TableCollectionTest) Time elapsed: 0 s hashCodeIsSameForSameTableCollections(org.eclipse.swtbot.swt.finder.utils.TableCollectionTest) Time elapsed: 0 s equalsForSameTableCollections(org.eclipse.swtbot.swt.finder.utils.TableCollectionTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.utils.TreePathTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.TreePathTest canPopLastElementFromTreePath(org.eclipse.swtbot.swt.finder.utils.TreePathTest) Time elapsed: 0 s popsNothingIfTreePathIsEmpty(org.eclipse.swtbot.swt.finder.utils.TreePathTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest getsSimpleClassName(org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.utils.BidiMapTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.BidiMapTest canIterateThroughAllElements(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s canFindObjectBasedOnKey(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s canFindObjectBasedOnValue(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.FileUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.FileUtilsTest canReadFromURL(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0 s canWriteToAFile(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0 s canReadFromFile(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.StringUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.StringUtilsTest canJoinListsUsingTheObjectConverter(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest) Time elapsed: 0.001 s isEmptyOrNull(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest) Time elapsed: 0 s joinOfObjects(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest getsKeySetOfTheMap(org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest) Time elapsed: 0.001 s mapsMultipleValuesToAKey(org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.MenuDetectTest (SWT:1384): Gdk-CRITICAL **: 13:02:22.446: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-CRITICAL **: 13:02:22.497: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.swtbot.swt.finder.utils.MenuDetectTest testMenuDetect(org.eclipse.swtbot.swt.finder.utils.MenuDetectTest) Time elapsed: 0.114 s Running org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest translatesFromStringsToIds(org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.utils.TableRowTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.TableRowTest hashCodeIsSameForSameTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s equalsForUnequalTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s hashCodeIsDifferentForDifferentTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s equalsForEqualTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.resolvers.ResolverTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.resolvers.ResolverTest doesNotGetResolverForNonRegisteredTypes(org.eclipse.swtbot.swt.finder.resolvers.ResolverTest) Time elapsed: 0 s getsResolverForRegisteredTypes(org.eclipse.swtbot.swt.finder.resolvers.ResolverTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest getChildren(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest) Time elapsed: 0 s hasParent(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest) Time elapsed: 0 s hasChildren(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest) Time elapsed: 0 s getParent(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest) Time elapsed: 0 s resolvesEverything(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest (SWT:1384): Gdk-CRITICAL **: 13:02:22.573: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest waitsForTreeToContainRows(org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest) Time elapsed: 0.045 s Running org.eclipse.swtbot.swt.finder.waits.WaitForShellTest (SWT:1384): Gdk-CRITICAL **: 13:02:22.621: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s - in org.eclipse.swtbot.swt.finder.waits.WaitForShellTest waitsForShellToAppear(org.eclipse.swtbot.swt.finder.waits.WaitForShellTest) Time elapsed: 0.513 s Running org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest (SWT:1384): Gdk-CRITICAL **: 13:02:23.136: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest waitsForShellToBecomeActive(org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest) Time elapsed: 0.021 s Running org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest (SWT:1384): Gdk-CRITICAL **: 13:02:23.159: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:23.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:23.521: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:23.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:23.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:23.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:23.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:23.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.795 s - in org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest waitsForWidgetToAppearInParent(org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest) Time elapsed: 2.795 s Running org.eclipse.swtbot.swt.finder.waits.ShellClosesTest (SWT:1384): Gdk-CRITICAL **: 13:02:25.958: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s - in org.eclipse.swtbot.swt.finder.waits.ShellClosesTest waitsForShellClose(org.eclipse.swtbot.swt.finder.waits.ShellClosesTest) Time elapsed: 0.522 s Running org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest (SWT:1384): Gdk-CRITICAL **: 13:02:26.481: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest waitsForTableToContainRows(org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest) Time elapsed: 0.038 s Running org.eclipse.swtbot.swt.finder.SWTBotTest (SWT:1384): Gdk-CRITICAL **: 13:02:26.521: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 13:02:26.592: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 13:02:26.664: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 13:02:31.735: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 13:02:34.303: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 13:02:34.372: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gdk-CRITICAL **: 13:02:34.440: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.989 s - in org.eclipse.swtbot.swt.finder.SWTBotTest getsAllShells(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.07 s doesNotWait5SecondsAndPassesForPassingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.073 s waitsMoreThan5sWhenConditionDoesNotSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.07 s waitsLessThan5sWhenConditionSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 2.568 s throwsExceptionOnNegativeTimeOut(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.068 s findsShellsById(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.069 s waits5SecondsAndFailsForFailingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.07 s Running org.eclipse.swtbot.swt.finder.ReferenceByTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.swtbot.swt.finder.ReferenceByTest compatibilityWithOtherReferences(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.003 s methodNameSuffix(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s methodArguments(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s matcherMethod(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s generatesCombinations(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.004 s Running org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest (SWT:1384): Gdk-CRITICAL **: 13:02:39.523: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:39.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:39.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:39.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:39.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:39.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:39.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:39.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:41.838: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:42.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:42.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:42.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:42.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:42.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:42.214: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:42.214: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:44.170: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:44.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:44.549: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:44.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:44.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:44.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:44.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:44.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:46.557: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:46.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:46.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:46.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:46.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:46.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:46.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:46.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:48.904: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:49.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:49.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:49.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:49.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:49.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:49.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:49.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:51.267: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:51.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:51.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:51.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:51.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:51.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:51.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:51.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:53.633: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:54.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:54.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:54.013: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:54.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:54.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:54.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:54.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:55.977: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:56.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:56.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:56.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:56.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:56.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:56.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:56.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:02:58.341: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:02:58.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:58.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:58.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:58.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:58.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:58.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:02:58.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:03:00.694: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:03:01.067: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:01.072: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:01.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:01.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:01.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:01.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:01.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:03:03.049: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:03:03.421: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:03.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:03.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:03.430: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:03.430: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:03.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:03.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:03:05.424: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:03:05.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:05.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:05.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:05.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:05.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:05.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:05.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:03:07.790: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:03:08.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:08.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:08.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:08.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:08.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:08.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:08.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.637 s - in org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest assertContainsWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.314 s assertsIfWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.332 s capturesScreenshotOnError(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.386 s assertDoesNotContainThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.347 s assertContainsThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.362 s assertDoesNotContainWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.366 s assertEnabledThrowsExceptionWhenWidgetIsDisable(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.344 s assertNotEnabledThrowsExceptionWhenWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.364 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches2(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.354 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.354 s assertRegexMatchesThrowsExceptionWhenRegexDoesNotMatch(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.375 s throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.367 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.369 s Running org.eclipse.swtbot.swt.finder.SWTBot2Test (SWT:1384): Gdk-CRITICAL **: 13:03:10.162: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:03:10.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:10.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:10.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:10.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:10.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:10.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:10.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:03:12.511: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:03:12.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:12.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:12.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:12.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:12.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:12.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:12.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:03:14.971: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:03:15.344: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:15.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:15.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:15.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:15.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:15.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:15.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:03:17.341: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:03:17.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:17.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:17.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:17.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:17.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:17.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:17.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gdk-CRITICAL **: 13:03:19.772: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1384): Gtk-WARNING **: 13:03:20.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:20.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:20.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:20.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:20.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:20.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1384): Gtk-WARNING **: 13:03:20.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.997 s - in org.eclipse.swtbot.swt.finder.SWTBot2Test findsGetsIdOfAControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.349 s findsTextBox(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.46 s getsActiveControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.369 s tabKeyTraversalSetsFocusOnTheNextControlAndSendsTraverseEvents(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.432 s isEnabled(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.386 s Results: Tests run: 487, Failures: 0, Errors: 0, Skipped: 7 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] ------< org.eclipse.swtbot.test.features:org.eclipse.swtbot.test >------ [INFO] Building org.eclipse.swtbot.test 4.1.0-SNAPSHOT [51/57] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-p2-plugin:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-sources-feature.jar [WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated feature is used in an update-site. You cann add the follwoing snippet to your pom: org.eclipse.tycho tycho-p2-plugin attach-p2-metadata package p2-metadata [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.test --- [INFO] [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test >---- [INFO] Building org.eclipse.swtbot.generator.test 4.1.0-SNAPSHOT [52/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.test --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.generator.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/surefire.properties, -nouithread] Running org.eclipse.swtbot.generator.test.RecordToolbarButtonTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.731 s - in org.eclipse.swtbot.generator.test.RecordToolbarButtonTest testClickToolbarWithImage(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.389 s testClickToolbar(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.127 s testClickToolbarWithImageAndNoText(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.117 s Running org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.804 s - in org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest testMultipleTableSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.11 s testMultipleTableSelectionSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.117 s testTableCheckSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.112 s testTableCheckSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.109 s testSingleTableSelection(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.136 s testMultipleTableSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.114 s testTableCheck(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.105 s Running org.eclipse.swtbot.generator.test.RecordCComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.swtbot.generator.test.RecordCComboTextTest testModifyCCombo(org.eclipse.swtbot.generator.test.RecordCComboTextTest) Time elapsed: 0.107 s Running org.eclipse.swtbot.generator.test.RecordComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.eclipse.swtbot.generator.test.RecordComboTextTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboTextTest) Time elapsed: 0.121 s Running org.eclipse.swtbot.generator.test.CTabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.swtbot.generator.test.CTabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.CTabItemActivateTest) Time elapsed: 0.113 s Running org.eclipse.swtbot.generator.test.RecordRadioClickTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.swtbot.generator.test.RecordRadioClickTest testRadioButtonClick(org.eclipse.swtbot.generator.test.RecordRadioClickTest) Time elapsed: 0.111 s Running org.eclipse.swtbot.generator.test.TabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.swtbot.generator.test.TabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.TabItemActivateTest) Time elapsed: 0.102 s Running org.eclipse.swtbot.generator.test.RecordComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.swtbot.generator.test.RecordComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboSelectionTest) Time elapsed: 0.092 s Running org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest testTreeCheck(org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest) Time elapsed: 0.108 s Running org.eclipse.swtbot.generator.test.RecordCComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.swtbot.generator.test.RecordCComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordCComboSelectionTest) Time elapsed: 0.119 s Running org.eclipse.swtbot.generator.test.RecordListDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.eclipse.swtbot.generator.test.RecordListDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.1 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.101 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.099 s Running org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest testModifyStyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.117 s testModifySyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.095 s Running org.eclipse.swtbot.generator.test.RecordListSelectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s - in org.eclipse.swtbot.generator.test.RecordListSelectionTest testSingleListSelection(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.095 s testMultipleListSelectionSameItem(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.094 s testMultipleListSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.09 s testMultipleListSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.103 s Running org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest testTreeLevel2DoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.097 s testTreeDoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.098 s Running org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.1 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.094 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.096 s Results: Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test >-- [INFO] Building org.eclipse.swtbot.generator.jdt.test 4.1.0-SNAPSHOT [53/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.jdt.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.jdt.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/surefire.properties, -nouithread] Running org.eclipse.swtbot.generator.jdt.test.RecordComboTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s - in org.eclipse.swtbot.generator.jdt.test.RecordComboTest testModifyCombo(org.eclipse.swtbot.generator.jdt.test.RecordComboTest) Time elapsed: 0.58 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test >-- [INFO] Building org.eclipse.swtbot.nebula.nattable.finder.test 4.1.0-SNAPSHOT [54/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/surefire.properties, -nouithread] Running org.eclipse.swtbot.nebula.nattable.finder.test.AllTests 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. (SWT:2058): Gtk-CRITICAL **: 13:03:50.722: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2058): Gtk-CRITICAL **: 13:03:50.722: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2058): Gtk-CRITICAL **: 13:03:52.115: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2058): Gtk-CRITICAL **: 13:03:52.115: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.73 s - in org.eclipse.swtbot.nebula.nattable.finder.test.AllTests testContextMenu(org.eclipse.swtbot.nebula.nattable.finder.test1.TestNatTableContextMenu) Time elapsed: 0.41 s testCellLabel(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.127 s testClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.424 s testClickColumnHeader(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.142 s testCount(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.039 s testDoubleClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.277 s testScrollAndReadCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.036 s testScrollNotViewport(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.034 s testScrollOutOfRange(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.03 s testRightClickXY(org.eclipse.swtbot.nebula.nattable.finder.test1.TestRightClickXY) Time elapsed: 0.08 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test >-- [INFO] Building org.eclipse.swtbot.nebula.checkboxgroup.finder.test 4.1.0-SNAPSHOT [55/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/surefire.properties, -nouithread] Running org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s - in org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest testCheckBoxGroup(org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest) Time elapsed: 0.25 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test >-- [INFO] Building org.eclipse.swtbot.nebula.stepbar.finder.test 4.1.0-SNAPSHOT [56/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/surefire.properties, -nouithread] Running org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s - in org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest testStepbar(org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest) Time elapsed: 0.262 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test >-- [INFO] Building org.eclipse.swtbot.nebula.rangeslider.finder.test 4.1.0-SNAPSHOT [57/57] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] The project's OSGi version is 4.1.0.202302011246 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/surefire.properties, -nouithread] Running org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest 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. (SWT:2314): Gtk-WARNING **: 13:04:12.445: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.445: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.453: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.627: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.627: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.633: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.633: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.683: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.683: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.716: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2314): Gtk-WARNING **: 13:04:12.716: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s - in org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest testSetLowerValue(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.218 s testSetUpperValue(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.094 s testSetSelection(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.072 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.3.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse SWTBot 4.1.0-SNAPSHOT: [INFO] [INFO] Eclipse SWTBot ..................................... SUCCESS [ 8.385 s] [INFO] org.eclipse.swtbot.ant.junit ....................... SUCCESS [ 8.426 s] [INFO] org.eclipse.swtbot.eclipse.core .................... SUCCESS [ 3.790 s] [INFO] org.eclipse.swtbot.swt.finder ...................... SUCCESS [ 4.809 s] [INFO] org.eclipse.swtbot.eclipse.finder .................. SUCCESS [ 2.662 s] [INFO] org.eclipse.swtbot.e4.finder ....................... SUCCESS [ 2.218 s] [INFO] org.eclipse.swtbot.junit4_x ........................ SUCCESS [ 3.114 s] [INFO] org.eclipse.swtbot ................................. SUCCESS [ 1.345 s] [INFO] org.eclipse.swtbot.forms.finder .................... SUCCESS [ 1.964 s] [INFO] org.eclipse.swtbot.forms ........................... SUCCESS [ 2.022 s] [INFO] org.eclipse.swtbot.go .............................. SUCCESS [ 1.857 s] [INFO] org.eclipse.swtbot.eclipse ......................... SUCCESS [ 2.021 s] [INFO] org.eclipse.swtbot.eclipse.dsl ..................... SUCCESS [ 2.107 s] [INFO] org.eclipse.swtbot.eclipse.gef.finder .............. SUCCESS [ 1.551 s] [INFO] org.eclipse.swtbot.eclipse.spy ..................... SUCCESS [ 2.747 s] [INFO] org.eclipse.swtbot.eclipse.junit.headless .......... SUCCESS [ 2.472 s] [INFO] org.eclipse.swtbot.eclipse.test.junit .............. SUCCESS [ 1.847 s] [INFO] org.eclipse.swtbot.eclipse.ui ...................... SUCCESS [ 2.539 s] [INFO] org.eclipse.swtbot.generator ....................... SUCCESS [ 2.628 s] [INFO] org.eclipse.swtbot.generator.client ................ SUCCESS [ 3.399 s] [INFO] org.eclipse.swtbot.generator.rules.workbench ....... SUCCESS [ 1.512 s] [INFO] org.eclipse.swtbot.generator.jdt ................... SUCCESS [ 2.712 s] [INFO] org.eclipse.swtbot.generator.ui .................... SUCCESS [ 1.583 s] [INFO] org.eclipse.swtbot.junit5_x ........................ SUCCESS [ 2.598 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder ........... SUCCESS [ 2.119 s] [INFO] org.eclipse.swt.examples ........................... SUCCESS [ 7.894 s] [INFO] org.eclipse.swtbot.swt.demo ........................ SUCCESS [ 2.694 s] [INFO] org.eclipse.ui.forms.examples ...................... SUCCESS [ 3.215 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder .......... SUCCESS [ 2.729 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder ..... SUCCESS [ 6.426 s] [INFO] org.eclipse.swtbot.nebula.stepbar.finder ........... SUCCESS [ 2.472 s] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder ....... SUCCESS [ 1.628 s] [INFO] org.eclipse.swtbot.eclipse.gef ..................... SUCCESS [ 2.136 s] [INFO] org.eclipse.swtbot.generator.feature ............... SUCCESS [ 3.215 s] [INFO] org.eclipse.swtbot.ide ............................. SUCCESS [ 1.504 s] [INFO] org.eclipse.swtbot.eclipse.junit5.headless ......... SUCCESS [ 2.553 s] [INFO] org.eclipse.swtbot.junit5 .......................... SUCCESS [ 3.224 s] [INFO] org.eclipse.swtbot.nebula.gallery .................. SUCCESS [ 2.423 s] [INFO] org.eclipse.swtbot.nebula.nattable ................. SUCCESS [ 2.279 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup ............ SUCCESS [ 2.278 s] [INFO] org.eclipse.swtbot.nebula.stepbar .................. SUCCESS [ 1.389 s] [INFO] org.eclipse.swtbot.nebula.rangeslider .............. SUCCESS [ 2.133 s] [INFO] org.eclipse.swtbot.updatesite ...................... SUCCESS [ 3.817 s] [INFO] org.eclipse.swtbot.eclipse.ui.test ................. SUCCESS [ 15.349 s] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards ....... SUCCESS [ 2.680 s] [INFO] org.eclipse.swtbot.forms.finder.test ............... SUCCESS [ 8.966 s] [INFO] org.eclipse.swtbot.eclipse.finder.test ............. SUCCESS [02:33 min] [INFO] org.eclipse.swtbot.e4.finder.test .................. SUCCESS [ 10.439 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test ...... SUCCESS [ 7.037 s] [INFO] org.eclipse.swtbot.swt.finder.test ................. SUCCESS [10:58 min] [INFO] org.eclipse.swtbot.test ............................ SUCCESS [ 2.938 s] [INFO] org.eclipse.swtbot.generator.test .................. SUCCESS [ 9.647 s] [INFO] org.eclipse.swtbot.generator.jdt.test .............. SUCCESS [ 8.320 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test ..... SUCCESS [ 9.367 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test SUCCESS [ 6.698 s] [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test ...... SUCCESS [ 6.617 s] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test .. SUCCESS [ 7.202 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18:09 min [INFO] Finished at: 2023-02-01T13:04:13Z [INFO] ------------------------------------------------------------------------ [swtbot-tycho] $ /bin/sh -xe /tmp/jenkins2307473397648268467.sh + ssh genie.swtbot@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/technology/swtbot/snapshots/*' + scp -r org.eclipse.swtbot.updatesite/target/repository/artifacts.jar org.eclipse.swtbot.updatesite/target/repository/artifacts.xml.xz org.eclipse.swtbot.updatesite/target/repository/content.jar org.eclipse.swtbot.updatesite/target/repository/content.xml.xz org.eclipse.swtbot.updatesite/target/repository/features org.eclipse.swtbot.updatesite/target/repository/p2.index org.eclipse.swtbot.updatesite/target/repository/plugins genie.swtbot@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/swtbot/snapshots/ + ssh genie.swtbot@projects-storage.eclipse.org 'cd /home/data/httpd/download.eclipse.org/technology/swtbot/snapshots/ && zip -qr repository.zip *' Terminating xvnc. $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 59 killed; [ssh-agent] Stopped. Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS