Started by an SCM change Running as SYSTEM Agent centos-7-frgtz 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-frgtz" 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-frgtz" - 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-frgtz" - 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-frgtz (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-ytfjVC6Xmv5B/agent.56 SSH_AGENT_PID=58 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_17160649209637149937.key (/home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_17160649209637149937.key) [ssh-agent] Using credentials genie.swtbot (ssh://genie.swtbot@projects-storage.eclipse.org) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git > git init /home/jenkins/agent/workspace/swtbot-tycho # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git > git --version # timeout=10 > git --version # 'git version 2.36.3' > git fetch --tags --force --progress -- https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision aaa830c61826971b0d4aefa59ea467b78ef5867e (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f aaa830c61826971b0d4aefa59ea467b78ef5867e # timeout=10 Commit message: "Bug 581383 - Use Import-Package for JUnit5 dependency" > git rev-list --no-walk 33feea8ccb9afc59e28e2be67e78040ddf269e4d # timeout=10 [swtbot-tycho] $ Xvnc -help Starting xvnc [swtbot-tycho] $ Xvnc :37 -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 Fri Jan 27 11:35:37 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5937 vncext: created VNC server for screen 0 [swtbot-tycho] $ /bin/bash -x /tmp/jenkins3208182685695377813.sh + metacity --sm-disable --replace [swtbot-tycho] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.error.ignore=true -Dcbi.jarsigner.skip=false -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/home/jenkins/agent/workspace/swtbot-tycho/.repository install -B Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Fetching 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] 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] 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.202301171704.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (110.69kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar from https://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (11.09MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.1.0.202301241109.jar from https://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (2.75MB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.opal.checkboxgroup_1.0.0.202301171704.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (13.35kB) [INFO] Fetching org.eclipse.nebula.widgets.opal.commons_1.0.0.202301171704.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (111.38kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.stepbar_1.0.0.202301171704.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (14.6kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.opal.rangeslider_1.0.0.202301171704.jar from https://download.eclipse.org/nebula/snapshot/plugins/ (21.2kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Fetching org.junit.platform.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.1.0.202301241109.jar from https://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (140.84kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse SWTBot [pom] [INFO] org.eclipse.swtbot.ant.junit [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.core [eclipse-plugin] [INFO] org.eclipse.swtbot.swt.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.e4.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.junit4_x [eclipse-plugin] [INFO] org.eclipse.swtbot [eclipse-feature] [INFO] org.eclipse.swtbot.forms.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.forms [eclipse-feature] [INFO] org.eclipse.swtbot.go [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.dsl [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.gef.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.spy [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.junit.headless [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.test.junit [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.ui [eclipse-plugin] [INFO] org.eclipse.swtbot.generator [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.client [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.rules.workbench [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.jdt [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.ui [eclipse-plugin] [INFO] org.eclipse.swtbot.junit5_x [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.gallery.finder [eclipse-plugin] [INFO] org.eclipse.swt.examples [eclipse-plugin] [INFO] org.eclipse.swtbot.swt.demo [eclipse-plugin] [INFO] org.eclipse.ui.forms.examples [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.nattable.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.stepbar.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.gef [eclipse-feature] [INFO] org.eclipse.swtbot.generator.feature [eclipse-feature] [INFO] org.eclipse.swtbot.ide [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.junit5.headless [eclipse-plugin] [INFO] org.eclipse.swtbot.junit5 [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.gallery [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.nattable [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.checkboxgroup [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.stepbar [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.rangeslider [eclipse-feature] [INFO] org.eclipse.swtbot.updatesite [eclipse-repository] [INFO] org.eclipse.swtbot.eclipse.ui.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards [eclipse-plugin] [INFO] org.eclipse.swtbot.forms.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.eclipse.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.e4.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.swt.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.test [eclipse-feature] [INFO] org.eclipse.swtbot.generator.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.generator.jdt.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test [eclipse-test-plugin] [INFO] [INFO] ---------------------< org.eclipse.swtbot:parent >---------------------- [INFO] Building Eclipse SWTBot 4.1.0-SNAPSHOT [1/57] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ parent --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ parent --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ parent --- [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ parent --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/parent/4.1.0-SNAPSHOT/parent-4.1.0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit >------- [INFO] Building org.eclipse.swtbot.ant.junit 4.1.0-SNAPSHOT [2/57] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.ant.junit --- [INFO] The project's OSGi version is 4.1.0.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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_234153614605871951/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_234153614605871951/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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [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.202301271135 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.ui.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.ui.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.swtbot.eclipse.ui.functional.AllTests SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.615 s - in org.eclipse.swtbot.eclipse.ui.functional.AllTests canCreateSWTBotProject(org.eclipse.swtbot.eclipse.ui.functional.ProjectCreationWizardTest) Time elapsed: 2.31 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.202301271135 [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.202301271135 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.forms.finder.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.swtbot.forms.finder.test.AllTests SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.939 s - in org.eclipse.swtbot.forms.finder.test.AllTests canFindHyperlinkWithRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.012 s findHyperlink(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.004 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.002 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.007 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.202301271135 [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: 84.006 s - in org.eclipse.swtbot.eclipse.finder.AllTests viewMenuDropDown(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.613 s viewActionDelegateWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.319 s toolbarToogleButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.305 s viewBotWidgetScope(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.197 s toolbarButtonNotFound(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.23 s menusAddedProgramatically(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.374 s toolbarPushButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.26 s notFindingViewThrowsException(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 5.107 s openView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.195 s menusExtensionsCommandWithoutParameters(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.276 s toolbarDropDownButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.244 s menusExtensionsParameterizedCommand(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.241 s findsView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.385 s breakpointsViewMenuWorkingSets(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.554 s toolbarRadioButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.243 s closesAView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.349 s getToolbarButtons(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.232 s getsViewTitle(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.382 s quickFixNotFoundExceptionString(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s quickFixNotFoundExceptionStringThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s quickFixNotFoundExceptionThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0.001 s canAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 10.252 s getsAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 7.06 s contextMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 2.877 s contextMenuWithSubMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 2.747 s isActivePartIsFalseForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 5.456 s getsStatusMessagesOfEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 3.096 s isActiveIsTrueForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 4.801 s canAccessContextMenuSubmenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.198 s canGetStatusMessageOfView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.056 s canRefreshProject(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.087 s canAccessContextMenuCopyQualifiedName(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 2.573 s canAccessContextMenuOnMultipleSelection(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 4.405 s canAccessOpen(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 2.677 s canAccessContextMenuWithSubmenus(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 2.985 s shouldGetPageCount(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.21 s shouldSaveEditorContents(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.188 s editorShouldBeMarkedDirtyOnChanges(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.189 s shouldGetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.148 s shouldGetListOfPageTitles(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.154 s shouldAnswerIsActivePageCorrectly(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.149 s shouldSetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.164 s canFindControlContributionWithTooltip(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.094 s canFindControlContributionWithText(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.092 s canFindControlContributionWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.09 s canSelectMultipleRadioInPreferencesWindow(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipsePreferencesTest) Time elapsed: 0.347 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.202301271135 [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.353 s - in org.eclipse.swtbot.e4.finder.test.AllTests showsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.022 s closePart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 5.01 s findsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0 s getsPartTitle(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0 s openNewlyCreatedPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.046 s switchPerspective(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotPerspectiveTest) Time elapsed: 0.031 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.202301271135 [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:1411): Gtk-CRITICAL **: 11:41:01.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1411): Gtk-CRITICAL **: 11:41:01.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1411): Gtk-CRITICAL **: 11:41:01.870: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1411): Gtk-CRITICAL **: 11:41:01.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1411): Gtk-CRITICAL **: 11:41:01.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1411): Gtk-CRITICAL **: 11:41:02.039: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1411): Gtk-CRITICAL **: 11:41:02.075: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1411): Gtk-CRITICAL **: 11:41:02.149: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1411): Gtk-CRITICAL **: 11:41:02.179: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1411): Gtk-CRITICAL **: 11:41:02.239: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 s - in org.eclipse.swtbot.nebula.gallery.finder.test.AllTests testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.22 s testCount(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.069 s testGetGalleryItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.035 s testSelectUnselect(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.07 s testGetGalleryItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.03 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.07 s testGetItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.033 s testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.077 s testGetItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.06 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.032 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.202301271135 [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:1493): Gdk-CRITICAL **: 11:41:09.935: 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.913 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.514 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.244 s Running org.eclipse.swtbot.swt.finder.finders.MenuFinderTest (SWT:1493): Gdk-CRITICAL **: 11:41:10.205: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:41:10.253: 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.084 s - in org.eclipse.swtbot.swt.finder.finders.MenuFinderTest findsAllVisibleMenus(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.048 s clicksMenuItem(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.034 s Running org.eclipse.swtbot.swt.finder.finders.ControlFinderTest (SWT:1493): Gdk-CRITICAL **: 11:41:10.293: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:10.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:10.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:10.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:10.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:10.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:10.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:10.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:11.440: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:11.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:11.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:11.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:11.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:11.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:11.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:11.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:12.523: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:12.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:12.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:12.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:12.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:12.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:12.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:12.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:13.549: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:13.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:13.704: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:13.706: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:13.706: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:13.706: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:13.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:13.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-CRITICAL **: 11:41:14.422: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:14.426: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:41:14.620: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:14.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:14.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:14.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:14.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:14.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:14.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:14.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:15.652: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:15.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:15.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:15.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:15.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:15.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:15.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:15.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:16.677: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:16.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:16.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:16.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:16.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:16.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:16.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:16.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:17.704: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:17.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:17.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:17.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:17.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:17.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:17.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:17.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:18.787: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:18.931: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:18.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:18.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:18.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:18.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:18.936: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:18.936: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.545 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinderTest findsATabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.146 s getsControlPathToTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.083 s getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.025 s getsOnlyVisibleControls(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.072 s findsAGroup(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.031 s findsAShell(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.025 s findsText(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.027 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.083 s findsTwoButtons(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.049 s Running org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest (SWT:1493): Gdk-CRITICAL **: 11:41:19.844: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:19.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:19.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:19.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:19.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:19.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:19.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:19.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:20.915: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:21.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:21.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:21.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:21.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:21.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:21.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:21.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:21.968: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:22.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:22.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:22.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:22.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:22.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:22.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:22.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.175 s - in org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest generatesStringFromPath(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.072 s getsPathFromInvalidString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.052 s getsPathFromString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.05 s Running org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest (SWT:1493): Gdk-CRITICAL **: 11:41:23.021: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:23.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:23.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:23.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:23.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:23.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:23.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:23.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:24.067: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:24.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:24.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:24.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:24.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:24.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:24.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:24.218: 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.095 s - in org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest childrenControlFinder1(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.047 s childrenControlFinder2(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.048 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest shouldBeAbleToParseUserProvidedKeyboardLayout(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest) Time elapsed: 0.005 s shouldBeAbleToParseUserProvidedKeyboardLayoutViaPreference(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest (SWT:1493): Gdk-CRITICAL **: 11:41:25.127: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:41:25.147: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:41:25.160: 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.047 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest createsKeyboardForAWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.019 s createsKeyboardForMockKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.013 s createsKeyboardForSWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.013 s Running org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest getsKeystrokesForModificationKeyWithShiftAndCapitalCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeyStrokeForCapitalCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeyStrokeForSmallCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKeys(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKey(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKeyWithShiftAndSmallCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeyStrokeForSpecialCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0.001 s getsKeystrokesForModificationKeyForCapitalCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest (SWT:1493): Gdk-CRITICAL **: 11:41:25.185: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:25.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:25.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:25.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:25.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:25.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:25.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:25.358: 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.101 s - in org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest) Time elapsed: 1.1 s Running org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s matchTooltipIgnoreCase(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0.001 s matchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNullGetTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNoGetTooltipMethod(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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:1493): Gdk-CRITICAL **: 11:41:26.300: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:41:26.386: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:41:26.456: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:41:26.526: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:41:26.597: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:41:26.674: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:41:26.760: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:41:26.838: 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.619 s - in org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest matchesControlsWithTooltip(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.085 s matchesControlsWithTextIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.069 s matchesControlsWithTooltipIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.069 s matchesControlsWithText(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.071 s matchesControlsInGroup(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.076 s findsControlsById(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.086 s matchesControlsWithLabel(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.077 s matchesControlsWithRegex(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.079 s Running org.eclipse.swtbot.swt.finder.matchers.WithItemTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.WithItemTest testDescription(org.eclipse.swtbot.swt.finder.matchers.WithItemTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.001 s Running org.eclipse.swtbot.swt.finder.matchers.AllOfTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.AllOfTest testShouldAnswerTrueIfAllMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AllOfTest) Time elapsed: 0.001 s testShouldAnswerFalseIfAnyMatchersDoesNotMatch(org.eclipse.swtbot.swt.finder.matchers.AllOfTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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 s Running org.eclipse.swtbot.swt.finder.matchers.AnyOfTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.AnyOfTest testShouldAnswerTrueIfAnyMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest) Time elapsed: 0 s testShouldAnswerFalseIfNoMatchersMatche(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest) Time elapsed: 0.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 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:1493): Gdk-CRITICAL **: 11:41:26.947: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:41:27.028: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.029: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.037: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.039: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.060: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.061: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.084: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.085: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.116: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.116: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.134: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:41:27.134: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest dragsAndDropsFromTreeToTree(org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest) Time elapsed: 0.202 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest (SWT:1493): Gdk-CRITICAL **: 11:41:27.152: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:27.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:27.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:27.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:27.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:27.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:27.314: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:27.314: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:28.286: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:28.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:28.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:28.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:28.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:28.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:28.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:28.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:29.463: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:29.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:29.624: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:29.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:29.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:29.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:29.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:29.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:30.610: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:30.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:30.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:30.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:30.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:30.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:30.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:30.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:31.756: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:31.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:31.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:31.919: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:31.919: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:31.919: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:31.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:31.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:32.886: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:33.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.828: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.830: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.832: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.832: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.832: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.834: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:33.834: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:34.047: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:34.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:34.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:34.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:34.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:34.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:34.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:34.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.042 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest shouldGetExpandItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.135 s shouldCollapseAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.176 s shouldExpandAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.146 s shouldGetExpandedAndCollapsedItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.146 s shouldGetAllExpandBarItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.13 s shouldMatchEvents(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.161 s shouldThrowExceptionWhenItemIsNotFound(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 6.147 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest (SWT:1493): Gdk-CRITICAL **: 11:41:40.199: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:40.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:40.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:40.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:40.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:40.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:40.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:40.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:41.374: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:41.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:41.537: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:41.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:41.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:41.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:41.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:41.540: 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.387 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest findsArrowButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.177 s clicksArrowButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.209 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest (SWT:1493): Gdk-CRITICAL **: 11:41:42.586: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:42.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:42.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:42.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:42.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:42.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:42.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:42.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:43.756: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:43.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:43.919: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:43.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:43.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:43.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:43.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:43.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:44.904: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:45.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:45.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:45.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:45.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:45.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:45.067: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:45.067: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:46.069: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:46.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:46.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:46.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:46.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:46.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:46.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:46.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:47.213: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:47.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:47.380: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:47.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:47.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:47.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:47.382: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:47.382: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.797 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest testsInitialValues(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.169 s findsProgressBarInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.149 s testsGetStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.164 s findsProgressBar(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.143 s testsProgressPercentage(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.17 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest (SWT:1493): Gdk-CRITICAL **: 11:41:48.385: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:48.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:48.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:48.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:48.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:48.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:48.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:48.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:49.528: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:49.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:49.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:49.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:49.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:49.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:49.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:49.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:50.665: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:50.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:50.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:50.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:50.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:50.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:50.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:50.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:51.872: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:52.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:52.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:52.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:52.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:52.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:52.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:52.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.641 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest findsForegroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.142 s findsBackgroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.138 s clicksButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.207 s findsButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.152 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest (SWT:1493): Gdk-CRITICAL **: 11:41:53.027: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:53.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:53.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:53.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:53.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:53.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:53.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:53.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:54.203: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:54.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:54.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:54.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:54.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:54.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:54.372: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:54.372: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:55.388: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:55.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:55.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:55.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:55.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:55.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:55.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:55.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.563 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.176 s findsLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.184 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.202 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest (SWT:1493): Gdk-CRITICAL **: 11:41:56.592: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:56.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:56.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:56.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:56.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:56.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:56.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:56.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:57.834: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:58.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:58.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:58.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:58.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:58.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:58.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:58.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:41:59.082: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:41:59.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:59.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:59.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:59.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:59.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:59.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:41:59.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:00.341: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:00.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:00.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:00.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:00.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:00.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:00.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:00.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:01.582: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:01.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:01.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:01.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:01.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:01.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:01.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:01.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:02.864: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:03.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:03.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:03.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:03.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:03.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:03.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:03.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:04.139: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:04.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:04.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:04.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:04.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:04.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:04.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:04.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:05.420: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:05.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:05.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:05.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:05.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:05.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:05.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:05.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.093 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest selectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.242 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.248 s clicksRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.259 s togglesRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.24 s togglingRadioButtonDeselectsOtherConditionally(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.282 s clickingRadioButtonDeselectsOther(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.276 s deselectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.28 s clicksRadioButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.265 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest (SWT:1493): Gdk-CRITICAL **: 11:42:06.692: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:06.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:06.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:06.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:06.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:06.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:06.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:06.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:08.005: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:08.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:08.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:08.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:08.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:08.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:08.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:08.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:09.287: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:09.462: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:09.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:09.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:09.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:09.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:09.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:09.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:10.617: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:10.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:10.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:10.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:10.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:10.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:10.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:10.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:11.950: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:12.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:12.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:12.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:12.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:12.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:12.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:12.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:13.234: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:13.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:13.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:13.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:13.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:13.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:13.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:13.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:14.550: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:14.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:14.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:14.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:14.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:14.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:14.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:14.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:15.861: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:16.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:16.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:16.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:16.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:16.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:16.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:16.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:17.160: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:17.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:17.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:17.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:17.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:17.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:17.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:17.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:18.525: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:18.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:18.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:18.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:18.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:18.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:18.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:18.704: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:19.835: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:20.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:20.013: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:20.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:20.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:20.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:20.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:20.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:21.167: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:21.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:21.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:21.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:21.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:21.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:21.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:21.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:22.535: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:22.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:22.712: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:22.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:22.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:22.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:22.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:22.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:23.868: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:24.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:24.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:24.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:24.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:24.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:24.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:24.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:25.225: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:25.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:25.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:25.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:25.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:25.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:25.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:25.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:26.565: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:26.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:26.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:26.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:26.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:26.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:26.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:26.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.235 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.313 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.282 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.33 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.333 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.285 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.315 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.312 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.298 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.365 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.31 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.332 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.368 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.332 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.357 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.34 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.357 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest (SWT:1493): Gdk-CRITICAL **: 11:42:27.925: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:28.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:28.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:28.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:28.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:28.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:28.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:28.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:29.213: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:29.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:29.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:29.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:29.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:29.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:29.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:29.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:30.515: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:30.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:30.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:30.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:30.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:30.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:30.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:30.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:31.796: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:31.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:31.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:31.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:31.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:31.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:31.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:31.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:33.076: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:33.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:33.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:33.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:33.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:33.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:33.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:33.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.472 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest findsDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.287 s bug347824(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.303 s shouldHandleInvalidDates(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.281 s setsAndGetsDateOnDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.279 s sendsNotification(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.32 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest (SWT:1493): Gdk-CRITICAL **: 11:42:34.398: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:34.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:34.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:34.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:34.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:34.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:34.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:34.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:35.703: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:35.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:35.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:35.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:35.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:35.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:35.889: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:35.889: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:40.969: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:41.155: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:41.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:41.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:41.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:41.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:41.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:41.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.846 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 1.304 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 5.267 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 5.274 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest (SWT:1493): Gdk-CRITICAL **: 11:42:46.246: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:42:46.538: 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.59 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest canClickContextMenuOnCTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 0.291 s canCloseCTabItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 5.298 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest (SWT:1493): Gdk-CRITICAL **: 11:42:51.839: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:52.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:52.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:52.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:52.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:52.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:52.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:52.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:53.519: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:53.706: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:53.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:53.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:53.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:53.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:53.712: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:53.712: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:55.221: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:55.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:55.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:55.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:55.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:55.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:55.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:55.414: 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.085 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 1.68 s findsTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 1.701 s clicksTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 1.701 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest (SWT:1493): Gdk-CRITICAL **: 11:42:56.925: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:57.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:57.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:57.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:57.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:57.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:57.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:57.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:58.334: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:42:58.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:58.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:58.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:58.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:58.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:58.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:42:58.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:42:59.897: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:00.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:00.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:00.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:00.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:00.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:00.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:00.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:01.469: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:01.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:01.662: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:01.664: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:01.664: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:01.664: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:01.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:01.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:03.054: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:03.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:03.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:03.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:03.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:03.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:03.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:03.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:04.491: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:04.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:04.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:04.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:04.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:04.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:04.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:04.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:05.925: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:06.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:06.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:06.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:06.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:06.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:06.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:06.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:07.390: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:07.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:07.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:07.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:07.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:07.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:07.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:07.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:09.100: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:09.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:09.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:09.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:09.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:09.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:09.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:09.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:15.551: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:15.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:15.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:15.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:15.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:15.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:15.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:15.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:17.125: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:17.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:17.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:17.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:17.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:17.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:17.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:17.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:18.568: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:18.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:18.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:18.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:18.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:18.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:18.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:18.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:20.166: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:20.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:20.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:20.366: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:20.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:20.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:20.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:20.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:21.636: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:21.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:21.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:21.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:21.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:21.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:21.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:21.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:23.091: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:23.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:23.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:23.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:23.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:23.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:23.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:23.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:24.588: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:24.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:24.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:24.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:24.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:24.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:24.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:24.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:26.196: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:26.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:26.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:26.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:26.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:26.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:26.397: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:26.397: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:27.816: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:28.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:28.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:28.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:28.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:28.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:28.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:28.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:29.315: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:29.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:29.517: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:29.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:29.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:29.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:29.520: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:29.521: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:31.010: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:31.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:31.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:31.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:31.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:31.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:31.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:31.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:32.498: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:32.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:32.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:32.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:32.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:32.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:32.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:32.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:33.968: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:34.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:34.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:34.169: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:34.169: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:34.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:34.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:34.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:35.521: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:35.716: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:35.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:35.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:35.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:35.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:35.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:35.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:36.987: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:37.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:37.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:37.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:37.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:37.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:37.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:37.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:38.477: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:38.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:38.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:38.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:38.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:38.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:38.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:38.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:39.954: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:40.153: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:40.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:40.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:40.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:40.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:40.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:40.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:41.706: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:41.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:41.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:41.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:41.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:41.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:41.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:41.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:43.231: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:43.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:43.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:43.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:43.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:43.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:43.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:43.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.81 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest checkingATreeThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.409 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.562 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.571 s canSelectAListOfNodes(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.585 s canExpandANodeUsingVarArgs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.436 s canClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.433 s canUnCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.464 s canDoubleClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.711 s throwsExceptionIfNodeNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 6.451 s cellOutOfRangeWithMultipleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.574 s isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.443 s unselects(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.597 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.47 s canFindANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.456 s canDoubleClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.496 s getsRow(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.609 s getsColumnTextBasedOnColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.619 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.499 s getNodeBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.691 s canRightClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.492 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.471 s canToggleANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.552 s cellOutOfRangeWithSingleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.465 s cannotFindANodeWithIncorrectNodeIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.491 s canCallGetItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.477 s canClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.751 s canCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.525 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.503 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest (SWT:1493): Gdk-CRITICAL **: 11:43:44.738: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:44.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:44.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:44.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:44.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:44.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:44.949: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:44.949: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:46.162: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:46.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:46.366: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:46.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:46.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:46.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:46.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:46.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:47.585: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:47.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:47.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:47.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:47.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:47.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:47.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:47.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:49.026: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:49.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:49.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:49.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:49.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:49.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:49.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:49.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:50.481: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:50.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:50.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:50.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:50.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:50.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:50.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:50.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:43:51.916: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:43:52.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:52.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:52.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:52.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:52.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:52.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:43:52.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.648 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest findsScaleInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.423 s shouldSetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.424 s shouldGetIncrementAndPageIncrement(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.44 s shouldGetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.455 s findsScale(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.435 s shouldGetMinimumAndMaximum(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.469 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest (SWT:1493): Gdk-CRITICAL **: 11:43:53.395: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:53.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.637: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:53.689: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:53.955: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.956: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:53.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:54.002: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:54.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.249: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.260: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.260: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.260: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.261: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.262: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.262: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:54.297: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:54.540: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.552: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.552: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.553: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.553: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.554: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:54.554: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:55.448: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:55.700: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:55.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:55.711: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:55.711: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:55.712: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:55.712: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:55.713: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:55.713: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:55.752: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:56.007: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.008: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.025: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.026: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.026: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.027: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.027: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.027: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:56.090: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:56.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.362: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.362: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.362: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:56.397: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:56.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.658: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.658: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.658: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:56.739: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:56.986: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.987: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.999: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.999: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:56.999: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:57.033: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:57.283: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.284: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.295: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.295: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:57.335: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:57.581: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.582: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.594: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.594: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.594: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:57.668: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:57.913: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.914: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.926: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.926: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:57.926: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:57.989: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:58.235: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.236: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.247: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.247: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.247: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:58.317: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:58.566: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.567: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.578: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.578: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.579: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.579: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.580: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.580: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:58.652: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:58.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.914: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.914: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.914: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:58.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:58.977: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:59.227: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.228: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.239: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.239: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.239: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.240: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.240: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.240: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:59.274: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:59.523: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.524: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.534: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.534: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.534: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.535: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.535: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.535: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:43:59.569: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:43:59.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.829: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.830: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.830: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.831: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.831: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:43:59.831: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:44:01.082: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:44:01.337: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.338: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.348: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.348: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:44:01.384: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:44:01.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.637: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:44:01.686: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:44:01.955: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.956: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.966: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.966: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:01.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:44:02.040: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:44:02.293: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:02.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:02.304: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:02.305: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:02.305: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:02.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:02.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:02.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:44:03.352: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:44:03.604: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.605: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.616: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:44:03.651: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:44:03.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.916: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.916: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:03.917: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:44:05.575: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:44:05.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:05.836: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:05.847: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:05.847: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:05.847: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:05.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:05.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:05.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:44:05.883: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:44:06.137: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:06.138: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:06.148: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:06.148: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:06.149: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:06.150: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:06.150: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:44:06.150: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.79 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest selectsRangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.295 s selectsRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.313 s insertsTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.295 s typesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.15 s insertsTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.304 s canDoubleClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.338 s getsLinesWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.307 s canClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.342 s getsLineCountWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.293 s getsBullet(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.302 s canCtrlClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.333 s findsStylesRangeInARangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.321 s findsTextStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.328 s canShiftClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.335 s findsTextStyleWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.324 s getsTextOnCurrentLine(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.296 s setsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.295 s typesSpecialCharactersAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.514 s navigatesToAParticularLocationWithTAB(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.302 s navigatesToAParticularLocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.301 s findsStylesRangeInARange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.354 s testTypesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.313 s getsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.298 s typesTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.923 s getsLinesWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.308 s getsLineCountWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.3 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest (SWT:1493): Gdk-CRITICAL **: 11:44:06.186: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:44:06.230: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest) Time elapsed: 0.064 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest (SWT:1493): Gdk-CRITICAL **: 11:44:06.253: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:06.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:06.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:06.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:06.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:06.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:06.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:06.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:08.094: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:08.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:08.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:08.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:08.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:08.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:08.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:08.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:09.934: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:10.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:10.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:10.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:10.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:10.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:10.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:10.165: 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.522 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest clicksTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 1.841 s clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 1.84 s findsTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 1.84 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest (SWT:1493): Gdk-CRITICAL **: 11:44:11.781: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:12.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:12.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:12.009: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:12.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:12.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:12.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:12.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:13.320: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:13.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:13.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:13.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:13.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:13.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:13.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:13.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:14.897: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:15.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:15.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:15.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:15.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:15.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:15.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:15.127: 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.656 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest selectionWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.539 s findsSpinner(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.577 s findsSpinnerInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.539 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:1493): Gdk-CRITICAL **: 11:44:16.441: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:44:16.486: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:44:16.536: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:44:16.582: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:44:16.628: 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.233 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest findsSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.046 s clicksSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.05 s findsMenuRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.045 s findsMenuNotRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.046 s findsMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.046 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest (SWT:1493): Gdk-CRITICAL **: 11:44:16.677: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:44:16.701: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:44:16.727: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:44:16.746: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:44:16.763: 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.106 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest indexedTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.024 s menuCanBeAccessedOnTrayItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.026 s firstTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.018 s listOfTrayItemsIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.018 s trayItemWithTooltipIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.018 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest (SWT:1493): Gdk-CRITICAL **: 11:44:16.784: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:17.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:17.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:17.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:17.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:17.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:17.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:17.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:18.531: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:18.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:18.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:18.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:18.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:18.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:18.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:18.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:20.276: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:20.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:20.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:20.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:20.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:20.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:20.515: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:20.515: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:22.012: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:22.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:22.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:22.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:22.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:22.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:22.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:22.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:23.766: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:23.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:24.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:24.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:24.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:24.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:24.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:24.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:25.496: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:25.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:25.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:25.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:25.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:25.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:25.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:25.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:27.242: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:27.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:27.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:27.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:27.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:27.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:27.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:27.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:29.028: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:29.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:29.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:29.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:29.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:29.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:29.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:29.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:30.877: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:31.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:31.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:31.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:31.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:31.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:31.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:31.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:32.639: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:32.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:32.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:32.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:32.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:32.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:32.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:32.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:34.382: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:34.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:34.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:34.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:34.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:34.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:34.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:34.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:36.170: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:36.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:36.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:36.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:36.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:36.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:36.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:36.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:37.921: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:38.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:38.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:38.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:38.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:38.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:38.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:38.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:39.745: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:39.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:39.987: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:39.989: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:39.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:39.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:39.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:39.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:41.586: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:41.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:41.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:41.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:41.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:41.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:41.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:41.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:43.347: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:43.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:43.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:43.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:43.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:43.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:43.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:43.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:45.131: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:45.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:45.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:45.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:45.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:45.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:45.385: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:45.385: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.127 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest selectionNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.747 s unSelectsSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.746 s throwsExceptionInCaseOfInvalidTextBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.735 s setsAndGetsMultipleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.755 s unSelectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.729 s setsAndGetsSingleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.746 s setsAndGetsMultipleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.786 s throwsExceptionInCaseOfInvalidIndexBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.849 s getsItemAtIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.761 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.743 s canDoubleClickOnList(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.788 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.751 s deSelectNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.824 s selectionNotifiesListenersMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.842 s setsAndGetsSingleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.76 s findsAListWithoutLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.783 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.779 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest (SWT:1493): Gdk-CRITICAL **: 11:44:46.913: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:47.153: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:47.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:47.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:47.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:47.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:47.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:47.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:49.075: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:49.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:49.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:49.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:49.330: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:49.330: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:49.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:49.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:51.017: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:51.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:51.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:51.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:51.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:51.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:51.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:51.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:52.945: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:53.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:53.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:53.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:53.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:53.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:53.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:53.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:54.866: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:55.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:55.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:55.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:55.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:55.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:55.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:55.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:56.787: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:57.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:57.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:57.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:57.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:57.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:57.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:57.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:44:58.735: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:44:58.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:58.980: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:58.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:58.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:58.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:58.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:44:58.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:00.781: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:01.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:01.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:01.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:01.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:01.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:01.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:01.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:02.723: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:02.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:02.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:02.972: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:02.972: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:02.972: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:02.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:02.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:04.891: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:05.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:05.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:05.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:05.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:05.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:05.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:05.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:06.984: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:07.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:07.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:07.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:07.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:07.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:07.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:07.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:09.069: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:09.316: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:09.319: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:09.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:09.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:09.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:09.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:09.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:11.161: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:11.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:11.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:11.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:11.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:11.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:11.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:11.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:13.229: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:13.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:13.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:13.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:13.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:13.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:13.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:13.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.534 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest canUnCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.162 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.942 s canFindALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.927 s checkingATableThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.921 s isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.92 s canGetTableItemText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.949 s canRightClickOnALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.045 s canGetLineText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 1.942 s canToggleALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.168 s canDoubleClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.093 s canClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.085 s canClickALineInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.092 s canSelectALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.068 s canCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.217 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest (SWT:1493): Gdk-CRITICAL **: 11:45:15.449: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:15.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:15.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:15.704: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:15.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:15.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:15.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:15.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:17.158: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:17.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:17.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:17.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:17.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:17.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:17.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:17.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:18.889: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:19.137: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:19.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:19.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:19.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:19.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:19.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:19.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:20.624: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:20.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:20.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:20.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:20.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:20.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:20.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:20.881: 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.886 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest findsToolBarButtonWithToolTipBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.708 s findsToolBarButtonWithToolTip(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.731 s getsTooltipOnButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.735 s findsToolBarButtonWithToolTip2(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.71 s Running org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest (SWT:1493): Gdk-CRITICAL **: 11:45:22.337: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:22.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:22.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:22.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:22.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:22.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:22.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:22.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:24.014: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:24.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:24.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:24.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:24.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:24.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:24.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:24.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.377 s - in org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 1.677 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 1.698 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest (SWT:1493): Gdk-CRITICAL **: 11:45:25.715: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:25.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:25.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:25.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:25.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:25.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:25.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:25.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:27.432: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:27.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:27.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:27.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:27.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:27.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:27.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:27.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:29.896: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:30.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:30.152: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:30.155: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:30.155: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:30.155: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:30.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:30.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:31.675: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:31.937: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:31.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:31.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:31.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:31.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:31.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:31.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:33.392: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:33.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:33.656: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:33.658: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:33.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:33.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:33.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:33.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:35.147: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:35.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:35.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:35.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:35.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:35.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:35.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:35.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:36.878: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:37.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:37.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:37.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:37.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:37.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:37.147: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:37.147: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:38.646: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:38.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:38.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:38.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:38.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:38.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:38.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:38.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:40.416: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:40.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:40.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:40.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:40.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:40.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:40.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:40.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:42.154: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:42.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:42.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:42.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:42.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:42.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:42.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:42.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.186 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest setTextBetweenSelectionsWithSameIndices(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.716 s typeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.464 s changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.779 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.716 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.755 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.73 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.768 s findsCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.77 s changeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.738 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.747 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest (SWT:1493): Gdk-CRITICAL **: 11:45:43.904: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:44.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:44.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:44.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:44.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:44.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:44.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:44.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:45.690: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:45.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:45.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:45.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:45.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:45.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:45.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:45.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:47.430: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:47.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:47.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:47.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:47.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:47.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:47.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:47.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:49.195: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:49.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:49.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:49.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:49.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:49.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:49.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:49.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:50.957: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:51.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:51.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:51.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:51.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:51.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:51.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:51.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:52.738: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:52.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:53.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:53.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:53.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:53.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:53.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:53.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.596 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest clicksOnALinkAtIndexWithHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.785 s clicksOnALinkWithHyperlinkTextAndHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.74 s clicksOnALink(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.764 s clicksOnALinkAtIndexWithNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.763 s clicksOnALinkWithHyperlinkTextAndNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.781 s clicksOnALinkAtIndexOutOfRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.761 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest (SWT:1493): Gdk-CRITICAL **: 11:45:54.502: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:54.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:54.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:54.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:54.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:54.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:54.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:54.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:56.396: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:56.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:56.658: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:56.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:56.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:56.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:56.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:56.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:45:58.282: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:45:58.547: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:58.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:58.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:58.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:58.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:58.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:45:58.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:00.159: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:00.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:00.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:00.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:00.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:00.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:00.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:00.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:06.043: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:06.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:06.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:06.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:06.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:06.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:06.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:06.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:11.905: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:12.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:12.169: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:12.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:12.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:12.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:12.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:12.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.429 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 1.894 s isSelectedWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 1.886 s clickingOneRadioDeselectsOthers(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 1.876 s doesNotMatchCheckboxButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 5.884 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 5.861 s clicksRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.026 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest (SWT:1493): Gdk-CRITICAL **: 11:46:13.933: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:14.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:14.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:14.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:14.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:14.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:14.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:14.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-CRITICAL **: 11:46:15.473: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:15.477: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:15.494: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:15.503: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:15.506: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:46:15.746: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:16.009: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:16.013: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:16.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:16.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:16.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:16.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:16.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-CRITICAL **: 11:46:17.283: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.288: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.339: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.366: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.383: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.400: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.416: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.450: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.466: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.483: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.499: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.516: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.533: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.550: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.566: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.666: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.714: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.757: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.808: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.858: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:17.909: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:46:18.199: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:18.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:18.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:18.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:18.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:18.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:18.475: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:18.475: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-CRITICAL **: 11:46:19.760: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:19.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:19.781: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:46:20.020: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:20.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:20.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:20.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:20.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:20.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:20.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:20.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-CRITICAL **: 11:46:21.570: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:21.574: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:21.591: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gdk-CRITICAL **: 11:46:21.826: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:22.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:22.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:22.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:22.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:22.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:22.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:22.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-CRITICAL **: 11:46:23.386: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1493): Gtk-CRITICAL **: 11:46:23.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.702 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest findsTextBoxInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.812 s typesText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.453 s setsTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.822 s typesTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.805 s findsTextBoxWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.808 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest (SWT:1493): Gdk-CRITICAL **: 11:46:23.637: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:23.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:23.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:23.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:23.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:23.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:23.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:23.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:25.542: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:25.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:25.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:25.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:25.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:25.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:25.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:25.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:27.359: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:27.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:27.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:27.634: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:27.634: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:27.634: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:27.636: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:27.636: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:29.288: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:29.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:29.561: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:29.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:29.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:29.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:29.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:29.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:33.138: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:33.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:33.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:33.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:33.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:33.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:33.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:33.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:34.961: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:35.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:35.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:35.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:35.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:35.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:35.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:35.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:38.799: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:39.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:39.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:39.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:39.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:39.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:39.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:39.078: 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 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.904 s findsToolBarPushButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.817 s clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.929 s doesNotFindToolBarRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.85 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.823 s doesNotFindToolBarCheckButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.838 s isEnabled(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.837 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest (SWT:1493): Gdk-CRITICAL **: 11:46:40.640: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:40.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:40.919: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:40.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:40.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:40.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:40.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:40.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:42.433: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:42.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:42.708: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:42.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:42.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:42.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:42.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:42.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.592 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest findsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 1.792 s activatesTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 1.799 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest (SWT:1493): Gdk-CRITICAL **: 11:46:44.235: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:44.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:44.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:44.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:44.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:44.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:44.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:44.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:46.167: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:46.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:46.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:46.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:46.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:46.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:46.452: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:46.452: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:48.108: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:48.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:48.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:48.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:48.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:48.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:48.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:48.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:50.075: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:50.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:50.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:50.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:50.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:50.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:50.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:50.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:51.989: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:52.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:52.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:52.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:52.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:52.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:52.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:52.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:53.886: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:54.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:54.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:54.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:54.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:54.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:54.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:54.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:55.838: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:56.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:56.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:56.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:56.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:56.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:56.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:56.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:57.790: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:58.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:58.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:58.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:58.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:58.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:58.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:58.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:46:59.711: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:46:59.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:59.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:59.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:59.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:59.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:59.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:46:59.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:01.648: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:01.937: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:01.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:01.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:01.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:01.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:01.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:01.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:03.623: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:03.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:03.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:03.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:03.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:03.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:03.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:03.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:05.614: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:05.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:05.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:05.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:05.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:05.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:05.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:05.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:07.615: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:07.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:07.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:07.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:07.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:07.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:07.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:07.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:09.562: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:09.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:09.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:09.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:09.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:09.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:09.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:09.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:11.535: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:11.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:11.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:11.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:11.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:11.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:11.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:11.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:13.561: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:13.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:13.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:13.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:13.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:13.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:13.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:13.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.299 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.931 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.941 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.967 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.915 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.896 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.952 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.952 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.921 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.937 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.975 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.991 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.001 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.947 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.974 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.025 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.972 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest (SWT:1493): Gdk-CRITICAL **: 11:47:15.535: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:15.820: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:15.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:15.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:15.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:15.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:15.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:15.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:17.508: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:17.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:17.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:17.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:17.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:17.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:17.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:17.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:19.510: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:19.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:19.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:19.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:19.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:19.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:19.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:19.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:21.492: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:21.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:21.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:21.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:21.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:21.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:21.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:21.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:23.473: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:23.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:23.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:23.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:23.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:23.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:23.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:23.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:25.470: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:25.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:25.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:25.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:25.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:25.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:25.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:25.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:27.485: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:27.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:27.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:27.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:27.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:27.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:27.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:27.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.975 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest clicksCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.972 s clicksCheckboxButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.003 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.981 s selectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.982 s deselectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.996 s clickingCheckboxButtonTogglesIt(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.015 s togglesCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.024 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest (SWT:1493): Gdk-CRITICAL **: 11:47:29.512: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:29.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:29.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:29.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:29.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:29.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:29.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:29.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:31.522: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:31.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:31.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:31.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:31.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:31.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:31.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:31.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:37.545: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:37.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:37.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:37.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:37.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:37.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:37.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:37.841: 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: 14.007 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest clicksToggleButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 2.01 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 6.023 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 5.973 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest (SWT:1493): Gdk-CRITICAL **: 11:47:43.520: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:43.860: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:44.195: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:44.533: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:44.871: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:45.218: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:45.583: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:45.924: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.749 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.339 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.335 s findCCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.338 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.338 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.347 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.364 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.34 s setText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.345 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest (SWT:1493): Gdk-CRITICAL **: 11:47:46.270: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:46.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:46.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:46.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:46.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:46.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:46.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:46.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:47:48.378: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:47:48.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:48.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:48.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:48.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:48.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:48.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:47:48.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.106 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 2.107 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 1.998 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest (SWT:1493): Gdk-CRITICAL **: 11:47:50.380: 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.05 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest clickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest) Time elapsed: 3.049 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest (SWT:1493): Gdk-CRITICAL **: 11:47:53.431: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:53.470: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:53.509: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:58.557: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:58.601: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:47:58.644: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:48:03.704: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:48:04.753: 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.363 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest getsAllShells(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.038 s getsActiveShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.039 s noShellReturnsNull(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.047 s bringsShellToFront(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.044 s findsShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.044 s closesShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.06 s testMaximize(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 1.048 s findsShellsById(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.04 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest (SWT:1493): Gdk-CRITICAL **: 11:48:04.796: 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.046 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest) Time elapsed: 0.046 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest (SWT:1493): Gdk-CRITICAL **: 11:48:04.845: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:05.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:05.154: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:05.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:05.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:05.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:05.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:05.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:06.951: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:07.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:07.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:07.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:07.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:07.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:07.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:07.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:09.019: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:09.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:09.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:09.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:09.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:09.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:09.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:09.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:11.159: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:11.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:11.509: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:11.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:11.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:11.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:11.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:11.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:13.288: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:13.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:13.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:13.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:13.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:13.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:13.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:13.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:15.407: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:15.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:15.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:15.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:15.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:15.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:15.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:15.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.61 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest doubleClick(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.106 s click(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.067 s findsCanvas(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.141 s doubleClickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.129 s clickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.118 s findsCanvasInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.047 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest (SWT:1493): Gdk-CRITICAL **: 11:48:17.457: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:17.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:17.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:17.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:17.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:17.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:17.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:17.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:19.584: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:19.897: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:19.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:19.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:19.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:19.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:19.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:19.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:21.731: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:22.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:22.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:22.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:22.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:22.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:22.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:22.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:23.899: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:24.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:24.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:24.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:24.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:24.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:24.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:24.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:26.033: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:26.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:26.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:26.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:26.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:26.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:26.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:26.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:28.139: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:28.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:28.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:28.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:28.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:28.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:28.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:28.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:30.424: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:30.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:30.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:30.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:30.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:30.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:30.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:30.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:32.548: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:32.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:32.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:32.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:32.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:32.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:32.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:32.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:34.721: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:35.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:35.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:35.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:35.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:35.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:35.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:35.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:36.818: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:37.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:37.129: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:37.132: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:37.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:37.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:37.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:37.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:38.906: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:39.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:39.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:39.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:39.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:39.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:39.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:39.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:41.179: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:41.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:41.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:41.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:41.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:41.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:41.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:41.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:43.412: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:43.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:43.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:43.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:43.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:43.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:43.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:43.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:46.021: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:46.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:46.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:46.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:46.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:46.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:46.344: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:46.344: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:48.634: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:48.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:48.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:48.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:48.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:48.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:48.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:48.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:50.769: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:51.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:51.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:51.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:51.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:51.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:51.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:51.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:52.917: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:53.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:53.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:53.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:53.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:53.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:53.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:53.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:55.040: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:55.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:55.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:55.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:55.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:55.372: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:55.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:55.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:57.207: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:57.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:57.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:57.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:57.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:57.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:57.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:57.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:48:59.472: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:48:59.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:59.794: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:59.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:59.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:59.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:59.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:48:59.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:01.634: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:01.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:01.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:01.971: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:01.971: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:01.971: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:01.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:01.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:03.803: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:04.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:04.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:04.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:04.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:04.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:04.129: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:04.129: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:05.956: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:06.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:06.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:06.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:06.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:06.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:06.282: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:06.282: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:08.088: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:08.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:08.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:08.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:08.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:08.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:08.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:08.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:10.277: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:10.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:10.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:10.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:10.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:10.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:10.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:10.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:12.426: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:12.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:12.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:12.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:12.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:12.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:12.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:12.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:14.609: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:14.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:14.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:14.936: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:14.937: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:14.937: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:14.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:14.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:16.764: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:17.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:17.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:17.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:17.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:17.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:17.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:17.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:18.941: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:19.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:19.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:19.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:19.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:19.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:19.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:19.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:21.150: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:21.475: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:21.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:21.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:21.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:21.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:21.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:21.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.883 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest containsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.128 s settingSelectionOnInvalidRowNumberThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.147 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.167 s selectsItemsBasedOnString(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.134 s throwsExceptionIfTheRowNumberIsIllegal2(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.106 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.284 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.123 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.173 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.097 s searchText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.088 s settingMultipleSelectionOfInvalidIndicesThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.273 s findsIndexOfColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.232 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.609 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.613 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.135 s findsAnyTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.148 s throwsExceptionIfTheColumnNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.122 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.166 s getsIndexOfItemInAColumnWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.265 s findsItemsBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.162 s findsTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.17 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.152 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.131 s settingSelectionOnInvalidRowTextThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.19 s findsItemsBasedOnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.148 s getsIndexOfItemInAColumnWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.182 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.155 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.176 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.21 s throwsExceptionIfTheColumnNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.189 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest (SWT:1493): Gdk-CRITICAL **: 11:49:23.343: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest) Time elapsed: 0.034 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest (SWT:1493): Gdk-CRITICAL **: 11:49:23.380: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:23.706: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:23.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:23.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:23.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:23.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:23.716: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:23.716: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:25.522: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:25.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:25.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:25.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:25.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:25.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:25.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:25.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:27.705: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:28.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:28.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:28.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:28.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:28.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:28.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:28.044: 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.478 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest findsSliderInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.141 s canSetSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.183 s findsSlider(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.152 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest (SWT:1493): Gdk-CRITICAL **: 11:49:29.860: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:30.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:30.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:30.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:30.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:30.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:30.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:30.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:32.232: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:32.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:32.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:32.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:32.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:32.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:32.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:32.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:34.600: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:34.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:34.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:34.937: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:34.937: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:34.938: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:34.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:34.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:36.914: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:37.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:37.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:37.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:37.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:37.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:37.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:37.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:39.262: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:39.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:39.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:39.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:39.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:39.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:39.602: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:39.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:41.663: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:41.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:41.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:42.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:42.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:42.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:42.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:42.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:44.013: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:44.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:44.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:44.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:44.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:44.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:44.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:44.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:46.250: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:46.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:46.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:46.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:46.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:46.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:46.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:46.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:48.659: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:49.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:49.009: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:49.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:49.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:49.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:49.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:49.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:51.000: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:51.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:51.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:51.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:51.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:51.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:51.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:51.340: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:53.207: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:53.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:53.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:53.547: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:53.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:53.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:53.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:53.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:55.712: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:56.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:56.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:56.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:56.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:56.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:56.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:56.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:49:57.956: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:49:58.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:58.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:58.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:58.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:58.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:58.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:49:58.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:00.463: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:00.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:00.804: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:00.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:00.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:00.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:00.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:00.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:03.196: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:03.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:03.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:03.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:03.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:03.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:03.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:03.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:05.470: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:05.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:05.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:05.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:05.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:05.814: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:05.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:05.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:07.709: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:08.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:08.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:08.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:08.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:08.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:08.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:08.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:10.007: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:10.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:10.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:10.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:10.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:10.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:10.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:10.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:12.582: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:12.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:12.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:12.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:12.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:12.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:12.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:12.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:14.847: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:15.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:15.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:15.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:15.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:15.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:15.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:15.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:17.097: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:17.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:17.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:17.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:17.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:17.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:17.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:17.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:19.368: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:19.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:19.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:19.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:19.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:19.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:19.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:19.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:22.068: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:22.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:22.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:22.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:22.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:22.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:22.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:22.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:29.428: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:29.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:29.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:29.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:29.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:29.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:29.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:29.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:31.823: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:32.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:32.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:32.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:32.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:32.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:32.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:32.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:34.212: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:34.569: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:34.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:34.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:34.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:34.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:34.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:34.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.655 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest setsMultipleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.371 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.368 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.314 s doubleClicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.347 s clicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.401 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.349 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.236 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.41 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.341 s findsAnyTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.207 s expandsNode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.505 s expandANodePath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.243 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.506 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.734 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.272 s getsAllTreeItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.238 s selectsMultipleOnSingleSelectTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.298 s expandsNodeToMax(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.575 s findsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.263 s expandEmptyPath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.249 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.271 s clicksOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.7 s setsMultipleSelectionUnknownItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 7.359 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.395 s getsColumnCountOnMultiColumnTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.39 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.302 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest (SWT:1493): Gdk-CRITICAL **: 11:50:36.518: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:50:36.945: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:50:37.371: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:50:37.814: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.424 s findsCLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.425 s findsCLabel1(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.444 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.429 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest (SWT:1493): Gdk-CRITICAL **: 11:50:38.245: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:38.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:38.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:38.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:38.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:38.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:38.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:38.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:40.641: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:40.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:40.997: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:40.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:41.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:41.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:41.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:41.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:43.040: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:43.385: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:43.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:43.393: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:43.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:43.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:43.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:43.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 7.092 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 2.395 s getsAllMenuItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 2.399 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 2.298 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest (SWT:1493): Gdk-CRITICAL **: 11:50:45.341: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:50:45.361: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.071 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest testJFaceWizardButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest) skipped testJFaceErrorDialogButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest) Time elapsed: 0.05 s Running org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest (SWT:1493): Gdk-CRITICAL **: 11:50:45.413: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:45.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:45.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:45.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:45.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:45.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:45.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:45.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:47.666: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:48.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:48.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:48.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:48.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:48.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:48.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:48.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:49.947: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:50.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:50.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:50.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:50.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:50.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:50.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:50.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:52.207: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:52.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:52.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:52.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:52.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:52.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:52.568: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:52.568: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:54.455: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:54.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:54.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:54.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:54.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:54.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:54.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:54.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:56.715: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:57.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:57.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:57.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:57.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:57.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:57.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:57.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:50:58.968: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:50:59.319: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:59.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:59.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:59.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:59.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:59.330: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:50:59.330: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:01.223: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:01.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:01.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:01.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:01.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:01.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:01.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:01.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.075 s - in org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest findsRightIndexOfControlInParentWithNoParent(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.252 s getsToString(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.281 s findsNextWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.26 s findsIndexOfArbritryControl(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.248 s nextWidgetOnLastWidgetIsNull(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.26 s getsCorrectStyle(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.253 s previousWidgetOnFirstWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.255 s findsPreviousWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.266 s Running org.eclipse.swtbot.swt.finder.utils.CredentialsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.utils.CredentialsTest testHashCode(org.eclipse.swtbot.swt.finder.utils.CredentialsTest) Time elapsed: 0 s testEquals(org.eclipse.swtbot.swt.finder.utils.CredentialsTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.PositionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.PositionTest equalsAndHashCode(org.eclipse.swtbot.swt.finder.utils.PositionTest) Time elapsed: 0 s equalsAndHashCodeNegative(org.eclipse.swtbot.swt.finder.utils.PositionTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.TableCollectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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 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 s Running org.eclipse.swtbot.swt.finder.utils.BidiMapTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.BidiMapTest canIterateThroughAllElements(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s canFindObjectBasedOnKey(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s canFindObjectBasedOnValue(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.FileUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.FileUtilsTest canReadFromURL(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0 s canWriteToAFile(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0.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.001 s - in org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest getsKeySetOfTheMap(org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest) Time elapsed: 0.001 s mapsMultipleValuesToAKey(org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.MenuDetectTest (SWT:1493): Gdk-CRITICAL **: 11:51:03.516: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-CRITICAL **: 11:51:03.574: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.swtbot.swt.finder.utils.MenuDetectTest testMenuDetect(org.eclipse.swtbot.swt.finder.utils.MenuDetectTest) Time elapsed: 0.134 s Running org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest translatesFromStringsToIds(org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.TableRowTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.TableRowTest hashCodeIsSameForSameTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s equalsForUnequalTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s hashCodeIsDifferentForDifferentTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s equalsForEqualTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.resolvers.ResolverTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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 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:1493): Gdk-CRITICAL **: 11:51:03.661: 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.049 s - in org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest waitsForTreeToContainRows(org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest) Time elapsed: 0.049 s Running org.eclipse.swtbot.swt.finder.waits.WaitForShellTest (SWT:1493): Gdk-CRITICAL **: 11:51:03.712: 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.515 s - in org.eclipse.swtbot.swt.finder.waits.WaitForShellTest waitsForShellToAppear(org.eclipse.swtbot.swt.finder.waits.WaitForShellTest) Time elapsed: 0.514 s Running org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest (SWT:1493): Gdk-CRITICAL **: 11:51:04.228: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest waitsForShellToBecomeActive(org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest) Time elapsed: 0.021 s Running org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest (SWT:1493): Gdk-CRITICAL **: 11:51:04.251: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:04.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:04.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:04.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:04.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:04.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:04.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:04.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.785 s - in org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest waitsForWidgetToAppearInParent(org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest) Time elapsed: 2.784 s Running org.eclipse.swtbot.swt.finder.waits.ShellClosesTest (SWT:1493): Gdk-CRITICAL **: 11:51:07.038: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s - in org.eclipse.swtbot.swt.finder.waits.ShellClosesTest waitsForShellClose(org.eclipse.swtbot.swt.finder.waits.ShellClosesTest) Time elapsed: 0.521 s Running org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest (SWT:1493): Gdk-CRITICAL **: 11:51:07.561: 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.04 s - in org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest waitsForTableToContainRows(org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest) Time elapsed: 0.04 s Running org.eclipse.swtbot.swt.finder.SWTBotTest (SWT:1493): Gdk-CRITICAL **: 11:51:07.603: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:51:07.680: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:51:07.747: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:51:12.816: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:51:15.386: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:51:15.454: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gdk-CRITICAL **: 11:51:15.523: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.99 s - in org.eclipse.swtbot.swt.finder.SWTBotTest getsAllShells(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.076 s doesNotWait5SecondsAndPassesForPassingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.067 s waitsMoreThan5sWhenConditionDoesNotSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.07 s waitsLessThan5sWhenConditionSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 2.57 s throwsExceptionOnNegativeTimeOut(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.068 s findsShellsById(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.068 s waits5SecondsAndFailsForFailingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.07 s Running org.eclipse.swtbot.swt.finder.ReferenceByTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.swtbot.swt.finder.ReferenceByTest compatibilityWithOtherReferences(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.003 s methodNameSuffix(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s methodArguments(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s matcherMethod(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s generatesCombinations(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.003 s Running org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest (SWT:1493): Gdk-CRITICAL **: 11:51:20.607: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:20.972: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:20.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:20.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:20.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:20.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:20.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:20.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:22.916: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:23.282: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:23.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:23.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:23.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:23.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:23.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:23.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:25.240: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:25.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:25.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:25.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:25.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:25.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:25.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:25.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:27.621: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:28.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:28.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:28.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:28.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:28.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:28.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:28.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:29.972: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:30.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:30.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:30.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:30.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:30.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:30.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:30.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:32.320: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:32.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:32.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:32.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:32.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:32.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:32.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:32.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:34.667: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:35.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:35.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:35.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:35.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:35.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:35.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:35.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:37.034: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:37.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:37.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:37.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:37.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:37.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:37.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:37.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:39.390: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:39.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:39.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:39.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:39.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:39.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:39.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:39.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:41.752: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:42.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:42.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:42.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:42.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:42.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:42.129: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:42.129: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:44.088: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:44.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:44.459: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:44.462: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:44.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:44.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:44.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:44.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:46.433: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:46.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:46.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:46.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:46.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:46.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:46.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:46.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:48.803: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:49.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:49.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:49.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:49.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:49.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:49.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:49.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.59 s - in org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest assertContainsWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.308 s assertsIfWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.324 s capturesScreenshotOnError(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.379 s assertDoesNotContainThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.351 s assertContainsThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.348 s assertDoesNotContainWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.346 s assertEnabledThrowsExceptionWhenWidgetIsDisable(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.368 s assertNotEnabledThrowsExceptionWhenWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.355 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches2(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.362 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.336 s assertRegexMatchesThrowsExceptionWhenRegexDoesNotMatch(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.346 s throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.37 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.393 s Running org.eclipse.swtbot.swt.finder.SWTBot2Test (SWT:1493): Gdk-CRITICAL **: 11:51:51.199: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:51.568: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:51.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:51.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:51.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:51.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:51.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:51.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:53.538: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:53.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:53.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:53.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:53.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:53.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:53.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:53.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:56.119: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:56.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:56.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:56.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:56.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:56.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:56.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:56.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:51:58.621: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:51:59.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:59.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:59.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:59.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:59.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:59.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:51:59.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gdk-CRITICAL **: 11:52:01.119: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1493): Gtk-WARNING **: 11:52:01.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:52:01.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:52:01.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:52:01.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:52:01.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:52:01.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1493): Gtk-WARNING **: 11:52:01.504: 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: 12.331 s - in org.eclipse.swtbot.swt.finder.SWTBot2Test findsGetsIdOfAControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.338 s findsTextBox(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.581 s getsActiveControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.503 s tabKeyTraversalSetsFocusOnTheNextControlAndSendsTraverseEvents(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.497 s isEnabled(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 2.41 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.202301271135 [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.202301271135 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.test --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.generator.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/surefire.properties, -nouithread] Running org.eclipse.swtbot.generator.test.RecordToolbarButtonTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 s - in org.eclipse.swtbot.generator.test.RecordToolbarButtonTest testClickToolbarWithImage(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.388 s testClickToolbar(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.11 s testClickToolbarWithImageAndNoText(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.114 s Running org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 s - in org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest testMultipleTableSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.112 s testMultipleTableSelectionSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.109 s testTableCheckSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.117 s testTableCheckSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.116 s testSingleTableSelection(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.14 s testMultipleTableSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.115 s testTableCheck(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.101 s Running org.eclipse.swtbot.generator.test.RecordCComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.swtbot.generator.test.RecordCComboTextTest testModifyCCombo(org.eclipse.swtbot.generator.test.RecordCComboTextTest) Time elapsed: 0.114 s Running org.eclipse.swtbot.generator.test.RecordComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.swtbot.generator.test.RecordComboTextTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboTextTest) Time elapsed: 0.098 s Running org.eclipse.swtbot.generator.test.CTabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.swtbot.generator.test.CTabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.CTabItemActivateTest) Time elapsed: 0.101 s Running org.eclipse.swtbot.generator.test.RecordRadioClickTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.swtbot.generator.test.RecordRadioClickTest testRadioButtonClick(org.eclipse.swtbot.generator.test.RecordRadioClickTest) Time elapsed: 0.11 s Running org.eclipse.swtbot.generator.test.TabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.swtbot.generator.test.TabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.TabItemActivateTest) Time elapsed: 0.109 s Running org.eclipse.swtbot.generator.test.RecordComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.swtbot.generator.test.RecordComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboSelectionTest) Time elapsed: 0.093 s Running org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest testTreeCheck(org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest) Time elapsed: 0.128 s Running org.eclipse.swtbot.generator.test.RecordCComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.swtbot.generator.test.RecordCComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordCComboSelectionTest) Time elapsed: 0.098 s Running org.eclipse.swtbot.generator.test.RecordListDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s - in org.eclipse.swtbot.generator.test.RecordListDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.101 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.098 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.098 s Running org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest testModifyStyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.117 s testModifySyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.092 s Running org.eclipse.swtbot.generator.test.RecordListSelectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s - in org.eclipse.swtbot.generator.test.RecordListSelectionTest testSingleListSelection(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.095 s testMultipleListSelectionSameItem(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.095 s testMultipleListSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.104 s testMultipleListSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.099 s Running org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest testTreeLevel2DoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.1 s testTreeDoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.096 s Running org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.093 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.097 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.097 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.202301271135 [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-source-plugin:2.3.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.jdt.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.jdt.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.3.0:test (default-test) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/surefire.properties, -nouithread] Running org.eclipse.swtbot.generator.jdt.test.RecordComboTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 s - in org.eclipse.swtbot.generator.jdt.test.RecordComboTest testModifyCombo(org.eclipse.swtbot.generator.jdt.test.RecordComboTest) Time elapsed: 0.612 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.202301271135 [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:2161): Gtk-CRITICAL **: 11:52:31.961: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2161): Gtk-CRITICAL **: 11:52:31.961: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2161): Gtk-CRITICAL **: 11:52:33.517: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2161): Gtk-CRITICAL **: 11:52:33.517: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.943 s - in org.eclipse.swtbot.nebula.nattable.finder.test.AllTests testContextMenu(org.eclipse.swtbot.nebula.nattable.finder.test1.TestNatTableContextMenu) Time elapsed: 0.425 s testCellLabel(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.175 s testClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.436 s testClickColumnHeader(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.153 s testCount(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.046 s testDoubleClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.298 s testScrollAndReadCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.053 s testScrollNotViewport(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.071 s testScrollOutOfRange(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.04 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.202301271135 [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.371 s - in org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest testCheckBoxGroup(org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest) Time elapsed: 0.199 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.202301271135 [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.355 s - in org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest testStepbar(org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest) Time elapsed: 0.229 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.202301271135 [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:2414): Gtk-WARNING **: 11:52:53.546: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.546: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.549: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.549: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.721: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.722: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.727: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.727: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.772: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.772: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.778: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2414): Gtk-WARNING **: 11:52:53.778: 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.527 s - in org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest testSetLowerValue(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.209 s testSetUpperValue(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.075 s testSetSelection(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.052 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 [ 9.372 s] [INFO] org.eclipse.swtbot.ant.junit ....................... SUCCESS [ 9.088 s] [INFO] org.eclipse.swtbot.eclipse.core .................... SUCCESS [ 3.954 s] [INFO] org.eclipse.swtbot.swt.finder ...................... SUCCESS [ 6.081 s] [INFO] org.eclipse.swtbot.eclipse.finder .................. SUCCESS [ 2.426 s] [INFO] org.eclipse.swtbot.e4.finder ....................... SUCCESS [ 2.402 s] [INFO] org.eclipse.swtbot.junit4_x ........................ SUCCESS [ 1.892 s] [INFO] org.eclipse.swtbot ................................. SUCCESS [ 2.708 s] [INFO] org.eclipse.swtbot.forms.finder .................... SUCCESS [ 2.666 s] [INFO] org.eclipse.swtbot.forms ........................... SUCCESS [ 2.039 s] [INFO] org.eclipse.swtbot.go .............................. SUCCESS [ 1.719 s] [INFO] org.eclipse.swtbot.eclipse ......................... SUCCESS [ 2.483 s] [INFO] org.eclipse.swtbot.eclipse.dsl ..................... SUCCESS [ 1.950 s] [INFO] org.eclipse.swtbot.eclipse.gef.finder .............. SUCCESS [ 2.634 s] [INFO] org.eclipse.swtbot.eclipse.spy ..................... SUCCESS [ 2.626 s] [INFO] org.eclipse.swtbot.eclipse.junit.headless .......... SUCCESS [ 2.601 s] [INFO] org.eclipse.swtbot.eclipse.test.junit .............. SUCCESS [ 1.705 s] [INFO] org.eclipse.swtbot.eclipse.ui ...................... SUCCESS [ 2.283 s] [INFO] org.eclipse.swtbot.generator ....................... SUCCESS [ 2.957 s] [INFO] org.eclipse.swtbot.generator.client ................ SUCCESS [ 2.293 s] [INFO] org.eclipse.swtbot.generator.rules.workbench ....... SUCCESS [ 2.354 s] [INFO] org.eclipse.swtbot.generator.jdt ................... SUCCESS [ 2.799 s] [INFO] org.eclipse.swtbot.generator.ui .................... SUCCESS [ 2.085 s] [INFO] org.eclipse.swtbot.junit5_x ........................ SUCCESS [ 2.684 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder ........... SUCCESS [ 2.563 s] [INFO] org.eclipse.swt.examples ........................... SUCCESS [ 5.808 s] [INFO] org.eclipse.swtbot.swt.demo ........................ SUCCESS [ 3.106 s] [INFO] org.eclipse.ui.forms.examples ...................... SUCCESS [ 4.521 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder .......... SUCCESS [ 2.556 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder ..... SUCCESS [ 2.382 s] [INFO] org.eclipse.swtbot.nebula.stepbar.finder ........... SUCCESS [ 2.437 s] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder ....... SUCCESS [ 2.604 s] [INFO] org.eclipse.swtbot.eclipse.gef ..................... SUCCESS [ 2.227 s] [INFO] org.eclipse.swtbot.generator.feature ............... SUCCESS [ 2.589 s] [INFO] org.eclipse.swtbot.ide ............................. SUCCESS [ 1.875 s] [INFO] org.eclipse.swtbot.eclipse.junit5.headless ......... SUCCESS [ 3.218 s] [INFO] org.eclipse.swtbot.junit5 .......................... SUCCESS [ 2.235 s] [INFO] org.eclipse.swtbot.nebula.gallery .................. SUCCESS [ 1.911 s] [INFO] org.eclipse.swtbot.nebula.nattable ................. SUCCESS [ 2.552 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup ............ SUCCESS [ 2.767 s] [INFO] org.eclipse.swtbot.nebula.stepbar .................. SUCCESS [ 2.614 s] [INFO] org.eclipse.swtbot.nebula.rangeslider .............. SUCCESS [ 2.392 s] [INFO] org.eclipse.swtbot.updatesite ...................... SUCCESS [ 3.676 s] [INFO] org.eclipse.swtbot.eclipse.ui.test ................. SUCCESS [ 10.788 s] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards ....... SUCCESS [ 2.619 s] [INFO] org.eclipse.swtbot.forms.finder.test ............... SUCCESS [ 9.163 s] [INFO] org.eclipse.swtbot.eclipse.finder.test ............. SUCCESS [01:32 min] [INFO] org.eclipse.swtbot.e4.finder.test .................. SUCCESS [ 11.366 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test ...... SUCCESS [ 8.111 s] [INFO] org.eclipse.swtbot.swt.finder.test ................. SUCCESS [11:01 min] [INFO] org.eclipse.swtbot.test ............................ SUCCESS [ 1.723 s] [INFO] org.eclipse.swtbot.generator.test .................. SUCCESS [ 10.810 s] [INFO] org.eclipse.swtbot.generator.jdt.test .............. SUCCESS [ 8.406 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test ..... SUCCESS [ 9.305 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test SUCCESS [ 7.099 s] [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test ...... SUCCESS [ 6.328 s] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test .. SUCCESS [ 6.766 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:15 min [INFO] Finished at: 2023-01-27T11:52:54Z [INFO] ------------------------------------------------------------------------ [swtbot-tycho] $ /bin/sh -xe /tmp/jenkins6634904212019218441.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 58 killed; [ssh-agent] Stopped. Sending e-mails to: joe.shannon@diamond.ac.uk wellmann.hannes1@gmx.net Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS