Started by an SCM change Running as SYSTEM Agent centos-7-7606c 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-7606c" 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-7606c" - 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-7606c" - 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-7606c (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-tk3E24AJTk82/agent.54 SSH_AGENT_PID=56 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_1703819909465159622.key (/home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_1703819909465159622.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.1' > 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 4cb102b55489e5d81d4e571b361ca352ca3c8082 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4cb102b55489e5d81d4e571b361ca352ca3c8082 # timeout=10 Commit message: "Fix typos in log messages" > git rev-list --no-walk 2a145ee7286355edc5afec72352fdda3fc385e30 # timeout=10 [swtbot-tycho] $ Xvnc -help Starting xvnc [swtbot-tycho] $ Xvnc :82 -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 Mon Oct 3 11:05:23 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5982 vncext: created VNC server for screen 0 [swtbot-tycho] $ /bin/bash -x /tmp/jenkins16505805327910322005.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.14.14-200.fc34.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 202206151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-06/ (63B) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.96MB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (421.77kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-06/202206151000/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_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.27kB) [INFO] Fetching org.eclipse.osgi_3.18.0.v20220516-2155.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.46MB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (411.93kB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (126.4kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (81.45kB) [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.56kB) [INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.55kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.0.v20220503-1634.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (133.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (194.4kB) [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (287.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.12kB) [INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220506-1157.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.87kB) [INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220512-1935.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.25kB) [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.14kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.200.v20220512-1957.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.47kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (55.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.200.v20220513-1235.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220503-2248.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.48kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (317.8kB) [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.26.0.v20220513-0449.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (213.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220511-1639.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (201.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (395.31kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (260.38kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.35kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (231.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220511-1638.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.500.v20220506-1520.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (147.64kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.9kB) [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (369.38kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.17kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.09kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.02kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220524-1304.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.49MB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.23kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.47MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/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 org.bouncycastle.bcpg_1.70.0.v20220507-1208.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.94kB) [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220507-1208.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.58MB) [INFO] Fetching org.eclipse.compare.core_3.7.0.v20220513-0551.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.45kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.100.v20220506-1404.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (293.55kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.85kB) [INFO] Fetching org.eclipse.core.resources_3.17.0.v20220517-0751.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (891.43kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.74kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.5kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.26kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.94kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (174.42kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (218.83kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.21kB) [INFO] Fetching org.eclipse.jface.text_3.20.100.v20220516-0819.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.03MB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.82kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.1kB) [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.55kB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (618.79kB) [INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220511-1638.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (688.72kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (423.11kB) [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.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [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.400.v20220317-1003.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.39kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.ant.launching_1.3.300.v20220408-0629.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (161.08kB) [INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (397.87kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (563.82kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.65kB) [INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220524-1333.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (6.69MB) [INFO] Fetching org.eclipse.ant.ui_3.8.200.v20220214-2001.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (140.91kB) [INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.46kB) [INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220526-0826.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.97MB) [INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220516-1138.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.18MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.700.v20220513-0809.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.9.400.v20220511-1440.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (401.02kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.200.v20220502-1514.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (341.31kB) [INFO] Fetching org.eclipse.jdt.junit_3.14.100.v20220411-0722.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (528.22kB) [INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (804.82kB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (330.12kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.58kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.07kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.200.v20220503-2330.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.95kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.89kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (74.06kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (252.96kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.500.v20220423-1604.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (658.09kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.200.v20220115-0654.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (170.59kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220513-2002.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.94MB) [INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (910.81kB) [INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (489.96kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (468.75kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.300.v20220317-1517.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (176.46kB) [INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (172.29kB) [INFO] Fetching org.eclipse.pde.build_3.11.200.v20220503-0921.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (491.23kB) [INFO] Fetching org.eclipse.pde.core_3.15.200.v20220527-1237.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.35MB) [INFO] Fetching org.eclipse.pde.launching_3.10.0.v20220515-1944.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (140.54kB) [INFO] Fetching org.eclipse.pde.ui_3.13.500.v20220531-1442.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (4.55MB) [INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (344.71kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (379kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.200.v20220310-1555.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (172.2kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (152.75kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.15kB) [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] 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.1200.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/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 org.apiguardian_1.1.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.18kB) [INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (219.09kB) [INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.6kB) [INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (117.58kB) [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.202208171909.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (110.68kB) [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.0.4.202209281009.jar from https://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (2.74MB) [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.202208171909.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (13.35kB) [INFO] Fetching org.eclipse.nebula.widgets.opal.commons_1.0.0.202208171909.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (111.37kB) [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.202208171909.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.202208171909.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (21.19kB) [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.engine_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.15kB) [INFO] Fetching org.junit.platform.launcher_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (180.42kB) [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.v20210111-1007.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (219.73kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.34kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.92kB) [INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (249.4kB) [INFO] Fetching org.eclipse.osgi.util_3.7.0.v20220427-2144.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.62kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (85.99kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (129.01kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.74kB) [INFO] Fetching org.eclipse.jface.notifications_0.5.0.v20220401-0716.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.09kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.3kB) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (94.06kB) [INFO] Fetching org.eclipse.rcp_4.24.0.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220502-1523.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.08kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.49kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.25kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.62kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.81kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (9.54kB) [INFO] Fetching org.eclipse.e4.rcp_4.24.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (22.9kB) [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220325-0806.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220426-0617.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.94kB) [INFO] Fetching org.eclipse.rcp_4.24.0.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.97kB) [INFO] Fetching org.eclipse.rcp_root_4.24.0.v20220607-0700 from https://download.eclipse.org/releases/2022-06/202206151000/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.24.0.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (689.52kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.09MB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.47kB) [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.v20190926-1838.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (927.08kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (367.61kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.4.202209281009.jar from https://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (135.76kB) [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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_945125449873669217/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_945125449873669217/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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.202210031105 [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.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.3kB) [INFO] Fetching org.hamcrest.library.source_1.3.0.v20180524-2246.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (57.11kB) [INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.32kB) [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.202210031105 [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: 3.561 s - in org.eclipse.swtbot.eclipse.ui.functional.AllTests canCreateSWTBotProject(org.eclipse.swtbot.eclipse.ui.functional.ProjectCreationWizardTest) Time elapsed: 3.159 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.202210031105 [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.202210031105 [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: 2.457 s - in org.eclipse.swtbot.forms.finder.test.AllTests canFindHyperlinkWithRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.013 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.01 s findImageHyperlinkWithImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.001 s canFindImageHyperlinkWithImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.004 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.202210031105 [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: 99.905 s - in org.eclipse.swtbot.eclipse.finder.AllTests viewMenuDropDown(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.873 s viewActionDelegateWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.552 s toolbarToogleButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.466 s viewBotWidgetScope(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.303 s toolbarButtonNotFound(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.326 s menusAddedProgramatically(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.525 s toolbarPushButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.367 s notFindingViewThrowsException(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 5.15 s openView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.318 s menusExtensionsCommandWithoutParameters(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.408 s toolbarDropDownButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.388 s menusExtensionsParameterizedCommand(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.357 s findsView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.498 s breakpointsViewMenuWorkingSets(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.82 s toolbarRadioButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.458 s closesAView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.464 s getToolbarButtons(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.244 s getsViewTitle(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.475 s quickFixNotFoundExceptionString(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0.001 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: 14.385 s getsAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 4.624 s contextMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 4.575 s contextMenuWithSubMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 3.515 s isActivePartIsFalseForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 6.819 s getsStatusMessagesOfEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 3.557 s isActiveIsTrueForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 6.531 s canAccessContextMenuSubmenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.516 s canGetStatusMessageOfView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.758 s canRefreshProject(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.849 s canAccessContextMenuCopyQualifiedName(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.506 s canAccessContextMenuOnMultipleSelection(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 5.497 s canAccessOpen(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 2.743 s canAccessContextMenuWithSubmenus(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.598 s shouldGetPageCount(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.43 s shouldSaveEditorContents(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.412 s editorShouldBeMarkedDirtyOnChanges(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.294 s shouldGetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.187 s shouldGetListOfPageTitles(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.198 s shouldAnswerIsActivePageCorrectly(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.234 s shouldSetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.228 s canFindControlContributionWithTooltip(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.136 s canFindControlContributionWithText(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.131 s canFindControlContributionWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.119 s canSelectMultipleRadioInPreferencesWindow(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipsePreferencesTest) Time elapsed: 0.451 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.202210031105 [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.536 s - in org.eclipse.swtbot.e4.finder.test.AllTests showsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.044 s closePart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 5.013 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.075 s switchPerspective(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotPerspectiveTest) Time elapsed: 0.048 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.202210031105 [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:1417): Gtk-CRITICAL **: 11:11:29.045: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1417): Gtk-CRITICAL **: 11:11:29.287: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1417): Gtk-CRITICAL **: 11:11:29.374: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1417): Gtk-CRITICAL **: 11:11:29.452: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1417): Gtk-CRITICAL **: 11:11:29.546: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1417): Gtk-CRITICAL **: 11:11:29.602: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1417): Gtk-CRITICAL **: 11:11:29.687: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1417): Gtk-CRITICAL **: 11:11:29.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1417): Gtk-CRITICAL **: 11:11:29.853: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1417): Gtk-CRITICAL **: 11:11:29.897: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.341 s - in org.eclipse.swtbot.nebula.gallery.finder.test.AllTests testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.402 s testCount(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.047 s testGetGalleryItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.088 s testSelectUnselect(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.094 s testGetGalleryItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.077 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.091 s testGetItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.047 s testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.085 s testGetItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.082 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.046 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.202210031105 [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:1500): Gdk-CRITICAL **: 11:11:38.013: 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: 1.377 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.741 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.382 s Running org.eclipse.swtbot.swt.finder.finders.MenuFinderTest (SWT:1500): Gdk-CRITICAL **: 11:11:38.430: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:11:38.505: 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.147 s - in org.eclipse.swtbot.swt.finder.finders.MenuFinderTest findsAllVisibleMenus(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.074 s clicksMenuItem(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.07 s Running org.eclipse.swtbot.swt.finder.finders.ControlFinderTest (SWT:1500): Gdk-CRITICAL **: 11:11:38.587: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:38.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:38.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:38.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:38.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:38.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:38.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:38.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:11:40.087: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:40.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:40.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:40.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:40.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:40.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:40.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:40.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:11:41.492: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:41.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:41.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:41.708: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:41.708: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:41.708: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:41.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:41.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:11:42.930: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:43.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:43.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:43.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:43.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:43.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:43.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:43.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-CRITICAL **: 11:11:44.023: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:11:44.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:11:44.268: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:44.452: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:44.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:44.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:44.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:44.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:44.459: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:44.459: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:11:45.689: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:45.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:45.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:45.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:45.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:45.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:45.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:45.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:11:47.007: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:47.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:47.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:47.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:47.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:47.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:47.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:47.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:11:48.393: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:48.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:48.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:48.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:48.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:48.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:48.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:48.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:11:49.798: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:49.980: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:49.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:49.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:49.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:49.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:49.987: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:49.987: 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: 12.566 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinderTest findsATabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.5 s getsControlPathToTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.405 s getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.438 s getsOnlyVisibleControls(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.338 s findsAGroup(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.422 s findsAShell(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.317 s findsText(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.386 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.404 s findsTwoButtons(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.352 s Running org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest (SWT:1500): Gdk-CRITICAL **: 11:11:51.157: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:51.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:51.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:51.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:51.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:51.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:51.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:51.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:11:52.580: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:52.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:52.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:52.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:52.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:52.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:52.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:52.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:11:53.971: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:54.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:54.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:54.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:54.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:54.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:54.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:54.168: 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.17 s - in org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest generatesStringFromPath(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.423 s getsPathFromInvalidString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.389 s getsPathFromString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.355 s Running org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest (SWT:1500): Gdk-CRITICAL **: 11:11:55.330: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:55.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:55.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:55.537: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:55.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:55.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:55.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:55.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:11:56.679: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:56.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:56.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:56.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:56.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:56.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:56.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:56.876: 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.689 s - in org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest childrenControlFinder1(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.348 s childrenControlFinder2(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.34 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest shouldBeAbleToParseUserProvidedKeyboardLayout(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest) Time elapsed: 0.01 s shouldBeAbleToParseUserProvidedKeyboardLayoutViaPreference(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest (SWT:1500): Gdk-CRITICAL **: 11:11:58.038: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:11:58.069: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:11:58.088: 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.069 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest createsKeyboardForAWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.031 s createsKeyboardForMockKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.019 s createsKeyboardForSWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.017 s Running org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 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.03 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.001 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:1500): Gdk-CRITICAL **: 11:11:58.148: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:11:58.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:58.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:58.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:58.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:58.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:58.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:11:58.364: 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.387 s - in org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest) Time elapsed: 1.386 s Running org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.001 s Running org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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:1500): Gdk-CRITICAL **: 11:11:59.549: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:11:59.677: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:11:59.772: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:11:59.866: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:11:59.971: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:12:00.089: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:12:00.241: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:12:00.345: 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.913 s - in org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest matchesControlsWithTooltip(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.127 s matchesControlsWithTextIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.096 s matchesControlsWithTooltipIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.093 s matchesControlsWithText(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.105 s matchesControlsInGroup(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.118 s findsControlsById(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.151 s matchesControlsWithLabel(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.104 s matchesControlsWithRegex(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.116 s Running org.eclipse.swtbot.swt.finder.matchers.WithItemTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.WithItemTest testDescription(org.eclipse.swtbot.swt.finder.matchers.WithItemTest) Time elapsed: 0.002 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.001 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 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.002 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.001 s testShouldAnswerFalseIfNoMatchersMatche(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest) Time elapsed: 0.001 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.001 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:1500): Gdk-CRITICAL **: 11:12:00.500: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:12:00.613: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.614: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.626: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.628: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.688: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.689: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.724: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.724: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.760: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.776: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.776: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.793: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:12:00.793: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest dragsAndDropsFromTreeToTree(org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest) Time elapsed: 0.325 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest (SWT:1500): Gdk-CRITICAL **: 11:12:00.839: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:01.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:01.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:01.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:01.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:01.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:01.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:01.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:02.379: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:02.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:02.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:02.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:02.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:02.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:02.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:02.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:03.842: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:04.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:04.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:04.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:04.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:04.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:04.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:04.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:05.401: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:05.611: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:05.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:05.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:05.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:05.617: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:05.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:05.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:06.858: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:07.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:07.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:07.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:07.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:07.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:07.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:07.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:08.244: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:08.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:08.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:08.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:08.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:08.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:08.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:08.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.472: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.475: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.478: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.479: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.480: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:09.752: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:09.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:09.948: 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: 15.34 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest shouldGetExpandItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.54 s shouldCollapseAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.464 s shouldExpandAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.558 s shouldGetExpandedAndCollapsedItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.457 s shouldGetAllExpandBarItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.386 s shouldMatchEvents(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.508 s shouldThrowExceptionWhenItemIsNotFound(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 6.414 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest (SWT:1500): Gdk-CRITICAL **: 11:12:16.170: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:16.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:16.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:16.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:16.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:16.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:16.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:16.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:17.545: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:17.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:17.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:17.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:17.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:17.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:17.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:17.747: 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.861 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest findsArrowButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.374 s clicksArrowButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.486 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest (SWT:1500): Gdk-CRITICAL **: 11:12:19.033: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:19.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:19.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:19.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:19.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:19.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:19.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:19.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:20.515: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:20.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:20.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:20.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:20.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:20.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:20.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:20.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:22.072: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:22.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:22.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:22.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:22.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:22.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:22.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:22.314: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:23.671: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:23.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:23.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:23.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:23.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:23.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:23.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:23.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:25.238: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:25.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:25.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:25.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:25.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:25.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:25.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:25.483: 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: 7.752 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest testsInitialValues(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.482 s findsProgressBarInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.557 s testsGetStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.599 s findsProgressBar(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.566 s testsProgressPercentage(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.547 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest (SWT:1500): Gdk-CRITICAL **: 11:12:26.787: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:26.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:26.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:27.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:27.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:27.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:27.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:27.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:28.220: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:28.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:28.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:28.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:28.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:28.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:28.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:28.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:29.765: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:29.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:29.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:29.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:29.989: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:29.989: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:29.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:29.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:31.359: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:31.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:31.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:31.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:31.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:31.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:31.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:31.580: 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.102 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest findsForegroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.432 s findsBackgroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.545 s clicksButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.594 s findsButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.529 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest (SWT:1500): Gdk-CRITICAL **: 11:12:32.892: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:33.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:33.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:33.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:33.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:33.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:33.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:33.106: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:34.414: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:34.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:34.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:34.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:34.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:34.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:34.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:34.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:35.874: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:36.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:36.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:36.082: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:36.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:36.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:36.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:36.084: 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.486 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.522 s findsLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.46 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.503 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest (SWT:1500): Gdk-CRITICAL **: 11:12:37.380: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:37.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:37.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:37.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:37.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:37.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:37.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:37.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:39.015: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:39.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:39.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:39.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:39.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:39.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:39.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:39.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:40.683: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:40.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:40.937: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:40.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:40.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:40.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:40.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:40.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:42.366: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:42.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:42.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:42.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:42.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:42.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:42.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:42.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:43.923: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:44.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:44.137: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:44.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:44.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:44.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:44.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:44.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:45.598: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:45.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:45.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:45.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:45.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:45.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:45.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:45.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:47.210: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:47.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:47.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:47.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:47.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:47.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:47.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:47.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:48.756: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:48.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:48.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:48.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:48.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:48.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:48.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:48.986: 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: 13.085 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest selectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.634 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.668 s clicksRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.683 s togglesRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.557 s togglingRadioButtonDeselectsOtherConditionally(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.674 s clickingRadioButtonDeselectsOther(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.613 s deselectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.545 s clicksRadioButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.709 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest (SWT:1500): Gdk-CRITICAL **: 11:12:50.476: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:50.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:50.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:50.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:50.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:50.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:50.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:50.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:52.168: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:52.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:52.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:52.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:52.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:52.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:52.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:52.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:53.952: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:54.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:54.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:54.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:54.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:54.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:54.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:54.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:55.708: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:55.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:55.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:55.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:55.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:55.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:55.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:55.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:57.317: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:57.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:57.533: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:57.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:57.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:57.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:57.537: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:57.537: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:12:59.008: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:12:59.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:59.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:59.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:59.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:59.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:59.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:12:59.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:00.746: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:00.980: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:00.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:00.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:00.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:00.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:00.987: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:00.987: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:02.456: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:02.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:02.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:02.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:02.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:02.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:02.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:02.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:04.155: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:04.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:04.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:04.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:04.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:04.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:04.372: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:04.372: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:05.918: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:06.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:06.155: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:06.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:06.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:06.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:06.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:06.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:07.661: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:07.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:07.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:07.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:07.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:07.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:07.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:07.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:09.405: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:09.634: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:09.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:09.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:09.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:09.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:09.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:09.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:11.184: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:11.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:11.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:11.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:11.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:11.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:11.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:11.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:12.864: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:13.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:13.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:13.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:13.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:13.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:13.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:13.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:14.606: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:14.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:14.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:14.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:14.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:14.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:14.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:14.849: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:16.333: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:16.549: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:16.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:16.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:16.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:16.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:16.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:16.556: 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: 27.592 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.692 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.785 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.755 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.61 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.69 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.738 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.711 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.699 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.763 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.743 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.743 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.779 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.68 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.743 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.725 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.726 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest (SWT:1500): Gdk-CRITICAL **: 11:13:18.063: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:18.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:18.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:18.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:18.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:18.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:18.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:18.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:19.832: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:20.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:20.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:20.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:20.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:20.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:20.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:20.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:21.648: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:21.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:21.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:21.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:21.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:21.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:21.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:21.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:23.266: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:23.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:23.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:23.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:23.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:23.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:23.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:23.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:24.900: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:25.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:25.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:25.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:25.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:25.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:25.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:25.148: 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: 8.538 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest findsDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.769 s bug347824(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.816 s shouldHandleInvalidDates(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.619 s setsAndGetsDateOnDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.633 s sendsNotification(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.699 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest (SWT:1500): Gdk-CRITICAL **: 11:13:26.601: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:26.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:26.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:26.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:26.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:26.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:26.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:26.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:28.267: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:28.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:28.521: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:28.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:28.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:28.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:28.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:28.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:34.019: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:34.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:34.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:34.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:34.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:34.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:34.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:34.267: 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.109 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 1.665 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 5.752 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 5.691 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest (SWT:1500): Gdk-CRITICAL **: 11:13:39.712: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:13:40.105: 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.768 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest canClickContextMenuOnCTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 0.392 s canCloseCTabItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 5.375 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest (SWT:1500): Gdk-CRITICAL **: 11:13:45.485: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:45.736: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:45.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:45.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:45.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:45.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:45.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:45.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:47.800: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:48.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:48.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:48.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:48.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:48.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:48.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:48.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:49.986: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:50.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:50.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:50.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:50.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:50.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:50.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:50.255: 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.683 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.314 s findsTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.186 s clicksTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.18 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest (SWT:1500): Gdk-CRITICAL **: 11:13:52.169: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:52.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:52.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:52.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:52.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:52.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:52.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:52.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:53.956: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:54.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:54.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:54.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:54.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:54.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:54.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:54.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:55.840: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:56.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:56.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:56.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:56.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:56.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:56.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:56.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:57.659: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:57.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:57.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:57.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:57.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:57.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:57.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:57.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:13:59.541: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:13:59.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:59.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:59.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:59.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:59.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:59.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:13:59.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:01.281: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:01.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:01.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:01.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:01.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:01.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:01.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:01.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:03.047: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:03.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:03.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:03.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:03.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:03.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:03.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:03.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:04.848: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:05.071: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:05.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:05.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:05.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:05.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:05.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:05.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:06.869: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:07.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:07.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:07.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:07.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:07.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:07.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:07.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:13.614: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:13.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:13.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:13.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:13.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:13.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:13.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:13.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:15.500: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:15.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:15.737: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:15.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:15.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:15.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:15.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:15.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:17.214: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:17.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:17.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:17.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:17.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:17.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:17.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:17.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:19.097: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:19.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:19.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:19.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:19.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:19.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:19.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:19.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:20.803: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:21.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:21.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:21.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:21.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:21.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:21.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:21.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:22.499: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:22.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:22.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:22.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:22.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:22.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:22.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:22.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:24.320: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:24.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:24.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:24.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:24.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:24.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:24.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:24.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:26.533: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:26.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:26.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:26.809: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:26.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:26.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:26.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:26.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:28.619: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:28.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:28.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:28.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:28.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:28.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:28.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:28.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:30.649: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:30.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:30.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:30.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:30.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:30.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:30.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:30.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:32.773: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:33.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:33.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:33.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:33.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:33.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:33.026: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:33.026: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:34.780: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:35.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:35.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:35.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:35.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:35.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:35.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:35.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:36.738: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:36.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:36.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:36.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:36.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:36.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:36.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:36.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:38.692: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:38.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:38.938: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:38.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:38.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:38.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:38.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:38.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:40.590: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:40.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:40.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:40.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:40.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:40.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:40.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:40.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:42.605: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:42.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:42.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:42.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:42.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:42.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:42.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:42.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:44.520: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:44.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:44.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:44.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:44.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:44.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:44.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:44.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:46.779: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:47.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:47.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:47.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:47.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:47.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:47.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:47.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:48.886: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:49.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:49.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:49.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:49.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:49.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:49.199: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:49.199: 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: 58.733 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest checkingATreeThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.786 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.884 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.819 s canSelectAListOfNodes(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.882 s canExpandANodeUsingVarArgs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.739 s canClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.766 s canUnCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.801 s canDoubleClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.021 s throwsExceptionIfNodeNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 6.744 s cellOutOfRangeWithMultipleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.885 s isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.715 s unselects(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.882 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.705 s canFindANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.695 s canDoubleClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.821 s getsRow(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.212 s getsColumnTextBasedOnColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.086 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.031 s getNodeBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.123 s canRightClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.008 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.957 s canToggleANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.954 s cellOutOfRangeWithSingleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.898 s cannotFindANodeWithIncorrectNodeIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.015 s canCallGetItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.914 s canClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.258 s canCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.107 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.016 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest (SWT:1500): Gdk-CRITICAL **: 11:14:50.905: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:51.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:51.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:51.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:51.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:51.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:51.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:51.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:52.701: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:52.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:52.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:52.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:52.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:52.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:52.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:52.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:54.609: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:54.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:54.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:54.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:54.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:54.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:54.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:54.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:56.466: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:56.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:56.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:56.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:56.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:56.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:56.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:56.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:14:58.186: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:14:58.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:58.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:58.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:58.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:58.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:58.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:14:58.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:00.045: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:00.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:00.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:00.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:00.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:00.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:00.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:00.325: 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: 11.05 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest findsScaleInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.793 s shouldSetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.91 s shouldGetIncrementAndPageIncrement(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.856 s shouldGetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.72 s findsScale(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.86 s shouldGetMinimumAndMaximum(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.909 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest (SWT:1500): Gdk-CRITICAL **: 11:15:01.960: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:02.268: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.270: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.286: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.286: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.289: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.289: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.290: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:02.344: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:02.680: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.695: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.695: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.695: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.698: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.698: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:02.698: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:02.740: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:03.072: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.074: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.087: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.087: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:03.137: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:03.454: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.455: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.469: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.469: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.470: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:03.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:04.380: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:04.720: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:04.721: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:04.735: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:04.735: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:04.735: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:04.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:04.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:04.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:04.788: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:05.126: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.127: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.150: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.150: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.150: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.158: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.158: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.158: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:05.307: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:05.652: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.653: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.669: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.669: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.669: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:05.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:05.716: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:06.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.036: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.055: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.055: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.056: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.064: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.064: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.064: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:06.201: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:06.526: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.528: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.544: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.544: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.544: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:06.586: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:06.913: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.930: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.930: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.930: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.933: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.933: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:06.933: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:07.011: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:07.339: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.341: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.357: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.357: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.357: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.360: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.360: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.360: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:07.441: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:07.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.766: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.781: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.781: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.782: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.784: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.784: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:07.784: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:07.874: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:08.205: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.206: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.220: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.221: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.221: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:08.321: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:08.696: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.699: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.714: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.715: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.715: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.717: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.718: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:08.718: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:08.798: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:09.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.178: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.189: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.190: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.190: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.192: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.192: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.192: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:09.283: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:09.613: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.633: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.633: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.633: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:09.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:09.695: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:10.015: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.016: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.032: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.032: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:10.078: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:10.390: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.404: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.404: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.407: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.407: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:10.407: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:11.682: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:12.051: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.053: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.067: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.067: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.068: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.070: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.070: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.070: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:12.129: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:12.502: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.504: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.517: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.517: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.518: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:12.566: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:12.949: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.964: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.965: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.965: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:12.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:13.074: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:13.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:13.419: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:13.432: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:13.432: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:13.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:13.435: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:13.435: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:13.435: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:14.507: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:14.840: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:14.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:14.858: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:14.858: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:14.858: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:14.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:14.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:14.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:14.908: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:15.247: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:15.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:15.267: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:15.267: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:15.267: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:15.270: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:15.270: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:15.270: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:16.981: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:17.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.286: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.299: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.299: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.299: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.301: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:15:17.344: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:17.647: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.662: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.662: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.662: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:15:17.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.749 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest selectsRangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.385 s selectsRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.395 s insertsTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.397 s typesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.242 s insertsTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.408 s canDoubleClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.52 s getsLinesWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.408 s canClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.485 s getsLineCountWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.385 s getsBullet(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.425 s canCtrlClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.429 s findsStylesRangeInARangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.433 s findsTextStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.447 s canShiftClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.478 s findsTextStyleWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.484 s getsTextOnCurrentLine(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.412 s setsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.383 s typesSpecialCharactersAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.603 s navigatesToAParticularLocationWithTAB(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.446 s navigatesToAParticularLocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.437 s findsStylesRangeInARange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.508 s testTypesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.433 s getsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.401 s typesTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 2.073 s getsLinesWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.362 s getsLineCountWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.362 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest (SWT:1500): Gdk-CRITICAL **: 11:15:17.710: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:15:17.772: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest) Time elapsed: 0.091 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest (SWT:1500): Gdk-CRITICAL **: 11:15:17.804: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:18.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:18.067: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:18.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:18.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:18.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:18.071: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:18.071: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:19.944: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:20.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:20.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:20.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:20.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:20.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:20.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:20.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:22.169: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:22.428: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:22.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:22.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:22.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:22.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:22.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:22.436: 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.557 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest clicksTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 2.14 s clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 2.224 s findsTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 2.192 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest (SWT:1500): Gdk-CRITICAL **: 11:15:24.363: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:24.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:24.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:24.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:24.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:24.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:24.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:24.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:26.140: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:26.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:26.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:26.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:26.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:26.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:26.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:26.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:27.896: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:28.152: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:28.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:28.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:28.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:28.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:28.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:28.160: 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.424 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest selectionWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.777 s findsSpinner(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.755 s findsSpinnerInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.891 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:1500): Gdk-CRITICAL **: 11:15:29.791: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:15:29.852: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:15:29.916: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:15:29.972: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:15:30.030: 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.296 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest findsSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.06 s clicksSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.064 s findsMenuRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.056 s findsMenuNotRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.058 s findsMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.056 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest (SWT:1500): Gdk-CRITICAL **: 11:15:30.090: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:15:30.119: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:15:30.156: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:15:30.182: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:15:30.207: 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.156 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest indexedTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.029 s menuCanBeAccessedOnTrayItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.036 s firstTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.025 s listOfTrayItemsIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.026 s trayItemWithTooltipIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.037 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest (SWT:1500): Gdk-CRITICAL **: 11:15:30.247: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:30.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:30.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:30.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:30.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:30.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:30.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:30.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:32.303: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:32.570: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:32.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:32.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:32.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:32.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:32.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:32.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:34.363: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:34.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:34.642: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:34.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:34.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:34.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:34.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:34.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:36.416: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:36.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:36.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:36.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:36.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:36.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:36.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:36.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:38.434: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:38.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:38.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:38.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:38.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:38.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:38.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:38.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:40.439: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:40.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:40.712: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:40.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:40.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:40.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:40.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:40.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:42.480: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:42.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:42.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:42.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:42.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:42.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:42.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:42.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:44.514: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:44.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:44.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:44.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:44.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:44.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:44.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:44.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:46.580: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:46.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:46.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:46.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:46.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:46.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:46.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:46.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:48.735: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:49.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:49.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:49.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:49.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:49.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:49.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:49.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:51.030: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:51.319: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:51.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:51.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:51.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:51.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:51.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:51.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:53.423: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:53.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:53.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:53.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:53.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:53.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:53.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:53.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:55.712: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:56.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:56.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:56.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:56.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:56.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:56.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:56.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:15:58.066: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:15:58.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:58.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:58.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:58.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:58.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:58.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:15:58.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:00.470: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:00.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:00.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:00.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:00.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:00.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:00.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:00.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:02.800: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:03.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:03.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:03.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:03.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:03.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:03.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:03.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:05.183: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:05.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:05.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:05.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:05.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:05.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:05.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:05.500: 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: 37.225 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest selectionNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.055 s unSelectsSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.06 s throwsExceptionInCaseOfInvalidTextBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.053 s setsAndGetsMultipleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.018 s unSelectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.005 s setsAndGetsSingleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.04 s setsAndGetsMultipleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.034 s throwsExceptionInCaseOfInvalidIndexBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.066 s getsItemAtIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.155 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.296 s canDoubleClickOnList(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.392 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.289 s deSelectNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.354 s selectionNotifiesListenersMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.404 s setsAndGetsSingleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.329 s findsAListWithoutLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.383 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.288 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest (SWT:1500): Gdk-CRITICAL **: 11:16:07.475: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:07.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:07.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:07.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:07.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:07.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:07.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:07.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:10.157: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:10.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:10.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:10.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:10.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:10.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:10.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:10.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:12.584: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:12.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:12.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:12.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:12.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:12.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:12.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:12.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:15.077: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:15.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:15.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:15.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:15.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:15.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:15.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:15.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:17.488: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:17.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:17.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:17.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:17.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:17.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:17.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:17.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:19.958: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:20.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:20.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:20.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:20.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:20.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:20.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:20.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:22.473: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:22.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:22.814: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:22.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:22.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:22.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:22.820: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:22.820: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:25.154: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:25.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:25.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:25.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:25.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:25.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:25.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:25.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:27.634: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:27.936: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:27.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:27.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:27.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:27.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:27.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:27.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:30.486: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:30.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:30.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:30.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:30.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:30.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:30.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:30.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:33.079: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:33.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:33.428: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:33.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:33.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:33.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:33.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:33.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:35.836: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:36.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:36.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:36.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:36.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:36.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:36.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:36.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:38.406: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:38.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:38.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:38.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:38.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:38.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:38.704: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:38.704: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:41.053: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:41.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:41.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:41.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:41.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:41.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:41.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:41.404: 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: 36.486 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest canUnCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.681 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.427 s canFindALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.493 s checkingATableThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.411 s isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.471 s canGetTableItemText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.514 s canRightClickOnALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.681 s canGetLineText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.48 s canToggleALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.852 s canDoubleClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.593 s canClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.757 s canClickALineInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.57 s canSelectALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.647 s canCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.908 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest (SWT:1500): Gdk-CRITICAL **: 11:16:43.963: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:44.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:44.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:44.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:44.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:44.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:44.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:44.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:46.168: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:46.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:46.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:46.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:46.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:46.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:46.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:46.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:48.253: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:48.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:48.570: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:48.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:48.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:48.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:48.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:48.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:50.480: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:50.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:50.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:50.849: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:50.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:50.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:50.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:50.852: 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: 8.648 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest findsToolBarButtonWithToolTipBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 2.204 s findsToolBarButtonWithToolTip(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 2.085 s getsTooltipOnButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 2.227 s findsToolBarButtonWithToolTip2(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 2.131 s Running org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest (SWT:1500): Gdk-CRITICAL **: 11:16:52.613: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:52.919: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:52.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:52.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:52.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:52.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:52.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:52.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:54.703: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:55.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:55.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:55.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:55.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:55.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:55.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:55.046: 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: 4.345 s - in org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 2.089 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 2.256 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest (SWT:1500): Gdk-CRITICAL **: 11:16:56.962: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:57.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:57.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:57.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:57.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:57.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:57.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:57.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:16:59.219: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:16:59.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:59.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:59.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:59.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:59.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:59.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:16:59.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:02.105: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:02.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:02.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:02.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:02.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:02.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:02.428: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:02.428: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:04.187: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:04.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:04.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:04.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:04.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:04.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:04.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:04.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:06.402: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:06.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:06.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:06.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:06.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:06.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:06.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:06.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:08.522: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:08.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:08.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:08.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:08.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:08.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:08.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:08.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:10.732: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:11.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:11.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:11.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:11.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:11.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:11.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:11.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:12.861: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:13.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:13.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:13.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:13.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:13.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:13.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:13.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:15.029: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:15.393: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:15.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:15.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:15.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:15.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:15.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:15.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:17.290: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:17.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:17.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:17.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:17.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:17.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:17.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:17.596: 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: 22.439 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest setTextBetweenSelectionsWithSameIndices(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.258 s typeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.886 s changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.082 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.214 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.12 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.211 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.128 s findsCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.167 s changeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.261 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.11 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest (SWT:1500): Gdk-CRITICAL **: 11:17:19.404: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:19.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:19.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:19.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:19.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:19.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:19.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:19.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:21.794: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:22.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:22.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:22.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:22.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:22.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:22.130: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:22.130: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:24.066: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:24.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:24.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:24.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:24.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:24.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:24.372: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:24.372: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:26.333: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:26.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:26.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:26.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:26.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:26.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:26.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:26.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:28.622: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:29.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:29.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:29.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:29.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:29.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:29.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:29.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:31.051: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:31.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:31.387: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:31.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:31.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:31.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:31.392: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:31.392: 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: 13.875 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest clicksOnALinkAtIndexWithHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 2.389 s clicksOnALinkWithHyperlinkTextAndHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 2.273 s clicksOnALink(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 2.266 s clicksOnALinkAtIndexWithNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 2.288 s clicksOnALinkWithHyperlinkTextAndNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 2.429 s clicksOnALinkAtIndexOutOfRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 2.227 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest (SWT:1500): Gdk-CRITICAL **: 11:17:33.280: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:33.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:33.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:33.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:33.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:33.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:33.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:33.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:35.873: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:36.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:36.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:36.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:36.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:36.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:36.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:36.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:38.270: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:38.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:38.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:38.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:38.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:38.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:38.634: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:38.634: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:40.895: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:41.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:41.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:41.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:41.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:41.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:41.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:41.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:47.437: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:47.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:47.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:47.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:47.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:47.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:47.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:47.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:17:53.944: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:54.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:54.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:54.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:54.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:54.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:54.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:54.309: 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: 23.342 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.593 s isSelectedWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.396 s clickingOneRadioDeselectsOthers(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.625 s doesNotMatchCheckboxButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 6.541 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 6.498 s clicksRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.688 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest (SWT:1500): Gdk-CRITICAL **: 11:17:56.626: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:56.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:56.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:56.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:56.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:56.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:56.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:56.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-CRITICAL **: 11:17:58.565: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:17:58.572: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:17:58.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:17:58.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:17:58.610: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:17:58.911: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:17:59.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:59.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:59.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:59.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:59.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:59.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:17:59.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-CRITICAL **: 11:18:00.926: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:00.932: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:00.986: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:00.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.015: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.048: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.064: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.081: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.098: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.115: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.147: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.181: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.198: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.215: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.263: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.314: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.362: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.408: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.459: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.509: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:01.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:18:01.904: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:02.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:02.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:02.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:02.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:02.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:02.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:02.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-CRITICAL **: 11:18:03.772: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:03.779: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:03.793: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:03.810: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:03.815: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:18:04.110: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:04.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:04.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:04.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:04.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:04.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:04.457: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:04.457: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-CRITICAL **: 11:18:06.124: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:06.129: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:06.151: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:06.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gdk-CRITICAL **: 11:18:06.461: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:06.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:06.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:06.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:06.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:06.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:06.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:06.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-CRITICAL **: 11:18:08.314: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1500): Gtk-CRITICAL **: 11:18:08.320: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.994 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest findsTextBoxInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.284 s typesText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.992 s setsTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.206 s typesTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.351 s findsTextBoxWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.159 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest (SWT:1500): Gdk-CRITICAL **: 11:18:08.623: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:08.951: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:08.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:08.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:08.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:08.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:08.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:08.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:11.294: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:11.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:11.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:11.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:11.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:11.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:11.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:11.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:13.610: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:13.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:13.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:13.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:13.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:13.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:13.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:13.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:16.127: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:16.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:16.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:16.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:16.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:16.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:16.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:16.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:20.523: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:20.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:20.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:20.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:20.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:20.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:20.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:20.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:22.873: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:23.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:23.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:23.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:23.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:23.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:23.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:23.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:27.182: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:27.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:27.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:27.521: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:27.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:27.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:27.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:27.524: 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: 20.896 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 2.671 s findsToolBarPushButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 2.316 s clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 2.516 s doesNotFindToolBarRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 4.396 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 2.349 s doesNotFindToolBarCheckButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 4.308 s isEnabled(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 2.336 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest (SWT:1500): Gdk-CRITICAL **: 11:18:29.521: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:29.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:29.897: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:29.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:29.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:29.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:29.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:29.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:31.852: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:32.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:32.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:32.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:32.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:32.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:32.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:32.223: 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: 4.619 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest findsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 2.33 s activatesTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 2.288 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest (SWT:1500): Gdk-CRITICAL **: 11:18:34.143: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:34.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:34.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:34.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:34.489: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:34.489: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:34.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:34.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:36.642: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:36.987: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:36.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:36.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:36.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:36.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:36.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:36.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:39.071: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:39.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:39.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:39.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:39.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:39.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:39.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:39.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:41.585: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:41.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:41.925: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:41.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:41.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:41.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:41.931: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:41.931: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:44.042: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:44.382: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:44.387: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:44.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:44.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:44.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:44.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:44.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:46.677: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:47.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:47.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:47.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:47.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:47.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:47.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:47.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:49.082: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:49.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:49.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:49.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:49.430: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:49.430: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:49.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:49.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:51.537: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:51.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:51.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:51.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:51.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:51.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:51.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:51.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:54.129: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:54.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:54.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:54.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:54.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:54.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:54.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:54.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:56.535: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:56.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:56.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:56.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:56.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:56.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:56.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:56.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:18:59.024: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:18:59.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:59.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:59.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:59.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:59.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:59.380: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:18:59.380: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:01.440: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:01.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:01.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:01.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:01.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:01.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:01.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:01.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:04.038: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:04.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:04.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:04.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:04.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:04.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:04.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:04.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:06.517: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:06.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:06.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:06.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:06.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:06.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:06.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:06.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:09.047: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:09.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:09.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:09.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:09.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:09.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:09.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:09.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:11.614: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:12.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:12.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:12.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:12.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:12.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:12.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:12.043: 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: 40.054 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.498 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.43 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.515 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.456 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.635 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.406 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.454 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.592 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.405 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.49 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.415 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.598 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.48 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.53 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.566 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.582 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest (SWT:1500): Gdk-CRITICAL **: 11:19:14.199: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:14.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:14.559: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:14.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:14.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:14.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:14.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:14.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:16.709: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:17.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:17.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:17.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:17.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:17.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:17.072: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:17.072: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:19.205: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:19.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:19.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:19.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:19.561: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:19.561: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:19.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:19.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:21.609: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:21.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:21.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:21.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:21.969: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:21.969: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:21.971: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:21.971: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:24.069: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:24.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:24.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:24.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:24.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:24.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:24.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:24.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:26.434: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:26.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:26.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:26.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:26.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:26.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:26.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:26.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:28.986: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:29.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:29.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:29.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:29.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:29.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:29.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:29.357: 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.294 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest clicksCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.51 s clicksCheckboxButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.497 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.403 s selectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.46 s deselectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.366 s clickingCheckboxButtonTogglesIt(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.552 s togglesCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.506 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest (SWT:1500): Gdk-CRITICAL **: 11:19:31.495: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:31.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:31.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:31.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:31.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:31.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:31.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:31.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:34.026: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:34.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:34.388: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:34.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:34.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:34.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:34.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:34.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:40.455: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:40.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:40.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:40.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:40.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:40.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:40.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:40.808: 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: 15.423 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest clicksToggleButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 2.531 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 6.428 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 6.463 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest (SWT:1500): Gdk-CRITICAL **: 11:19:46.920: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:19:47.375: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:19:47.821: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:19:48.256: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:19:48.676: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:19:49.116: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:19:49.607: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:19:50.057: 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: 3.586 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.454 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.446 s findCCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.435 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.421 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.44 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.49 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.449 s setText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.449 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest (SWT:1500): Gdk-CRITICAL **: 11:19:50.509: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:50.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:50.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:50.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:50.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:50.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:50.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:50.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:19:53.153: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:19:53.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:53.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:53.521: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:53.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:53.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:53.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:19:53.524: 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: 5.058 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 2.644 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 2.413 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest (SWT:1500): Gdk-CRITICAL **: 11:19:55.570: 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.075 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest clickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest) Time elapsed: 3.075 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest (SWT:1500): Gdk-CRITICAL **: 11:19:58.647: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:19:58.713: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:19:58.781: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:20:03.847: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:20:03.918: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:20:03.977: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:20:09.074: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:20:10.151: 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.57 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest getsAllShells(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.066 s getsActiveShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.068 s noShellReturnsNull(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.066 s bringsShellToFront(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.072 s findsShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.058 s closesShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.098 s testMaximize(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 1.077 s findsShellsById(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.064 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest (SWT:1500): Gdk-CRITICAL **: 11:20:10.219: 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.075 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest) Time elapsed: 0.075 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest (SWT:1500): Gdk-CRITICAL **: 11:20:10.296: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:10.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:10.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:10.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:10.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:10.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:10.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:10.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:12.810: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:13.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:13.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:13.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:13.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:13.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:13.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:13.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:15.290: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:15.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:15.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:15.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:15.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:15.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:15.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:15.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:17.837: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:18.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:18.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:18.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:18.222: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:18.222: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:18.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:18.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:20.405: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:20.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:20.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:20.791: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:20.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:20.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:20.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:20.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:22.932: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:23.342: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:23.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:23.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:23.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:23.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:23.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:23.352: 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: 15.191 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest doubleClick(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.513 s click(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.481 s findsCanvas(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.547 s doubleClickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.568 s clickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.526 s findsCanvasInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.553 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest (SWT:1500): Gdk-CRITICAL **: 11:20:25.489: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:25.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:25.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:25.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:25.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:25.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:25.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:25.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:28.093: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:28.457: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:28.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:28.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:28.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:28.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:28.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:28.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:30.655: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:31.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:31.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:31.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:31.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:31.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:31.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:31.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:33.209: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:33.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:33.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:33.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:33.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:33.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:33.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:33.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:35.895: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:36.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:36.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:36.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:36.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:36.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:36.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:36.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:38.510: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:38.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:38.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:38.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:38.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:38.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:38.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:38.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:41.413: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:41.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:41.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:41.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:41.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:41.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:41.804: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:41.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:44.055: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:44.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:44.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:44.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:44.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:44.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:44.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:44.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:46.761: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:47.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:47.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:47.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:47.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:47.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:47.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:47.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:49.436: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:49.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:49.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:49.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:49.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:49.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:49.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:49.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:52.041: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:52.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:52.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:52.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:52.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:52.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:52.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:52.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:54.852: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:55.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:55.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:55.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:55.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:55.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:55.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:55.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:20:57.428: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:20:57.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:57.809: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:57.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:57.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:57.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:57.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:20:57.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:00.485: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:00.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:00.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:00.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:00.897: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:00.897: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:00.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:00.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:03.742: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:04.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:04.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:04.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:04.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:04.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:04.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:04.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:06.422: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:06.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:06.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:06.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:06.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:06.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:06.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:06.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:09.080: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:09.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:09.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:09.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:09.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:09.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:09.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:09.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:11.652: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:12.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:12.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:12.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:12.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:12.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:12.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:12.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:14.479: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:14.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:14.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:14.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:14.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:14.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:14.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:14.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:17.276: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:17.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:17.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:17.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:17.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:17.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:17.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:17.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:20.047: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:20.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:20.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:20.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:20.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:20.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:20.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:20.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:22.759: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:23.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:23.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:23.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:23.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:23.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:23.184: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:23.184: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:25.453: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:25.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:25.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:25.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:25.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:25.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:25.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:25.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:28.271: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:28.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:28.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:28.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:28.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:28.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:28.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:28.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:31.010: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:31.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:31.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:31.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:31.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:31.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:31.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:31.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:33.784: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:34.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:34.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:34.214: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:34.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:34.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:34.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:34.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:36.466: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:36.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:36.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:36.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:36.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:36.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:36.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:36.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:39.180: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:39.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:39.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:39.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:39.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:39.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:39.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:39.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:41.919: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:42.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:42.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:42.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:42.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:42.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:42.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:42.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:44.653: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:45.071: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:45.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:45.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:45.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:45.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:45.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:45.083: 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: 81.938 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest containsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.603 s settingSelectionOnInvalidRowNumberThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.563 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.553 s selectsItemsBasedOnString(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.687 s throwsExceptionIfTheRowNumberIsIllegal2(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.614 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.904 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.641 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.707 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.674 s searchText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.605 s settingMultipleSelectionOfInvalidIndicesThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.81 s findsIndexOfColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.576 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.057 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.256 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.679 s findsAnyTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.659 s throwsExceptionIfTheColumnNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.571 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.828 s getsIndexOfItemInAColumnWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.796 s findsItemsBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.771 s findsTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.712 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.693 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.818 s settingSelectionOnInvalidRowTextThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.738 s findsItemsBasedOnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.773 s getsIndexOfItemInAColumnWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.683 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.713 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.739 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.734 s throwsExceptionIfTheColumnNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.774 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest (SWT:1500): Gdk-CRITICAL **: 11:21:47.430: 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.055 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest) Time elapsed: 0.055 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest (SWT:1500): Gdk-CRITICAL **: 11:21:47.487: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:47.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:47.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:47.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:47.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:47.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:47.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:47.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:50.229: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:50.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:50.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:50.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:50.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:50.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:50.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:50.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:52.926: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:53.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:53.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:53.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:53.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:53.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:53.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:53.359: 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: 8.142 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest findsSliderInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.741 s canSetSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.698 s findsSlider(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.701 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest (SWT:1500): Gdk-CRITICAL **: 11:21:55.631: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:56.082: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:56.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:56.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:56.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:56.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:56.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:56.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:21:58.610: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:21:59.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:59.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:59.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:59.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:59.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:59.082: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:21:59.082: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:01.705: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:02.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:02.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:02.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:02.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:02.184: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:02.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:02.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:04.708: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:05.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:05.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:05.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:05.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:05.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:05.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:05.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:07.686: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:08.154: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:08.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:08.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:08.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:08.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:08.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:08.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:10.793: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:11.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:11.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:11.214: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:11.214: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:11.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:11.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:11.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:13.962: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:14.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:14.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:14.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:14.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:14.384: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:14.387: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:14.387: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:16.717: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:17.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:17.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:17.130: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:17.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:17.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:17.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:17.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:19.702: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:20.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:20.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:20.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:20.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:20.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:20.154: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:20.154: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:22.777: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:23.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:23.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:23.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:23.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:23.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:23.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:23.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:25.600: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:26.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:26.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:26.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:26.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:26.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:26.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:26.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:29.054: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:29.455: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:29.460: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:29.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:29.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:29.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:29.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:29.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:31.978: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:32.392: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:32.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:32.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:32.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:32.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:32.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:32.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:35.067: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:35.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:35.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:35.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:35.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:35.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:35.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:35.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:38.733: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:39.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:39.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:39.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:39.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:39.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:39.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:39.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:41.511: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:41.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:41.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:41.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:41.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:41.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:41.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:41.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:44.423: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:44.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:44.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:44.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:44.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:44.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:44.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:44.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:47.363: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:47.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:47.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:47.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:47.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:47.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:47.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:47.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:50.750: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:51.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:51.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:51.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:51.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:51.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:51.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:51.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:53.629: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:54.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:54.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:54.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:54.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:54.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:54.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:54.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:56.567: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:57.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:57.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:57.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:57.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:57.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:57.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:57.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:22:59.368: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:22:59.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:59.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:59.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:59.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:59.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:59.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:22:59.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:02.672: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:03.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:03.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:03.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:03.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:03.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:03.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:03.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:10.832: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:11.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:11.285: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:11.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:11.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:11.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:11.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:11.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:13.775: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:14.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:14.184: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:14.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:14.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:14.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:14.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:14.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:16.780: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:17.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:17.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:17.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:17.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:17.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:17.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:17.295: 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: 84.231 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest setsMultipleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.977 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.095 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.004 s doubleClicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.979 s clicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.106 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.169 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.755 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.984 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.074 s findsAnyTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.824 s expandsNode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.454 s expandANodePath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.924 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.09 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.665 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.777 s getsAllTreeItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.911 s selectsMultipleOnSingleSelectTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.94 s expandsNodeToMax(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.387 s findsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.879 s expandEmptyPath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.937 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.801 s clicksOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.304 s setsMultipleSelectionUnknownItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 8.16 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.943 s getsColumnCountOnMultiColumnTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.005 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.082 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest (SWT:1500): Gdk-CRITICAL **: 11:23:19.865: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:23:20.387: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:23:20.899: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:23:21.443: 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: 2.158 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.519 s findsCLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.512 s findsCLabel1(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.543 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.582 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest (SWT:1500): Gdk-CRITICAL **: 11:23:22.027: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:22.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:22.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:22.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:22.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:22.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:22.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:22.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:25.059: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:25.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:25.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:25.452: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:25.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:25.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:25.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:25.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:27.964: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:28.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:28.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:28.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:28.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:28.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:28.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:28.488: 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: 8.995 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 3.031 s getsAllMenuItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 2.905 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 3.058 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest (SWT:1500): Gdk-CRITICAL **: 11:23:31.024: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:23:31.051: 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.116 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.088 s Running org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest (SWT:1500): Gdk-CRITICAL **: 11:23:31.143: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:31.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:31.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:31.651: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:31.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:31.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:31.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:31.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:33.976: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:34.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:34.489: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:34.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:34.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:34.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:34.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:34.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:36.803: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:37.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:37.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:37.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:37.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:37.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:37.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:37.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:39.498: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:39.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:39.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:39.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:39.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:39.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:39.987: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:39.987: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:42.354: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:42.788: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:42.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:42.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:42.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:42.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:42.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:42.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:45.163: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:45.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:45.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:45.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:45.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:45.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:45.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:45.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:47.953: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:48.393: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:48.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:48.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:48.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:48.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:48.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:48.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:23:50.827: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:51.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:51.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:51.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:51.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:51.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:51.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:51.276: 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: 22.518 s - in org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest findsRightIndexOfControlInParentWithNoParent(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.834 s getsToString(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.826 s findsNextWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.695 s findsIndexOfArbritryControl(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.856 s nextWidgetOnLastWidgetIsNull(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.809 s getsCorrectStyle(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.789 s previousWidgetOnFirstWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.874 s findsPreviousWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.835 s Running org.eclipse.swtbot.swt.finder.utils.CredentialsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.swtbot.swt.finder.utils.CredentialsTest testHashCode(org.eclipse.swtbot.swt.finder.utils.CredentialsTest) Time elapsed: 0.001 s testEquals(org.eclipse.swtbot.swt.finder.utils.CredentialsTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.PositionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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 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 s Running org.eclipse.swtbot.swt.finder.utils.TreePathTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.001 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.002 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.001 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.002 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:1500): Gdk-CRITICAL **: 11:23:53.693: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-CRITICAL **: 11:23:53.756: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.swtbot.swt.finder.utils.MenuDetectTest testMenuDetect(org.eclipse.swtbot.swt.finder.utils.MenuDetectTest) Time elapsed: 0.162 s Running org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.001 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:1500): Gdk-CRITICAL **: 11:23:53.868: 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.067 s - in org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest waitsForTreeToContainRows(org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest) Time elapsed: 0.066 s Running org.eclipse.swtbot.swt.finder.waits.WaitForShellTest (SWT:1500): Gdk-CRITICAL **: 11:23:53.936: 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.516 s - in org.eclipse.swtbot.swt.finder.waits.WaitForShellTest waitsForShellToAppear(org.eclipse.swtbot.swt.finder.waits.WaitForShellTest) Time elapsed: 0.516 s Running org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest (SWT:1500): Gdk-CRITICAL **: 11:23:54.455: 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.029 s - in org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest waitsForShellToBecomeActive(org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest) Time elapsed: 0.028 s Running org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest (SWT:1500): Gdk-CRITICAL **: 11:23:54.486: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:23:54.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:54.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:54.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:54.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:54.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:54.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:23:54.934: 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: 3.329 s - in org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest waitsForWidgetToAppearInParent(org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest) Time elapsed: 3.328 s Running org.eclipse.swtbot.swt.finder.waits.ShellClosesTest (SWT:1500): Gdk-CRITICAL **: 11:23:57.817: 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.529 s - in org.eclipse.swtbot.swt.finder.waits.ShellClosesTest waitsForShellClose(org.eclipse.swtbot.swt.finder.waits.ShellClosesTest) Time elapsed: 0.528 s Running org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest (SWT:1500): Gdk-CRITICAL **: 11:23:58.347: 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.069 s - in org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest waitsForTableToContainRows(org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest) Time elapsed: 0.068 s Running org.eclipse.swtbot.swt.finder.SWTBotTest (SWT:1500): Gdk-CRITICAL **: 11:23:58.418: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:23:58.530: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:23:58.619: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:24:03.708: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:24:06.296: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:24:06.403: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gdk-CRITICAL **: 11:24:06.489: 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: 13.158 s - in org.eclipse.swtbot.swt.finder.SWTBotTest getsAllShells(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.111 s doesNotWait5SecondsAndPassesForPassingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.089 s waitsMoreThan5sWhenConditionDoesNotSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.089 s waitsLessThan5sWhenConditionSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 2.589 s throwsExceptionOnNegativeTimeOut(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.106 s findsShellsById(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.087 s waits5SecondsAndFailsForFailingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.086 s Running org.eclipse.swtbot.swt.finder.ReferenceByTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.swtbot.swt.finder.ReferenceByTest compatibilityWithOtherReferences(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.005 s methodNameSuffix(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.001 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:1500): Gdk-CRITICAL **: 11:24:11.593: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:12.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:12.067: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:12.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:12.071: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:12.071: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:12.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:12.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:14.553: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:15.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:15.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:15.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:15.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:15.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:15.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:15.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:17.504: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:17.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:17.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:17.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:17.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:17.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:17.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:17.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:20.534: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:21.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:21.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:21.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:21.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:21.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:21.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:21.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:23.511: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:24.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:24.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:24.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:24.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:24.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:24.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:24.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:26.538: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:26.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:26.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:26.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:26.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:26.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:26.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:26.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:29.612: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:30.222: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:30.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:30.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:30.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:30.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:30.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:30.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:32.759: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:33.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:33.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:33.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:33.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:33.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:33.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:33.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:35.752: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:36.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:36.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:36.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:36.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:36.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:36.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:36.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:38.656: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:39.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:39.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:39.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:39.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:39.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:39.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:39.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:41.683: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:42.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:42.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:42.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:42.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:42.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:42.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:42.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:44.637: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:45.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:45.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:45.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:45.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:45.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:45.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:45.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:47.548: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:48.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:48.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:48.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:48.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:48.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:48.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:48.067: 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: 39.082 s - in org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest assertContainsWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.959 s assertsIfWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.951 s capturesScreenshotOnError(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.03 s assertDoesNotContainThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.976 s assertContainsThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.026 s assertDoesNotContainWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.074 s assertEnabledThrowsExceptionWhenWidgetIsDisable(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.147 s assertNotEnabledThrowsExceptionWhenWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.993 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches2(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.904 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.028 s assertRegexMatchesThrowsExceptionWhenRegexDoesNotMatch(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.954 s throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.911 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.126 s Running org.eclipse.swtbot.swt.finder.SWTBot2Test (SWT:1500): Gdk-CRITICAL **: 11:24:50.677: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:51.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:51.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:51.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:51.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:51.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:51.129: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:51.129: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:53.578: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:54.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:54.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:54.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:54.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:54.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:54.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:54.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:56.784: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:24:57.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:57.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:57.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:57.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:57.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:57.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:24:57.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:24:59.641: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:25:00.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:00.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:00.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:00.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:00.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:00.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:00.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gdk-CRITICAL **: 11:25:02.841: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1500): Gtk-WARNING **: 11:25:03.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:03.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:03.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:03.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:03.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:03.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1500): Gtk-WARNING **: 11:25:03.363: 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: 15.208 s - in org.eclipse.swtbot.swt.finder.SWTBot2Test findsGetsIdOfAControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.9 s findsTextBox(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 3.206 s getsActiveControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.857 s tabKeyTraversalSetsFocusOnTheNextControlAndSendsTraverseEvents(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 3.2 s isEnabled(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 3.044 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.202210031105 [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.202210031105 [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: 1.137 s - in org.eclipse.swtbot.generator.test.RecordToolbarButtonTest testClickToolbarWithImage(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.59 s testClickToolbar(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.207 s testClickToolbarWithImageAndNoText(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.208 s Running org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s - in org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest testMultipleTableSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.169 s testMultipleTableSelectionSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.156 s testTableCheckSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.173 s testTableCheckSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.143 s testSingleTableSelection(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.193 s testMultipleTableSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.193 s testTableCheck(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.162 s Running org.eclipse.swtbot.generator.test.RecordCComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.swtbot.generator.test.RecordCComboTextTest testModifyCCombo(org.eclipse.swtbot.generator.test.RecordCComboTextTest) Time elapsed: 0.152 s Running org.eclipse.swtbot.generator.test.RecordComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.swtbot.generator.test.RecordComboTextTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboTextTest) Time elapsed: 0.159 s Running org.eclipse.swtbot.generator.test.CTabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.swtbot.generator.test.CTabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.CTabItemActivateTest) Time elapsed: 0.178 s Running org.eclipse.swtbot.generator.test.RecordRadioClickTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.eclipse.swtbot.generator.test.RecordRadioClickTest testRadioButtonClick(org.eclipse.swtbot.generator.test.RecordRadioClickTest) Time elapsed: 0.161 s Running org.eclipse.swtbot.generator.test.TabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.swtbot.generator.test.TabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.TabItemActivateTest) Time elapsed: 0.144 s Running org.eclipse.swtbot.generator.test.RecordComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.swtbot.generator.test.RecordComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboSelectionTest) Time elapsed: 0.155 s Running org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest testTreeCheck(org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest) Time elapsed: 0.19 s Running org.eclipse.swtbot.generator.test.RecordCComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s - in org.eclipse.swtbot.generator.test.RecordCComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordCComboSelectionTest) Time elapsed: 0.167 s Running org.eclipse.swtbot.generator.test.RecordListDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s - in org.eclipse.swtbot.generator.test.RecordListDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.182 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.171 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.139 s Running org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s - in org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest testModifyStyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.193 s testModifySyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.18 s Running org.eclipse.swtbot.generator.test.RecordListSelectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 s - in org.eclipse.swtbot.generator.test.RecordListSelectionTest testSingleListSelection(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.139 s testMultipleListSelectionSameItem(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.154 s testMultipleListSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.133 s testMultipleListSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.155 s Running org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest (SWT:2008): Gtk-CRITICAL **: 11:25:22.189: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest testTreeLevel2DoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.158 s testTreeDoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.171 s Running org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s - in org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.138 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.167 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.132 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.202210031105 [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: 1.212 s - in org.eclipse.swtbot.generator.jdt.test.RecordComboTest testModifyCombo(org.eclipse.swtbot.generator.jdt.test.RecordComboTest) Time elapsed: 1.073 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.202210031105 [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:2185): Gtk-CRITICAL **: 11:25:45.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2185): Gtk-CRITICAL **: 11:25:45.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2185): Gtk-CRITICAL **: 11:25:47.165: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2185): Gtk-CRITICAL **: 11:25:47.165: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.413 s - in org.eclipse.swtbot.nebula.nattable.finder.test.AllTests testContextMenu(org.eclipse.swtbot.nebula.nattable.finder.test1.TestNatTableContextMenu) Time elapsed: 0.651 s testCellLabel(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.218 s testClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.509 s testClickColumnHeader(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.192 s testCount(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.076 s testDoubleClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.276 s testScrollAndReadCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.062 s testScrollNotViewport(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.075 s testScrollOutOfRange(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.045 s testRightClickXY(org.eclipse.swtbot.nebula.nattable.finder.test1.TestRightClickXY) Time elapsed: 0.1 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.202210031105 [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.512 s - in org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest testCheckBoxGroup(org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest) Time elapsed: 0.316 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.202210031105 [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.594 s - in org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest testStepbar(org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest) Time elapsed: 0.38 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.202210031105 [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:2443): Gtk-WARNING **: 11:26:16.871: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:16.871: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:16.879: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:16.879: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:17.152: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:17.152: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:17.159: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:17.159: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:17.248: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:17.248: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:17.255: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2443): Gtk-WARNING **: 11:26:17.255: 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.732 s - in org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest testSetLowerValue(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.334 s testSetUpperValue(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.087 s testSetSelection(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.099 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 [ 7.103 s] [INFO] org.eclipse.swtbot.ant.junit ....................... SUCCESS [ 7.895 s] [INFO] org.eclipse.swtbot.eclipse.core .................... SUCCESS [ 5.359 s] [INFO] org.eclipse.swtbot.swt.finder ...................... SUCCESS [ 7.085 s] [INFO] org.eclipse.swtbot.eclipse.finder .................. SUCCESS [ 2.669 s] [INFO] org.eclipse.swtbot.e4.finder ....................... SUCCESS [ 2.997 s] [INFO] org.eclipse.swtbot.junit4_x ........................ SUCCESS [ 2.171 s] [INFO] org.eclipse.swtbot ................................. SUCCESS [ 2.670 s] [INFO] org.eclipse.swtbot.forms.finder .................... SUCCESS [ 1.951 s] [INFO] org.eclipse.swtbot.forms ........................... SUCCESS [ 2.717 s] [INFO] org.eclipse.swtbot.go .............................. SUCCESS [ 2.550 s] [INFO] org.eclipse.swtbot.eclipse ......................... SUCCESS [ 1.966 s] [INFO] org.eclipse.swtbot.eclipse.dsl ..................... SUCCESS [ 1.962 s] [INFO] org.eclipse.swtbot.eclipse.gef.finder .............. SUCCESS [ 3.018 s] [INFO] org.eclipse.swtbot.eclipse.spy ..................... SUCCESS [ 2.693 s] [INFO] org.eclipse.swtbot.eclipse.junit.headless .......... SUCCESS [ 2.182 s] [INFO] org.eclipse.swtbot.eclipse.test.junit .............. SUCCESS [ 1.710 s] [INFO] org.eclipse.swtbot.eclipse.ui ...................... SUCCESS [ 3.009 s] [INFO] org.eclipse.swtbot.generator ....................... SUCCESS [ 3.232 s] [INFO] org.eclipse.swtbot.generator.client ................ SUCCESS [ 2.683 s] [INFO] org.eclipse.swtbot.generator.rules.workbench ....... SUCCESS [ 2.286 s] [INFO] org.eclipse.swtbot.generator.jdt ................... SUCCESS [ 2.199 s] [INFO] org.eclipse.swtbot.generator.ui .................... SUCCESS [ 3.089 s] [INFO] org.eclipse.swtbot.junit5_x ........................ SUCCESS [ 1.785 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder ........... SUCCESS [ 2.453 s] [INFO] org.eclipse.swt.examples ........................... SUCCESS [ 8.235 s] [INFO] org.eclipse.swtbot.swt.demo ........................ SUCCESS [ 1.964 s] [INFO] org.eclipse.ui.forms.examples ...................... SUCCESS [ 4.401 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder .......... SUCCESS [ 2.172 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder ..... SUCCESS [ 2.639 s] [INFO] org.eclipse.swtbot.nebula.stepbar.finder ........... SUCCESS [ 2.160 s] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder ....... SUCCESS [ 2.211 s] [INFO] org.eclipse.swtbot.eclipse.gef ..................... SUCCESS [ 2.999 s] [INFO] org.eclipse.swtbot.generator.feature ............... SUCCESS [ 2.145 s] [INFO] org.eclipse.swtbot.ide ............................. SUCCESS [ 2.330 s] [INFO] org.eclipse.swtbot.eclipse.junit5.headless ......... SUCCESS [ 2.191 s] [INFO] org.eclipse.swtbot.junit5 .......................... SUCCESS [ 2.883 s] [INFO] org.eclipse.swtbot.nebula.gallery .................. SUCCESS [ 3.018 s] [INFO] org.eclipse.swtbot.nebula.nattable ................. SUCCESS [ 2.518 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup ............ SUCCESS [ 2.528 s] [INFO] org.eclipse.swtbot.nebula.stepbar .................. SUCCESS [ 2.301 s] [INFO] org.eclipse.swtbot.nebula.rangeslider .............. SUCCESS [ 2.133 s] [INFO] org.eclipse.swtbot.updatesite ...................... SUCCESS [ 3.952 s] [INFO] org.eclipse.swtbot.eclipse.ui.test ................. SUCCESS [ 19.188 s] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards ....... SUCCESS [ 1.745 s] [INFO] org.eclipse.swtbot.forms.finder.test ............... SUCCESS [ 12.392 s] [INFO] org.eclipse.swtbot.eclipse.finder.test ............. SUCCESS [01:51 min] [INFO] org.eclipse.swtbot.e4.finder.test .................. SUCCESS [ 12.662 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test ...... SUCCESS [ 10.555 s] [INFO] org.eclipse.swtbot.swt.finder.test ................. SUCCESS [13:35 min] [INFO] org.eclipse.swtbot.test ............................ SUCCESS [ 2.056 s] [INFO] org.eclipse.swtbot.generator.test .................. SUCCESS [ 15.057 s] [INFO] org.eclipse.swtbot.generator.jdt.test .............. SUCCESS [ 12.902 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test ..... SUCCESS [ 11.681 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test SUCCESS [ 10.209 s] [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test ...... SUCCESS [ 9.878 s] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test .. SUCCESS [ 9.821 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20:52 min [INFO] Finished at: 2022-10-03T11:26:18Z [INFO] ------------------------------------------------------------------------ [swtbot-tycho] $ /bin/sh -xe /tmp/jenkins15716191867489701806.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 56 killed; [ssh-agent] Stopped. Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS