Started by an SCM change Running as SYSTEM Agent centos-7-q829f is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-q829f" 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-q829f" - 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-q829f" - 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.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false 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 - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} 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-q829f (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-16OK131hWfK5/agent.51 SSH_AGENT_PID=53 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_2303841076700106056.key (/home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_2303841076700106056.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 git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot > git init /home/jenkins/agent/workspace/swtbot-tycho # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot # 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 eca49c3b6c6faff7241da264f66aeb2a43e13027 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f eca49c3b6c6faff7241da264f66aeb2a43e13027 # timeout=10 Commit message: "Update orbit to R20210602031627" > git rev-list --no-walk a4d336a7c8977aee4387661f5fd31d7df0828235 # timeout=10 [swtbot-tycho] $ vncserver -list Starting xvnc [swtbot-tycho] $ Xvnc :60 -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 Jun 4 10:05:36 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5960 vncext: created VNC server for screen 0 [swtbot-tycho] $ /bin/bash -x /tmp/jenkins4516918278382211292.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.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) 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.10.19-200.fc33.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:3.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:3.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:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Fetching 202105281000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-06/ [INFO] Fetching org.apache.ant_1.10.10.v20210426-1926.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (2.83MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.ant_1.10.10.v20210426-1926... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:3.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:3.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:3.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:3.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:3.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:3.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.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (9.67MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749... [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (1.54MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking com.sun.jna_5.8.0.v20210503-0343... [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (399.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking com.sun.jna.platform_5.8.0.v20210406-1004... [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (36.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking javax.annotation_1.3.5.v20200909-1856... [INFO] Fetching org.eclipse.osgi_3.16.300.v20210504-2102.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (461.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.osgi_3.16.300.v20210504-2102... [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (13.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.batik.constants_1.14.0.v20210324-0332... [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (102.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.batik.css_1.14.0.v20210324-0332... [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (63.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.batik.util_1.14.0.v20210324-0332... [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (14.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.batik.i18n_1.14.0.v20210324-0332... [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (258.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.xmlgraphics_2.6.0.v20210409-0748... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (104.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.commons.io_2.8.0.v20210415-0900... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (155.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... [INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (43.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.osgi.services_3.10.100.v20210324-0936... [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (30.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.osgi.util_3.6.0.v20210212-1137... [INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (43.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.commands_3.10.0.v20210401-0744... [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (59.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.common_3.15.0.v20210518-0604... [INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (41.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.contenttype_3.7.1000.v20210409-1722... [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (55.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.preferences_3.8.200.v20210212-1143... [INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (77.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.registry_3.10.200.v20210503-1606... [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (56.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.databinding_1.10.100.v20200926-1123... [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (82.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200730-0848... [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (44.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651... [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (33.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.expressions_3.7.100.v20210203-1000... [INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (32.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.runtime_3.22.0.v20210506-1025... [INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (46.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.jobs_3.11.0.v20210420-1453... [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (42.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.app_1.5.100.v20210212-1143... [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (13.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.core.commands_1.0.0.v20210507-1901... [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (25.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.core.di_1.7.700.v20210128-2123... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (27.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.core.services_2.2.600.v20210110-1654... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (7.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (18.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (21.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (385.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.ecore_2.24.0.v20210405-0628... [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.swt_3.116.100.v20210519-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (16.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.swt_3.116.100.v20210519-1005... [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (13.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.services_1.5.0.v20210115-1333... [INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (363.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jface_3.22.200.v20210401-0958... [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (66.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (65.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (16.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147... [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (9.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.di_1.3.0.v20210222-1018... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (27.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (110.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958... [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (16.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.event_1.6.0.v20210212-1143... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (9.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842... [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210421-0904.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (88.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.workbench_1.13.0.v20210421-0904... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (37.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (83.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (49.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (94.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (60.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604... [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (77.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jface.databinding_1.12.200.v20210111-0911... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339... [INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (23.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.urischeme_1.1.400.v20210407-1558... [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (114.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (114.65kB) [INFO] Unpacking org.eclipse.emf.common_2.22.0.v20210319-0732... [INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (120.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.help_3.9.0.v20210507-0822... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (25.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249... [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jface.notifications_0.3.0.v20210218-1820... [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (13.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210519-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (985.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210519-1005... [INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (960.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.workbench_3.122.200.v20210506-1640... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210519-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (1.19MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210519-1005... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210519-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (833.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210519-1005... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:3.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:3.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:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (32.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.compare.core_3.6.1000.v20201020-1107... [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (41.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.filebuffers_3.7.0.v20210512-1543... [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (100.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.text_3.12.0.v20210512-1644... [INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (28.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.filesystem_1.9.0.v20210419-1155... [INFO] Fetching org.eclipse.core.resources_3.15.0.v20210505-1154.jar from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (876.64kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.200.v20210108-1832... [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (23.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.bidi_1.3.100.v20210212-1143... [INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (31.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.core_2.7.0.v20210315-2042... [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (74.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (108.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (50.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228... [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (44.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.security_1.3.600.v20210126-1005... [INFO] Fetching org.eclipse.jface.text_3.18.0.v20210512-1640.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (313.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jface.text_3.18.0.v20210512-1640... [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (144.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (32.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (339.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui_3.119.0.v20210111-1350... [INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (201.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.editors_3.14.100.v20210513-1110... [INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210510-1814.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (949.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.ide_3.18.200.v20210510-1814... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (236.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009... [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (129.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.navigator_3.10.100.v20210415-0924... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:3.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:3.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:3.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:3.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:3.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:3.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 http://download.eclipse.org/releases/2021-06/202105281000/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 http://download.eclipse.org/releases/2021-06/202105281000/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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (95.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.bouncycastle.bcpg_1.65.0.v20200527-1955... [INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (1.2MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.bouncycastle.bcprov_1.65.1.v20200529-1514... [INFO] Fetching org.eclipse.ant.core_3.6.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (71.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ant.core_3.6.0.v20210415-1314... [INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (18.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.variables_3.5.0.v20210510-1945... [INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (102.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ant.launching_1.3.0.v20210415-1314... [INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (126.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.debug.core_3.18.100.v20210511-0446... [INFO] Fetching org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (282.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jdt.launching_3.19.200.v20210326-1452... [INFO] Fetching org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (20.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.externaltools_1.2.0.v20210510-1841... [INFO] Fetching org.eclipse.jdt.core_3.26.0.v20210519-1141.jar from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (6.92MB) [INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (473.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ant.ui_3.8.0.v20210415-1314... [INFO] Fetching org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (65.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.externaltools_3.5.0.v20210510-1849... [INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (84.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.console_3.11.0.v20210510-1914... [INFO] Fetching org.eclipse.debug.ui_3.15.0.v20210510-1930.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (1,011.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.debug.ui_3.15.0.v20210510-1930... [INFO] Fetching org.eclipse.jdt.ui_3.23.0.v20210517-0328.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (3.96MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jdt.ui_3.23.0.v20210517-0328... [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.300.v20210517-0748.jar from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (124.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.team.core_3.9.0.v20210510-1748... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (105.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555... [INFO] Fetching org.eclipse.jdt.junit_3.11.1200.v20210513-1732.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (231.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.1200.v20210513-1732.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (231.96kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.1200.v20210513-1732... [INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (303.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.compare_3.8.0.v20210415-0713... [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (47.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.views_3.11.0.v20210111-1351... [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (122.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.forms_3.11.100.v20210108-1139... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (19.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (34.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (60.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (39.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825... [INFO] Fetching org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (47.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.director_2.5.0.v20210325-0750... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (24.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (37.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (13.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209... [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (31.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (43.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (106.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (16.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (122.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (46.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228... [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (289.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115... [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (71.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.security.ui_1.3.0.v20210121-0947... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.400.v20210517-0328.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (557.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.400.v20210517-0328... [INFO] Fetching org.eclipse.jdt.debug_3.17.200.v20210513-1223.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (901.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jdt.debug_3.17.200.v20210513-1223... [INFO] Fetching org.eclipse.search_3.13.200.v20210419-1029.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (214.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.search_3.13.200.v20210419-1029... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (176.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (65.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046... [INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (488.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.team.ui_3.9.0.v20210426-0837... [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (70.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848... [INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (477.46kB) [INFO] Fetching org.eclipse.pde.core_3.14.300.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (1.33MB) [INFO] Fetching org.eclipse.pde.launching_3.9.300.v20210513-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (52.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.pde.launching_3.9.300.v20210513-1344... [INFO] Fetching org.eclipse.pde.ui_3.13.100.v20210515-0638.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (1.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.pde.ui_3.13.100.v20210515-0638... [INFO] Fetching org.eclipse.ui.intro_3.6.200.v20210409-1747.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (141.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.intro_3.6.200.v20210409-1747... [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (149.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822... [INFO] Fetching org.eclipse.ui.views.log_1.2.1500.v20210315-1034.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (85.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.views.log_1.2.1500.v20210315-1034... [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (26.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.trace_1.2.0.v20210110-1242... [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (51.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.genericeditor_1.2.0.v20210129-1224... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (40.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/pom.xml [INFO] Fetching org.eclipse.jdt_3.18.800.v20210519-1800.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (29.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jdt_3.18.800.v20210519-1800... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/pom.xml [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (12.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900... [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (63.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.junit.jupiter.api_5.7.1.v20210222-1948... [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (14.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900... [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (51.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.junit.platform.commons_1.7.1.v20210222-1948... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:3.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:3.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:3.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.202106031230.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (108.85kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.1.100-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:3.1.100-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:3.1.100-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:3.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:3.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:3.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.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (1.67MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.collections_10.4.0.v20200820-2049... [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.0.1.202105312209.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (2.73MB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder:3.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:3.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:3.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.202106031230.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (11.53kB) [INFO] Fetching org.eclipse.nebula.widgets.opal.commons_1.0.0.202106031230.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (109.28kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder:3.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:3.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:3.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.202106031230.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (12.78kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder:3.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:3.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:3.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.202106031230.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (19.37kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (60.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.junit.platform.engine_1.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (53.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.junit.platform.launcher_1.7.1.v20210222-1948... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.junit5:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (29.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.felix.gogo.command_1.1.2.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (77.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.4.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (35.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.felix.gogo.shell_1.1.4.v20210111-1007... [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (26.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.200.v20210111-0759... [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (29.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.net_1.3.1100.v20210424-0724... [INFO] Fetching org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (30.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.launcher_1.6.200.v20210416-2027... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (103.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (83.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609... [INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210211-2058.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (52.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.console_1.4.300.v20210211-2058... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832... [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (42.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.update.configurator_3.4.800.v20210415-1314... [INFO] Fetching org.eclipse.rcp_4.20.0.v20210519-1800.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (9.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.rcp_4.20.0.v20210519-1800... [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (56.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.ide.application_1.4.100.v20210506-1050... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.200.v20210429-1609.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (81.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.200.v20210429-1609... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (7.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656... [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (40.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210429-1609... [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (7.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850... [INFO] Fetching org.eclipse.e4.rcp_4.20.0.v20210519-1005.jar from http://download.eclipse.org/releases/2021-06/202105281000/features/ (21.04kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202105281000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202105281000/features/ (19.13kB) [INFO] Fetching org.eclipse.rcp_4.20.0.v20210519-1800.jar from http://download.eclipse.org/releases/2021-06/202105281000/features/ (19.15kB) [INFO] Fetching org.eclipse.rcp_root_4.20.0.v20210519-1800 from http://download.eclipse.org/releases/2021-06/202105281000/binary/ (24.93kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Fetching org.eclipse.platform_4.20.0.v20210519-1800.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (617.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.platform_4.20.0.v20210519-1800... [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (1.83MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.intro.universal_3.4.200.v20210409-1747... [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/plugins/ (280.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking ca.odell.glazedlists_1.11.0.v20190926-1838... [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (143.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.commons.codec_1.14.0.v20200818-1422... [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.1.202105312209.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (134.05kB) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.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:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml [WARNING] The project org.eclipse.swtbot:parent:pom:3.1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse SWTBot [pom] [INFO] target-platforms [pom] [INFO] 2021-06 [eclipse-target-definition] [INFO] 2021-03 [eclipse-target-definition] [INFO] 2020-12 [eclipse-target-definition] [INFO] 2020-09 [eclipse-target-definition] [INFO] 2020-06 [eclipse-target-definition] [INFO] 2020-03 [eclipse-target-definition] [INFO] 2019-12 [eclipse-target-definition] [INFO] 2019-09 [eclipse-target-definition] [INFO] 2019-06 [eclipse-target-definition] [INFO] 2019-03 [eclipse-target-definition] [INFO] 2018-12 [eclipse-target-definition] [INFO] 2018-09 [eclipse-target-definition] [INFO] photon [eclipse-target-definition] [INFO] oxygen [eclipse-target-definition] [INFO] neon [eclipse-target-definition] [INFO] mars [eclipse-target-definition] [INFO] luna [eclipse-target-definition] [INFO] kepler [eclipse-target-definition] [INFO] juno [eclipse-target-definition] [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 3.1.0-SNAPSHOT [1/77] [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.2.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ parent --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ parent --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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/3.1.0-SNAPSHOT/parent-3.1.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.swtbot:target-platforms >----------------- [INFO] Building target-platforms 3.1.0-SNAPSHOT [2/77] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ target-platforms --- [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/devtools/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ target-platforms --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ target-platforms --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ target-platforms --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ target-platforms --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ target-platforms --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ target-platforms --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ target-platforms --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/3.1.0-SNAPSHOT/target-platforms-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2021-06 >------------- [INFO] Building 2021-06 3.1.0-SNAPSHOT [3/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2021-06 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2021-06 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2021-06 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2021-06 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2021-06 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2021-06 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2021-06 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2021-06 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2021-06 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2021-06/2021-06.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2021-06/3.1.0-SNAPSHOT/2021-06-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2021-06/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2021-06/3.1.0-SNAPSHOT/2021-06-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2021-03 >------------- [INFO] Building 2021-03 3.1.0-SNAPSHOT [4/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2021-03 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2021-03 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2021-03 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2021-03 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2021-03 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2021-03 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2021-03 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2021-03 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2021-03 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2021-03/2021-03.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2021-03/3.1.0-SNAPSHOT/2021-03-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2021-03/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2021-03/3.1.0-SNAPSHOT/2021-03-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2020-12 >------------- [INFO] Building 2020-12 3.1.0-SNAPSHOT [5/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2020-12 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2020-12 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2020-12 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2020-12 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2020-12 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2020-12 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2020-12 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2020-12 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2020-12 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2020-12/2020-12.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2020-12/3.1.0-SNAPSHOT/2020-12-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2020-12/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2020-12/3.1.0-SNAPSHOT/2020-12-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2020-09 >------------- [INFO] Building 2020-09 3.1.0-SNAPSHOT [6/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2020-09 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2020-09 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2020-09 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2020-09 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2020-09 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2020-09 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2020-09 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2020-09 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2020-09 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2020-09/2020-09.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2020-09/3.1.0-SNAPSHOT/2020-09-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2020-09/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2020-09/3.1.0-SNAPSHOT/2020-09-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2020-06 >------------- [INFO] Building 2020-06 3.1.0-SNAPSHOT [7/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2020-06 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2020-06 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2020-06 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2020-06 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2020-06 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2020-06 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2020-06 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2020-06 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2020-06 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2020-06/2020-06.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2020-06/3.1.0-SNAPSHOT/2020-06-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2020-06/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2020-06/3.1.0-SNAPSHOT/2020-06-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2020-03 >------------- [INFO] Building 2020-03 3.1.0-SNAPSHOT [8/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2020-03 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2020-03 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2020-03 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2020-03 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2020-03 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2020-03 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2020-03 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2020-03 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2020-03 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2020-03/2020-03.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2020-03/3.1.0-SNAPSHOT/2020-03-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2020-03/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2020-03/3.1.0-SNAPSHOT/2020-03-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-12 >------------- [INFO] Building 2019-12 3.1.0-SNAPSHOT [9/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2019-12 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2019-12 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2019-12 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2019-12 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2019-12 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-12 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2019-12 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2019-12 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2019-12 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2019-12/2019-12.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2019-12/3.1.0-SNAPSHOT/2019-12-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2019-12/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2019-12/3.1.0-SNAPSHOT/2019-12-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-09 >------------- [INFO] Building 2019-09 3.1.0-SNAPSHOT [10/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2019-09 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2019-09 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2019-09 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2019-09 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2019-09 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-09 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2019-09 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2019-09 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2019-09 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2019-09/2019-09.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2019-09/3.1.0-SNAPSHOT/2019-09-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2019-09/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2019-09/3.1.0-SNAPSHOT/2019-09-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-06 >------------- [INFO] Building 2019-06 3.1.0-SNAPSHOT [11/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2019-06 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2019-06 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2019-06 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2019-06 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2019-06 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-06 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2019-06 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2019-06 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2019-06 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2019-06/2019-06.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2019-06/3.1.0-SNAPSHOT/2019-06-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2019-06/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2019-06/3.1.0-SNAPSHOT/2019-06-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-03 >------------- [INFO] Building 2019-03 3.1.0-SNAPSHOT [12/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2019-03 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2019-03 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2019-03 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2019-03 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2019-03 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-03 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2019-03 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2019-03 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2019-03 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2019-03/2019-03.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2019-03/3.1.0-SNAPSHOT/2019-03-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2019-03/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2019-03/3.1.0-SNAPSHOT/2019-03-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2018-12 >------------- [INFO] Building 2018-12 3.1.0-SNAPSHOT [13/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2018-12 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2018-12 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2018-12 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2018-12 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2018-12 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2018-12 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2018-12 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2018-12 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2018-12 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2018-12/2018-12.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2018-12/3.1.0-SNAPSHOT/2018-12-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2018-12/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2018-12/3.1.0-SNAPSHOT/2018-12-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2018-09 >------------- [INFO] Building 2018-09 3.1.0-SNAPSHOT [14/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2018-09 --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ 2018-09 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ 2018-09 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ 2018-09 --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ 2018-09 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2018-09 --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ 2018-09 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ 2018-09 --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2018-09 --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2018-09/2018-09.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2018-09/3.1.0-SNAPSHOT/2018-09-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/2018-09/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/2018-09/3.1.0-SNAPSHOT/2018-09-3.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.swtbot.target-platforms:photon >------------- [INFO] Building photon 3.1.0-SNAPSHOT [15/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ photon --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ photon --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ photon --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ photon --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ photon --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ photon --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ photon --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ photon --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ photon --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/photon/photon.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/photon/3.1.0-SNAPSHOT/photon-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/photon/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/photon/3.1.0-SNAPSHOT/photon-3.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.swtbot.target-platforms:oxygen >------------- [INFO] Building oxygen 3.1.0-SNAPSHOT [16/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ oxygen --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ oxygen --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ oxygen --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ oxygen --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ oxygen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ oxygen --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ oxygen --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ oxygen --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ oxygen --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/oxygen/oxygen.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/oxygen/3.1.0-SNAPSHOT/oxygen-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/oxygen/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/oxygen/3.1.0-SNAPSHOT/oxygen-3.1.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:neon >-------------- [INFO] Building neon 3.1.0-SNAPSHOT [17/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ neon --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ neon --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ neon --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ neon --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ neon --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ neon --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ neon --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ neon --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ neon --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/neon/neon.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/neon/3.1.0-SNAPSHOT/neon-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/neon/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/neon/3.1.0-SNAPSHOT/neon-3.1.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:mars >-------------- [INFO] Building mars 3.1.0-SNAPSHOT [18/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ mars --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ mars --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ mars --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ mars --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ mars --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ mars --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ mars --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ mars --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ mars --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/mars/mars.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/mars/3.1.0-SNAPSHOT/mars-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/mars/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/mars/3.1.0-SNAPSHOT/mars-3.1.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:luna >-------------- [INFO] Building luna 3.1.0-SNAPSHOT [19/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ luna --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ luna --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ luna --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ luna --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ luna --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ luna --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ luna --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ luna --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ luna --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/luna/luna.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/luna/3.1.0-SNAPSHOT/luna-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/luna/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/luna/3.1.0-SNAPSHOT/luna-3.1.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.swtbot.target-platforms:kepler >------------- [INFO] Building kepler 3.1.0-SNAPSHOT [20/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ kepler --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ kepler --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ kepler --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ kepler --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ kepler --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ kepler --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ kepler --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ kepler --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ kepler --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/kepler/kepler.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/kepler/3.1.0-SNAPSHOT/kepler-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/kepler/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/kepler/3.1.0-SNAPSHOT/kepler-3.1.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:juno >-------------- [INFO] Building juno 3.1.0-SNAPSHOT [21/77] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ juno --- [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/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ juno --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ juno --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ juno --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ juno --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ juno --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ juno --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ juno --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ juno --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/juno/juno.target to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/juno/3.1.0-SNAPSHOT/juno-3.1.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/devtools/target-platforms/juno/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/target-platforms/juno/3.1.0-SNAPSHOT/juno-3.1.0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit >------- [INFO] Building org.eclipse.swtbot.ant.junit 3.1.0-SNAPSHOT [22/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.ant.junit --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.ant.junit --- [WARNING] bundle localization file /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/plugin.properties not found [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.ant.junit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.ant.junit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/3.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/3.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/3.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [23/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.core --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [24/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [25/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [WARNING] [Fri Jun 04 10:09:24 UTC 2021] HTTP request failed. HTTP Error 504 (reason: Gateway Time-out)

504 Gateway Time-out

The server didn't respond in time. Server response has been saved to '/home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-3.1.0-SNAPSHOT.jar-10724567442221704935-RemoteJarSigner.log' [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [26/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.e4.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.e4.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [27/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit4_x --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.junit4_x --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.junit4_x --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [28/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.swtbot --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/3.1.0-SNAPSHOT/org.eclipse.swtbot-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/3.1.0-SNAPSHOT/org.eclipse.swtbot-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [29/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.forms.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [30/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.forms --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.forms --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [31/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.go --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.go --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.go --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.go --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.go --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/3.1.0-SNAPSHOT/org.eclipse.swtbot.go-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.go-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/3.1.0-SNAPSHOT/org.eclipse.swtbot.go-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/3.1.0-SNAPSHOT/org.eclipse.swtbot.go-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.go-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.go-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [32/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [33/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [34/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [35/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.spy --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [36/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [37/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-3.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-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [38/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [39/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.generator --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [40/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.client --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.client --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.client --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [41/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [42/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.jdt --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.jdt --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [43/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.ui --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [44/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit5_x --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.junit5_x --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.junit5_x --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [45/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.0:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Compiling 4 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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [46/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swt.examples --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swt.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swt.examples --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/3.1.0-SNAPSHOT/org.eclipse.swt.examples-3.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/3.1.0-SNAPSHOT/org.eclipse.swt.examples-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/3.1.0-SNAPSHOT/org.eclipse.swt.examples-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/3.1.0-SNAPSHOT/org.eclipse.swt.examples-3.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/3.1.0-SNAPSHOT/org.eclipse.swt.examples-3.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/3.1.0-SNAPSHOT/org.eclipse.swt.examples-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [47/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.demo --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.demo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.demo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.100-SNAPSHOT [48/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples --- [INFO] The project's OSGi version is 3.1.100.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.ui.forms.examples --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.100-SNAPSHOT.jar_unpacked_10534191456981894637/examples.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT.jar_unpacked_10534191456981894637/examples.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.ui.forms.examples --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/3.1.100-SNAPSHOT/org.eclipse.ui.forms.examples-3.1.100-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/3.1.100-SNAPSHOT/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/3.1.100-SNAPSHOT/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/3.1.100-SNAPSHOT/org.eclipse.ui.forms.examples-3.1.100-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/3.1.100-SNAPSHOT/org.eclipse.ui.forms.examples-3.1.100-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/3.1.100-SNAPSHOT/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [49/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [50/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.checkboxgroup.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [51/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.stepbar.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [52/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.rangeslider.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [53/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.gef --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [54/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.generator.feature --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [55/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.ide --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/3.1.0-SNAPSHOT/org.eclipse.swtbot.ide-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.ide-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/3.1.0-SNAPSHOT/org.eclipse.swtbot.ide-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.ide-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.ide-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [56/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [57/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.junit5 --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.junit5 --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [58/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.gallery --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [59/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.nattable --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [60/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.checkboxgroup --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [61/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.stepbar --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [62/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.rangeslider --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [63/77] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.updatesite --- [INFO] The project's OSGi version is 3.1.0.202106041005 [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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.swtbot.updatesite --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.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.2.0:publish-products (default-publish-products) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ org.eclipse.swtbot.updatesite --- [INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (250.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.log4j.source_1.2.15.v201012070815... [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2021-06/202105281000/plugins/ (51.3kB) [INFO] Fetching org.hamcrest.library.source_1.3.0.v20180524-2246.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/plugins/ (57.11kB) [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.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-3.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/3.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [64/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.361 s - in org.eclipse.swtbot.eclipse.ui.functional.AllTests canCreateSWTBotProject(org.eclipse.swtbot.eclipse.ui.functional.ProjectCreationWizardTest) Time elapsed: 2.087 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [65/77] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.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-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [66/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 s - in org.eclipse.swtbot.forms.finder.test.AllTests canFindHyperlinkWithRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.01 s findHyperlink(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.009 s findImageHyperlinkWithNoImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.017 s canFindImageHyperlinkWithNoImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.028 s findImageHyperlinkWithImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.004 s canFindImageHyperlinkWithImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.003 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [67/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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... Running org.eclipse.swtbot.eclipse.finder.AllTests 04 Jun 2021 10:12:54.581 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 04 Jun 2021 10:12:57.058 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 04 Jun 2021 10:12:59.588 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 04 Jun 2021 10:13:08.519 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 04 Jun 2021 10:13:12.179 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 04 Jun 2021 10:13:13.926 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 04 Jun 2021 10:13:21.515 - WorkbenchTestable - DEBUG - Keyboard - (Keyboard.java:89) - Typing text 'main' with an interval of 50ms. between characters. 04 Jun 2021 10:13:21.767 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 04 Jun 2021 10:13:21.883 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 04 Jun 2021 10:13:21.884 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 04 Jun 2021 10:13:22.065 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 04 Jun 2021 10:13:22.075 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 04 Jun 2021 10:13:22.076 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 04 Jun 2021 10:13:22.673 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 04 Jun 2021 10:13:22.759 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 04 Jun 2021 10:13:22.760 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 04 Jun 2021 10:13:22.863 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 04 Jun 2021 10:13:22.902 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [main - main method, Main - com.sun.tools.javac.launcher, Main - com.sun.tools.javac, Main - com.sun.tools.javac.main, Main - com.sun.tools.javadoc, Main - com.sun.tools.script.shell, Main - com.sun.tools.sjavac, Main - jdk.javadoc.internal.tool, Main - sun.security.tools.jarsigner, Main - sun.security.tools.keytool, Main - sun.tools.jar] 04 Jun 2021 10:13:22.903 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$10.java:850) - matched table, returning 04 Jun 2021 10:13:22.904 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:180) - Trying to select proposal main - main method 04 Jun 2021 10:13:22.905 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:195) - Trying to select proposal with index 0 04 Jun 2021 10:13:22.956 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$1.java:200) - Selecting row [0] main - main method in Table {} 04 Jun 2021 10:13:27.561 - WorkbenchTestable - DEBUG - Keyboard - (Keyboard.java:89) - Typing text 'JFr' with an interval of 50ms. between characters. 04 Jun 2021 10:13:27.714 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 04 Jun 2021 10:13:27.777 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 04 Jun 2021 10:13:27.778 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 04 Jun 2021 10:13:27.896 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 04 Jun 2021 10:13:27.956 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 04 Jun 2021 10:13:27.957 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 04 Jun 2021 10:13:28.559 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 04 Jun 2021 10:13:28.622 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 04 Jun 2021 10:13:28.623 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 04 Jun 2021 10:13:28.667 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 04 Jun 2021 10:13:28.668 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 04 Jun 2021 10:13:28.668 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 04 Jun 2021 10:13:29.189 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 04 Jun 2021 10:13:29.256 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 04 Jun 2021 10:13:29.257 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 04 Jun 2021 10:13:29.270 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 04 Jun 2021 10:13:29.271 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 04 Jun 2021 10:13:29.272 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 04 Jun 2021 10:13:29.793 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 04 Jun 2021 10:13:29.853 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 04 Jun 2021 10:13:29.854 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 04 Jun 2021 10:13:29.864 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 04 Jun 2021 10:13:29.865 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 04 Jun 2021 10:13:29.866 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 04 Jun 2021 10:13:30.383 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 04 Jun 2021 10:13:30.442 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 04 Jun 2021 10:13:30.442 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 04 Jun 2021 10:13:30.451 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 04 Jun 2021 10:13:30.452 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 04 Jun 2021 10:13:30.452 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 04 Jun 2021 10:13:30.974 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 04 Jun 2021 10:13:31.035 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 04 Jun 2021 10:13:31.035 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 04 Jun 2021 10:13:31.046 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 04 Jun 2021 10:13:31.069 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [JFrame - javax.swing, JFrameWrapper - sun.jvm.hotspot.ui, JFr() : void - Method stub, InputMethodJFrame - sun.awt.im, JavaTimeSupplementary_fr - sun.text.resources.ext, JavaTimeSupplementary_fr_BE - sun.text.resources.ext, JavaTimeSupplementary_fr_CA - sun.text.resources.ext, JavaTimeSupplementary_fr_CH - sun.text.resources.ext, JavaVFrame - sun.jvm.hotspot.runtime, JInternalFrame - javax.swing, JInternalFrameWrapper - sun.jvm.hotspot.ui, JLightweightFrame - sun.swing, JLightweightFrameAccessor - sun.swing.SwingAccessor, JobMessageFromOperator - javax.print.attribute.standard, JPEGImageMetadataFormatResources - com.sun.imageio.plugins.jpeg, JPEGStreamMetadataFormatResources - com.sun.imageio.plugins.jpeg, JSJavaFrame - sun.jvm.hotspot.utilities.soql] 04 Jun 2021 10:13:31.070 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$10.java:850) - matched table, returning 04 Jun 2021 10:13:31.078 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.048 s - in org.eclipse.swtbot.eclipse.finder.AllTests viewMenuDropDown(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.493 s viewActionDelegateWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.377 s toolbarToogleButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.293 s viewBotWidgetScope(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.199 s toolbarButtonNotFound(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.22 s menusAddedProgramatically(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.31 s toolbarPushButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.267 s notFindingViewThrowsException(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 5.12 s openView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.238 s menusExtensionsCommandWithoutParameters(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.298 s toolbarDropDownButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.293 s menusExtensionsParameterizedCommand(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.299 s findsView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.469 s breakpointsViewMenuWorkingSets(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.604 s toolbarRadioButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.274 s closesAView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.471 s getToolbarButtons(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.233 s getsViewTitle(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.469 s quickFixNotFoundExceptionString(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s quickFixNotFoundExceptionStringThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s quickFixNotFoundExceptionThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s canAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 10.546 s getsAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 8.441 s contextMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 3.834 s contextMenuWithSubMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 3.604 s isActivePartIsFalseForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 5.594 s getsStatusMessagesOfEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 3.635 s isActiveIsTrueForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 5.145 s canAccessContextMenuSubmenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.128 s canGetStatusMessageOfView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.537 s canRefreshProject(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 2.806 s canAccessContextMenuCopyQualifiedName(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.079 s canAccessContextMenuOnMultipleSelection(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 4.318 s canAccessOpen(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.067 s canAccessContextMenuWithSubmenus(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.456 s shouldGetPageCount(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.277 s shouldSaveEditorContents(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.309 s editorShouldBeMarkedDirtyOnChanges(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.22 s shouldGetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.22 s shouldGetListOfPageTitles(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.2 s shouldAnswerIsActivePageCorrectly(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.17 s shouldSetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.176 s canFindControlContributionWithTooltip(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.1 s canFindControlContributionWithText(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.104 s canFindControlContributionWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.106 s canSelectMultipleRadioInPreferencesWindow(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipsePreferencesTest) Time elapsed: 0.685 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [68/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.425 s - in org.eclipse.swtbot.e4.finder.test.AllTests showsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.065 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.059 s switchPerspective(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotPerspectiveTest) Time elapsed: 0.044 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [69/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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 (SWT:1483): Gtk-CRITICAL **: 10:14:47.595: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. (SWT:1483): Gtk-CRITICAL **: 10:14:47.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1483): Gtk-CRITICAL **: 10:14:47.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1483): Gtk-CRITICAL **: 10:14:47.888: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1483): Gtk-CRITICAL **: 10:14:47.973: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1483): Gtk-CRITICAL **: 10:14:48.007: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1483): Gtk-CRITICAL **: 10:14:48.077: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1483): Gtk-CRITICAL **: 10:14:48.107: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1483): Gtk-CRITICAL **: 10:14:48.178: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1483): Gtk-CRITICAL **: 10:14:48.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 s - in org.eclipse.swtbot.nebula.gallery.finder.test.AllTests testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.225 s testCount(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.057 s testGetGalleryItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.068 s testSelectUnselect(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.047 s testGetGalleryItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.074 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.036 s testGetItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.066 s testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.034 s testGetItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.067 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.041 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.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-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [70/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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 (SWT:1562): Gdk-CRITICAL **: 10:15:02.189: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.525 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.228 s Running org.eclipse.swtbot.swt.finder.finders.MenuFinderTest (SWT:1562): Gdk-CRITICAL **: 10:15:02.443: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:15:02.491: 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.083 s - in org.eclipse.swtbot.swt.finder.finders.MenuFinderTest findsAllVisibleMenus(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.047 s clicksMenuItem(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.034 s Running org.eclipse.swtbot.swt.finder.finders.ControlFinderTest (SWT:1562): Gdk-CRITICAL **: 10:15:02.531: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:02.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:02.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:02.716: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:02.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:02.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:02.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:02.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:03.703: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:03.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:03.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:03.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:03.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:03.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:03.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:03.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:04.761: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:04.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:04.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:04.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:04.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:04.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:04.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:04.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:05.807: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:05.969: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:05.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:05.975: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:05.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:05.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:05.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:05.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-CRITICAL **: 10:15:06.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:15:06.705: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:15:06.899: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:07.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:07.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:07.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:07.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:07.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:07.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:07.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:07.953: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:08.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:08.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:08.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:08.106: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:08.106: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:08.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:08.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:08.980: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:09.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:09.132: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:09.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:09.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:09.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:09.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:09.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:10.031: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:10.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:10.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:10.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:10.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:10.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:10.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:10.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:11.132: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:11.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:11.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:11.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:11.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:11.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:11.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:11.289: 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.676 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinderTest findsATabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.171 s getsControlPathToTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.059 s getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.045 s getsOnlyVisibleControls(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.093 s findsAGroup(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.053 s findsAShell(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.027 s findsText(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.05 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.102 s findsTwoButtons(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.074 s Running org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest (SWT:1562): Gdk-CRITICAL **: 10:15:12.211: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:12.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:12.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:12.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:12.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:12.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:12.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:12.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:13.273: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:13.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:13.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:13.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:13.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:13.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:13.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:13.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:14.559: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:14.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:14.712: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:14.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:14.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:14.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:14.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:14.715: 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.495 s - in org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest generatesStringFromPath(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.062 s getsPathFromInvalidString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.286 s getsPathFromString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.147 s Running org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest (SWT:1562): Gdk-CRITICAL **: 10:15:15.709: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:15.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:15.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:15.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:15.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:15.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:15.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:15.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:16.792: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:16.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:16.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:16.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:16.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:16.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:16.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:16.945: 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.15 s - in org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest childrenControlFinder1(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.082 s childrenControlFinder2(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.067 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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:1562): Gdk-CRITICAL **: 10:15:17.875: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:15:17.923: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:15:18.057: 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.203 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest createsKeyboardForAWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.049 s createsKeyboardForMockKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.134 s createsKeyboardForSWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.02 s Running org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.001 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 s getsKeystrokesForModificationKeyForCapitalCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest (SWT:1562): Gdk-CRITICAL **: 10:15:18.088: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:18.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:18.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:18.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:18.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:18.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:18.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:18.246: 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.115 s - in org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest) Time elapsed: 1.115 s Running org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0.001 s matchTooltipIgnoreCase(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0.001 s matchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNullGetTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0.001 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:1562): Gdk-CRITICAL **: 10:15:19.221: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:15:19.316: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:15:19.398: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:15:19.471: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:15:19.545: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:15:19.625: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:15:19.715: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:15:19.799: 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.661 s - in org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest matchesControlsWithTooltip(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.094 s matchesControlsWithTextIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.082 s matchesControlsWithTooltipIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.073 s matchesControlsWithText(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.074 s matchesControlsInGroup(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.08 s findsControlsById(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.091 s matchesControlsWithLabel(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.083 s matchesControlsWithRegex(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.082 s Running org.eclipse.swtbot.swt.finder.matchers.WithItemTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.WithItemTest testDescription(org.eclipse.swtbot.swt.finder.matchers.WithItemTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest matchesRegex(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s doesNotMatchRegex(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0.001 s doesNotMatchNullText(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s cannotNotMatchText(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.AllOfTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.AllOfTest testShouldAnswerTrueIfAllMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AllOfTest) Time elapsed: 0 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.001 s - in org.eclipse.swtbot.swt.finder.matchers.AnyOfTest testShouldAnswerTrueIfAnyMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest) Time elapsed: 0.001 s testShouldAnswerFalseIfNoMatchersMatche(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest) Time elapsed: 0 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:1562): Gdk-CRITICAL **: 10:15:19.905: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:15:19.987: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:15:19.988: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:15:19.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:15:20.000: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:15:20.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:15:20.032: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:15:20.058: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:15:20.058: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:15:20.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:15:20.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest dragsAndDropsFromTreeToTree(org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest) Time elapsed: 0.204 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest (SWT:1562): Gdk-CRITICAL **: 10:15:20.113: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:20.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:20.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:20.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:20.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:20.330: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:20.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:20.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:21.340: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:21.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:21.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:21.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:21.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:21.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:21.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:21.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:22.512: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:22.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:22.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:22.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:22.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:22.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:22.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:22.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:23.700: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:23.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:23.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:23.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:23.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:23.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:23.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:23.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:24.925: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:25.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:25.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:25.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:25.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:25.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:25.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:25.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:26.146: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:26.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:26.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:26.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:26.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:26.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:26.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:26.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.111: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.114: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.115: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.116: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.116: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.117: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.117: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:27.355: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:27.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.520: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.520: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.520: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.521: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:27.521: 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.656 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest shouldGetExpandItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.226 s shouldCollapseAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.172 s shouldExpandAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.189 s shouldGetExpandedAndCollapsedItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.224 s shouldGetAllExpandBarItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.222 s shouldMatchEvents(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.208 s shouldThrowExceptionWhenItemIsNotFound(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 6.413 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest (SWT:1562): Gdk-CRITICAL **: 10:15:33.773: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:33.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:33.937: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:33.938: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:33.938: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:33.938: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:33.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:33.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:35.056: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:35.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:35.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:35.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:35.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:35.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:35.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:35.243: 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.564 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest findsArrowButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.283 s clicksArrowButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.278 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest (SWT:1562): Gdk-CRITICAL **: 10:15:36.395: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:36.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:36.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:36.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:36.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:36.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:36.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:36.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:37.579: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:37.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:37.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:37.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:37.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:37.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:37.760: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:37.760: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:38.774: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:38.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:38.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:38.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:38.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:38.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:38.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:38.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:39.957: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:40.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:40.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:40.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:40.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:40.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:40.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:40.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:41.154: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:41.316: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:41.319: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:41.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:41.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:41.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:41.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:41.322: 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.952 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest testsInitialValues(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.183 s findsProgressBarInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.196 s testsGetStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.183 s findsProgressBar(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.196 s testsProgressPercentage(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.192 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest (SWT:1562): Gdk-CRITICAL **: 10:15:42.349: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:42.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:42.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:42.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:42.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:42.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:42.515: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:42.515: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:43.556: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:43.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:43.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:43.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:43.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:43.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:43.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:43.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:44.752: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:44.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:44.925: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:44.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:44.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:44.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:44.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:44.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:46.050: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:46.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:46.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:46.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:46.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:46.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:46.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:46.219: 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.882 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest findsForegroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.206 s findsBackgroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.196 s clicksButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.297 s findsButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.181 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest (SWT:1562): Gdk-CRITICAL **: 10:15:47.233: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:47.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:47.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:47.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:47.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:47.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:47.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:47.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:48.530: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:48.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:48.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:48.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:48.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:48.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:48.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:48.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:49.731: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:49.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:49.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:49.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:49.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:49.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:49.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:49.905: 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.747 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.296 s findsLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.202 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.249 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest (SWT:1562): Gdk-CRITICAL **: 10:15:50.983: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:51.152: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:51.154: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:51.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:51.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:51.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:51.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:51.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:52.250: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:52.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:52.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:52.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:52.421: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:52.421: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:52.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:52.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:53.539: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:53.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:53.712: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:53.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:53.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:53.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:53.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:53.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:54.821: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:54.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:54.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:54.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:54.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:54.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:54.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:54.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:56.118: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:56.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:56.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:56.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:56.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:56.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:56.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:56.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:57.433: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:57.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:57.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:57.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:57.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:57.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:57.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:57.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:15:58.776: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:15:58.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:58.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:58.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:58.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:58.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:58.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:15:58.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:00.094: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:00.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:00.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:00.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:00.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:00.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:00.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:00.279: 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.441 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest selectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.266 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.288 s clicksRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.281 s togglesRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.297 s togglingRadioButtonDeselectsOtherConditionally(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.315 s clickingRadioButtonDeselectsOther(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.343 s deselectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.318 s clicksRadioButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.33 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest (SWT:1562): Gdk-CRITICAL **: 10:16:01.431: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:01.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:01.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:01.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:01.611: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:01.611: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:01.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:01.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:02.785: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:02.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:02.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:02.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:02.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:02.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:02.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:02.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:04.094: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:04.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:04.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:04.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:04.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:04.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:04.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:04.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:05.443: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:05.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:05.617: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:05.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:05.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:05.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:05.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:05.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:06.804: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:06.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:06.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:06.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:06.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:06.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:06.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:06.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:08.189: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:08.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:08.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:08.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:08.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:08.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:08.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:08.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:09.557: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:09.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:09.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:09.737: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:09.737: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:09.737: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:09.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:09.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:10.924: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:11.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:11.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:11.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:11.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:11.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:11.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:11.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:12.301: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:12.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:12.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:12.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:12.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:12.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:12.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:12.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:13.720: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:13.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:13.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:13.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:13.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:13.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:13.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:13.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:15.113: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:15.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:15.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:15.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:15.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:15.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:15.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:15.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:16.499: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:16.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:16.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:16.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:16.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:16.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:16.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:16.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:17.922: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:18.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:18.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:18.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:18.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:18.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:18.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:18.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:19.303: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:19.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:19.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:19.490: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:19.490: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:19.490: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:19.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:19.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:20.685: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:20.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:20.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:20.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:20.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:20.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:20.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:20.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:22.067: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:22.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:22.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:22.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:22.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:22.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:22.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:22.262: 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: 22.083 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.354 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.309 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.349 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.361 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.385 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.368 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.368 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.377 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.418 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.393 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.386 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.424 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.38 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.382 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.382 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.442 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest (SWT:1562): Gdk-CRITICAL **: 10:16:23.512: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:23.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:23.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:23.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:23.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:23.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:23.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:23.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:24.839: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:25.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:25.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:25.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:25.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:25.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:25.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:25.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:26.219: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:26.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:26.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:26.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:26.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:26.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:26.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:26.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:27.554: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:27.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:27.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:27.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:27.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:27.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:27.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:27.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:28.906: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:29.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:29.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:29.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:29.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:29.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:29.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:29.096: 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.749 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest findsDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.326 s bug347824(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.38 s shouldHandleInvalidDates(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.334 s setsAndGetsDateOnDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.352 s sendsNotification(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.354 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest (SWT:1562): Gdk-CRITICAL **: 10:16:30.264: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:30.452: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:30.455: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:30.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:30.457: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:30.457: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:30.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:30.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:31.669: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:31.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:31.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:31.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:31.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:31.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:31.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:31.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:37.024: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:37.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:37.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:37.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:37.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:37.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:37.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:37.223: 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: 12.172 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 1.406 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 5.354 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 5.41 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest (SWT:1562): Gdk-CRITICAL **: 10:16:42.436: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:16:42.759: 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.681 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest canClickContextMenuOnCTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 0.321 s canCloseCTabItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 5.36 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest (SWT:1562): Gdk-CRITICAL **: 10:16:48.123: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:48.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:48.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:48.340: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:48.340: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:48.340: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:48.342: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:48.342: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:50.140: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:50.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:50.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:50.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:50.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:50.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:50.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:50.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:52.288: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:52.489: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:52.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:52.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:52.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:52.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:52.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:52.495: 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.263 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.017 s findsTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.148 s clicksTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.095 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest (SWT:1562): Gdk-CRITICAL **: 10:16:54.388: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:54.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:54.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:54.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:54.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:54.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:54.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:54.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:16:56.842: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:16:57.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:57.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:57.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:57.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:57.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:57.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:16:57.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:03.395: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:03.651: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:03.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:03.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:03.658: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:03.658: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:03.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:03.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:05.351: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:05.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:05.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:05.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:05.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:05.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:05.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:05.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:07.191: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:07.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:07.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:07.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:07.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:07.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:07.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:07.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:08.923: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:09.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:09.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:09.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:09.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:09.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:09.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:09.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:10.437: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:10.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:10.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:10.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:10.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:10.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:10.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:10.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:12.138: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:12.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:12.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:12.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:12.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:12.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:12.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:12.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:13.994: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:14.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:14.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:14.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:14.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:14.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:14.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:14.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:20.629: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:20.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:20.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:20.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:20.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:20.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:20.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:20.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:22.337: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:22.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:22.549: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:22.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:22.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:22.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:22.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:22.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 04 Jun 2021 10:17:23.666 - main - DEBUG - SWTUtils - (SWTUtils.java:455) - Capturing screenshot 'screenshots/isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest).jpeg' 04 Jun 2021 10:17:24.020 - main - DEBUG - SWTBotApplicationLauncherClassRunner - (ScreenshotCaptureListener.java:54) - Removing screenshot 'screenshots/isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest).jpeg' (SWT:1562): Gdk-CRITICAL **: 10:17:24.021: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:24.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:24.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:24.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:24.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:24.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:24.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:24.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:25.696: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:25.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:25.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:25.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:25.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:25.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:25.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:25.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:28.211: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:28.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:28.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:28.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:28.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:28.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:28.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:28.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:29.823: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:30.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:30.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:30.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:30.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:30.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:30.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:30.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:31.459: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:31.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:31.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:31.668: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:31.668: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:31.668: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:31.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:31.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:33.241: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:33.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:33.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:33.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:33.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:33.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:33.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:33.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:35.078: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:35.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:35.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:35.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:35.285: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:35.285: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:35.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:35.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:36.678: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:36.897: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:36.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:36.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:36.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:36.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:36.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:36.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:40.446: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:40.664: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:40.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:40.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:40.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:40.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:40.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:40.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:42.126: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:42.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:42.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:42.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:42.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:42.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:42.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:42.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:43.714: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:43.925: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:43.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:43.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:43.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:43.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:43.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:43.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:45.433: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:45.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:45.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:45.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:45.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:45.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:45.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:45.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:47.051: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:47.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:47.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:47.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:47.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:47.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:47.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:47.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:48.674: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:48.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:48.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:48.889: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:48.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:48.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:48.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:48.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:50.360: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:50.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:50.570: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:50.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:50.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:50.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:50.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:50.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:52.262: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:52.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:52.489: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:52.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:52.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:52.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:52.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:52.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:53.950: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:54.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:54.169: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:54.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:54.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:54.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:54.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:54.173: 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: 61.22 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest checkingATreeThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.453 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 6.546 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.964 s canSelectAListOfNodes(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.839 s canExpandANodeUsingVarArgs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.732 s canClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.513 s canUnCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.701 s canDoubleClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.856 s throwsExceptionIfNodeNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 6.635 s cellOutOfRangeWithMultipleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.708 s isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.683 s unselects(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.674 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.515 s canFindANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.613 s canDoubleClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.636 s getsRow(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.781 s getsColumnTextBasedOnColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.837 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.6 s getNodeBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 3.769 s canRightClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.68 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.587 s canToggleANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.719 s cellOutOfRangeWithSingleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.618 s cannotFindANodeWithIncorrectNodeIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.623 s canCallGetItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.686 s canClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.902 s canCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.687 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.655 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest (SWT:1562): Gdk-CRITICAL **: 10:17:55.608: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:55.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:55.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:55.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:55.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:55.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:55.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:55.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:57.202: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:57.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:57.421: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:57.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:57.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:57.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:57.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:57.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:17:58.789: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:17:59.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:59.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:59.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:59.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:59.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:59.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:17:59.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:00.385: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:00.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:00.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:00.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:00.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:00.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:00.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:00.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:02.013: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:02.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:02.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:02.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:02.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:02.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:02.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:02.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:03.647: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:03.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:03.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:03.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:03.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:03.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:03.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:03.873: 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: 9.64 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest findsScaleInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.593 s shouldSetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.587 s shouldGetIncrementAndPageIncrement(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.596 s shouldGetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.628 s findsScale(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.634 s shouldGetMinimumAndMaximum(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.601 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest (SWT:1562): Gdk-CRITICAL **: 10:18:05.252: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:05.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.572: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.573: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.573: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.574: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.574: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.574: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:05.641: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:05.933: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.945: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.945: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.945: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:05.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:06.010: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:06.272: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.273: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.284: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.284: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.284: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:06.347: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:06.630: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.632: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.644: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.644: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:06.644: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 04 Jun 2021 10:18:06.646 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text '---typed Text--- ' with an interval of 50ms. between characters. (SWT:1562): Gdk-CRITICAL **: 10:18:07.563: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:07.829: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:07.831: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:07.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:07.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:07.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:07.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:07.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:07.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:07.912: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:08.195: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.207: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.207: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.207: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.208: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.209: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.209: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:08.330: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:08.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.608: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.619: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.619: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.619: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.620: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.621: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.621: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:08.682: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:08.945: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.946: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.958: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.958: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.959: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.960: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.960: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:08.961: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:09.065: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:09.341: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.343: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.354: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.355: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.355: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:09.418: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:09.708: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.709: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.720: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.720: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.720: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.721: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.721: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:09.721: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:09.787: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:10.057: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.059: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.070: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.070: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.070: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.072: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.072: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.072: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:10.186: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:10.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.453: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.465: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.466: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.466: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.467: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.467: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.467: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:10.571: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:10.858: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.860: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.871: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.871: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.871: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.872: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.872: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:10.872: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:10.968: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:11.239: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.240: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.251: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.251: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.251: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.252: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.252: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.252: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:11.354: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:11.633: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.634: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.645: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.645: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.645: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:11.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:11.746: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:12.010: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.011: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.022: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.022: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.022: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.024: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.024: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.024: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:12.084: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:12.346: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.347: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.360: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.360: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.360: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:12.418: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:12.679: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.691: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.691: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.691: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:12.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 04 Jun 2021 10:18:12.693 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text '---123 #@! :; {} [] --- ' with an interval of 50ms. between characters. (SWT:1562): Gdk-CRITICAL **: 10:18:13.968: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:14.233: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.234: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:14.313: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:14.620: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.621: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.633: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.633: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.634: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:14.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:14.701: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:15.016: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.017: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.028: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.028: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.028: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.029: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.029: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.029: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:15.127: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:15.398: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.399: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.411: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:15.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 04 Jun 2021 10:18:15.413 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text '--- typed text --- ' with an interval of 50ms. between characters. (SWT:1562): Gdk-CRITICAL **: 10:18:16.481: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:16.750: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:16.751: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:16.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:16.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:16.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:16.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:16.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:16.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:16.824: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:17.110: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:17.111: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:17.122: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:17.122: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:17.123: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:17.124: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:17.124: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:17.124: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 04 Jun 2021 10:18:17.127 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text '---typed Text---' with an interval of 50ms. between characters. 04 Jun 2021 10:18:17.935 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text '---typed Text---' with an interval of 50ms. between characters. (SWT:1562): Gdk-CRITICAL **: 10:18:18.801: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:19.095: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.096: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.108: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.108: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.108: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.109: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.109: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.109: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:18:19.176: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:19.471: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.483: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.483: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.483: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:18:19.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.295 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest selectsRangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.385 s selectsRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.369 s insertsTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.339 s typesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.214 s insertsTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.349 s canDoubleClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.422 s getsLinesWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.348 s canClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.384 s getsLineCountWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.353 s getsBullet(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.366 s canCtrlClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.401 s findsStylesRangeInARangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.385 s findsTextStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.395 s canShiftClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.389 s findsTextStyleWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.392 s getsTextOnCurrentLine(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.334 s setsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.335 s typesSpecialCharactersAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.551 s navigatesToAParticularLocationWithTAB(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.343 s navigatesToAParticularLocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.388 s findsStylesRangeInARange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.428 s testTypesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.352 s getsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.343 s typesTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.979 s getsLinesWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.372 s getsLineCountWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.372 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest (SWT:1562): Gdk-CRITICAL **: 10:18:19.551: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:18:19.605: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest) Time elapsed: 0.085 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest (SWT:1562): Gdk-CRITICAL **: 10:18:19.640: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:19.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:19.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:19.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:19.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:19.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:19.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:19.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:21.774: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:22.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:22.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:22.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:22.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:22.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:22.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:22.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:24.000: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:24.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:24.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:24.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:24.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:24.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:24.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:24.272: 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.68 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest clicksTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 2.133 s clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 2.227 s findsTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 2.319 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest (SWT:1562): Gdk-CRITICAL **: 10:18:26.329: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:26.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:26.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:26.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:26.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:26.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:26.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:26.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:28.093: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:28.340: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:28.344: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:28.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:28.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:28.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:28.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:28.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:29.845: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:30.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:30.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:30.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:30.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:30.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:30.106: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:30.106: 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.375 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest selectionWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.764 s findsSpinner(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.751 s findsSpinnerInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.858 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:1562): Gdk-CRITICAL **: 10:18:31.707: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:18:31.768: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:18:31.835: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:18:31.898: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:18:31.952: 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.301 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest findsSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.059 s clicksSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.067 s findsMenuRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.063 s findsMenuNotRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.054 s findsMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.056 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest (SWT:1562): Gdk-CRITICAL **: 10:18:32.012: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:18:32.039: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:18:32.068: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:18:32.094: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:18:32.119: 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.132 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest indexedTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.027 s menuCanBeAccessedOnTrayItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.028 s firstTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.026 s listOfTrayItemsIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.025 s trayItemWithTooltipIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.024 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest (SWT:1562): Gdk-CRITICAL **: 10:18:32.146: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:32.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:32.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:32.441: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:32.441: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:32.441: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:32.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:32.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:34.171: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:34.430: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:34.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:34.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:34.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:34.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:34.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:34.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:36.156: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:36.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:36.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:36.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:36.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:36.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:36.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:36.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:38.085: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:38.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:38.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:38.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:38.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:38.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:38.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:38.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:40.008: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:40.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:40.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:40.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:40.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:40.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:40.285: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:40.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:41.953: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:42.199: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:42.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:42.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:42.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:42.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:42.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:42.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:43.810: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:44.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:44.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:44.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:44.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:44.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:44.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:44.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:45.730: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:45.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:45.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:45.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:45.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:45.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:45.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:45.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:47.671: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:47.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:47.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:47.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:47.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:47.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:47.925: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:47.925: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:49.529: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:49.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:49.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:49.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:49.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:49.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:49.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:49.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:51.419: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:51.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:51.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:51.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:51.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:51.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:51.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:51.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:53.402: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:53.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:53.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:53.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:53.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:53.664: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:53.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:53.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:55.302: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:55.547: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:55.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:55.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:55.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:55.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:55.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:55.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:57.253: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:57.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:57.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:57.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:57.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:57.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:57.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:57.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:18:59.243: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:18:59.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:59.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:59.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:59.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:59.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:59.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:18:59.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:01.150: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:01.397: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:01.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:01.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:01.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:01.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:01.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:01.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:03.056: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:03.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:03.322: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:03.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:03.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:03.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:03.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:03.326: 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: 32.848 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest selectionNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.024 s unSelectsSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.985 s throwsExceptionInCaseOfInvalidTextBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.928 s setsAndGetsMultipleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.923 s unSelectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.944 s setsAndGetsSingleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.857 s setsAndGetsMultipleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.92 s throwsExceptionInCaseOfInvalidIndexBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.941 s getsItemAtIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.858 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.89 s canDoubleClickOnList(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.977 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.906 s deSelectNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.951 s selectionNotifiesListenersMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.99 s setsAndGetsSingleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.906 s findsAListWithoutLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.905 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.937 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest (SWT:1562): Gdk-CRITICAL **: 10:19:04.996: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:05.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:05.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:05.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:05.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:05.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:05.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:05.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:07.272: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:07.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:07.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:07.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:07.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:07.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:07.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:07.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:09.381: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:09.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:09.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:09.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:09.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:09.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:09.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:09.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:11.453: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:11.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:11.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:11.716: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:11.716: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:11.716: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:11.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:11.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:13.551: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:13.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:13.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:13.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:13.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:13.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:13.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:13.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 04 Jun 2021 10:19:15.337 - main - DEBUG - SWTUtils - (SWTUtils.java:455) - Capturing screenshot 'screenshots/isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest).jpeg' 04 Jun 2021 10:19:15.735 - main - DEBUG - SWTBotApplicationLauncherClassRunner - (ScreenshotCaptureListener.java:54) - Removing screenshot 'screenshots/isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest).jpeg' (SWT:1562): Gdk-CRITICAL **: 10:19:15.736: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:16.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:16.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:16.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:16.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:16.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:16.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:16.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:17.846: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:18.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:18.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:18.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:18.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:18.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:18.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:18.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:20.044: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:20.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:20.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:20.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:20.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:20.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:20.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:20.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:22.136: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:22.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:22.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:22.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:22.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:22.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:22.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:22.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:24.483: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:24.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:24.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:24.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:24.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:24.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:24.755: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:24.755: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:26.732: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:26.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:27.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:27.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:27.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:27.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:27.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:27.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:28.991: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:29.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:29.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:29.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:29.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:29.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:29.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:29.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:31.297: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:31.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:31.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:31.559: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:31.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:31.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:31.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:31.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:33.511: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:33.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:33.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:33.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:33.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:33.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:33.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:33.786: 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: 30.868 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest canUnCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.276 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.109 s canFindALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.072 s checkingATableThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.097 s isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.185 s canGetTableItemText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.11 s canRightClickOnALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.197 s canGetLineText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.092 s canToggleALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.346 s canDoubleClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.249 s canClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.26 s canClickALineInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.306 s canSelectALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.214 s canCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.352 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest (SWT:1562): Gdk-CRITICAL **: 10:19:35.866: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:36.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:36.137: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:36.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:36.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:36.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:36.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:36.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:37.781: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:38.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:38.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:38.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:38.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:38.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:38.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:38.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:39.692: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:39.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:39.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:39.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:39.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:39.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:39.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:39.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:41.620: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:41.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:41.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:41.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:41.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:41.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:41.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:41.896: 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: 7.656 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest findsToolBarButtonWithToolTipBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.916 s findsToolBarButtonWithToolTip(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.911 s getsTooltipOnButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.927 s findsToolBarButtonWithToolTip2(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.901 s Running org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest (SWT:1562): Gdk-CRITICAL **: 10:19:43.526: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:43.791: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:43.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:43.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:43.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:43.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:43.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:43.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:45.413: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:45.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:45.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:45.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:45.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:45.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:45.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:45.684: 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.775 s - in org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 1.882 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 1.891 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest (SWT:1562): Gdk-CRITICAL **: 10:19:47.305: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:47.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:47.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:47.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:47.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:47.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:47.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:47.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:49.229: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:49.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:49.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:49.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:49.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:49.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:49.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:49.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 04 Jun 2021 10:19:50.774 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text 'New typed Text' with an interval of 50ms. between characters. (SWT:1562): Gdk-CRITICAL **: 10:19:51.882: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:52.153: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:52.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:52.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:52.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:52.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:52.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:52.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:53.803: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:54.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:54.082: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:54.085: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:54.085: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:54.085: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:54.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:54.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:55.722: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:55.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:56.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:56.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:56.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:56.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:56.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:56.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:57.682: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:57.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:57.951: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:57.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:57.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:57.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:57.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:57.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:19:59.577: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:19:59.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:59.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:59.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:59.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:59.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:59.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:19:59.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:01.567: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:01.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:01.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:01.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:01.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:01.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:01.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:01.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:03.830: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:04.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:04.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:04.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:04.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:04.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:04.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:04.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:05.775: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:06.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:06.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:06.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:06.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:06.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:06.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:06.056: 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: 20.407 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest setTextBetweenSelectionsWithSameIndices(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.921 s typeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.649 s changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.921 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.919 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.962 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.894 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.989 s findsCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.262 s changeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.945 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.94 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest (SWT:1562): Gdk-CRITICAL **: 10:20:07.718: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:08.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:08.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:08.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:08.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:08.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:08.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:08.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:09.692: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:09.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:09.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:09.980: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:09.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:09.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:09.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:09.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:11.654: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:11.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:11.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:11.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:11.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:11.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:11.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:11.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:13.606: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:13.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:13.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:13.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:13.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:13.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:13.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:13.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:15.548: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:15.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:15.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:15.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:15.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:15.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:15.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:15.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:17.515: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:17.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:17.804: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:17.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:17.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:17.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:17.809: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:17.809: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.768 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest clicksOnALinkAtIndexWithHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.971 s clicksOnALinkWithHyperlinkTextAndHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.964 s clicksOnALink(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.95 s clicksOnALinkAtIndexWithNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.942 s clicksOnALinkWithHyperlinkTextAndNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.966 s clicksOnALinkAtIndexOutOfRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.97 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest (SWT:1562): Gdk-CRITICAL **: 10:20:19.491: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:19.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:19.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:19.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:19.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:19.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:19.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:19.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:21.537: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:21.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:21.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:21.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:21.818: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:21.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:21.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:21.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:23.692: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:23.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:23.980: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:23.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:23.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:23.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:23.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:23.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:25.753: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:26.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:26.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:26.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:26.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:26.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:26.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:26.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:31.840: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:32.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:32.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:32.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:32.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:32.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:32.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:32.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:37.918: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:38.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:38.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:38.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:38.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:38.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:38.214: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:38.214: 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: 20.681 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.043 s isSelectedWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.156 s clickingOneRadioDeselectsOthers(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.06 s doesNotMatchCheckboxButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 6.087 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 6.078 s clicksRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.256 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest (SWT:1562): Gdk-CRITICAL **: 10:20:40.176: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:40.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:40.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:40.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:40.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:40.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:40.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:40.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-CRITICAL **: 10:20:41.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:41.850: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:41.867: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:41.877: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:41.880: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:20:42.295: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:42.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:42.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:42.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:42.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:42.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:42.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:42.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-CRITICAL **: 10:20:43.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:43.896: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 04 Jun 2021 10:20:43.910 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text 'Type This 123' with an interval of 50ms. between characters. (SWT:1562): Gtk-CRITICAL **: 10:20:43.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:43.956: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:43.973: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:43.990: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.007: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.023: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.040: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.057: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.073: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.106: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.124: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.157: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.173: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.222: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.273: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.322: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.364: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.415: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.465: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:44.515: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:20:44.978: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:45.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:45.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:45.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:45.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:45.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:45.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:45.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-CRITICAL **: 10:20:46.586: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:46.591: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:46.609: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:20:47.020: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:47.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:47.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:47.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:47.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:47.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:47.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:47.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-CRITICAL **: 10:20:48.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:48.622: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:48.639: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gdk-CRITICAL **: 10:20:49.054: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:49.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:49.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:49.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:49.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:49.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:49.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:49.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-CRITICAL **: 10:20:50.667: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1562): Gtk-CRITICAL **: 10:20:50.672: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.905 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest findsTextBoxInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.116 s typesText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.684 s setsTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.043 s typesTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.031 s findsTextBoxWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.029 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest (SWT:1562): Gdk-CRITICAL **: 10:20:51.084: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:51.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:51.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:51.375: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:51.375: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:51.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:51.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:51.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:53.264: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:53.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:53.561: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:53.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:53.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:53.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:53.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:53.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:55.265: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:55.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:55.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:55.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:55.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:55.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:55.602: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:55.602: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:20:57.490: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:20:57.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:57.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:57.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:57.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:57.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:57.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:20:57.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:01.565: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:01.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:01.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:01.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:01.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:01.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:01.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:01.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:03.615: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:03.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:03.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:03.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:03.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:03.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:03.919: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:03.919: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:07.694: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:08.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:08.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:08.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:08.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:08.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:08.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:08.016: 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: 18.691 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 2.179 s findsToolBarPushButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.999 s clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 2.225 s doesNotFindToolBarRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 4.075 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 2.05 s doesNotFindToolBarCheckButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 4.08 s isEnabled(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 2.08 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest (SWT:1562): Gdk-CRITICAL **: 10:21:09.778: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:10.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:10.071: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:10.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:10.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:10.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:10.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:10.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:11.847: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:12.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:12.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:12.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:12.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:12.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:12.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:12.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.077 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest findsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 2.067 s activatesTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 2.009 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest (SWT:1562): Gdk-CRITICAL **: 10:21:13.859: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:14.155: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:14.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:14.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:14.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:14.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:14.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:14.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:16.006: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:16.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:16.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:16.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:16.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:16.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:16.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:16.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:18.120: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:18.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:18.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:18.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:18.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:18.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:18.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:18.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:20.347: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:20.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:20.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:20.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:20.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:20.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:20.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:20.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:22.517: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:22.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:22.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:22.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:22.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:22.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:22.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:22.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:24.696: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:24.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:24.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:24.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:24.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:24.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:24.997: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:24.997: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:26.883: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:27.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:27.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:27.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:27.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:27.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:27.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:27.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:29.228: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:29.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:29.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:29.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:29.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:29.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:29.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:29.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:31.474: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:31.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:31.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:31.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:31.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:31.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:31.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:31.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:33.616: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:33.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:33.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:33.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:33.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:33.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:33.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:33.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:35.849: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:36.155: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:36.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:36.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:36.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:36.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:36.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:36.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:38.077: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:38.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:38.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:38.421: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:38.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:38.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:38.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:38.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:40.493: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:40.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:40.809: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:40.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:40.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:40.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:40.814: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:40.814: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:42.920: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:43.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:43.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:43.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:43.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:43.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:43.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:43.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:45.327: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:45.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:45.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:45.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:45.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:45.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:45.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:45.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:47.870: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:48.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:48.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:48.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:48.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:48.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:48.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:48.210: 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: 36.568 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.145 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.115 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.226 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.17 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.181 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.185 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.345 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.247 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.142 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.232 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.228 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.415 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.428 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.406 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.542 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.559 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest (SWT:1562): Gdk-CRITICAL **: 10:21:50.430: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:50.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:50.820: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:50.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:50.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:50.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:50.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:50.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:53.190: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:53.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:54.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:54.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:54.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:54.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:54.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:54.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:21:56.266: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:21:56.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:56.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:56.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:56.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:56.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:56.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:21:56.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:22:01.017: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:01.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:01.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:01.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:01.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:01.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:01.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:01.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:22:04.237: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:04.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:04.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:04.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:04.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:04.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:04.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:04.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:22:06.588: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:06.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:06.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:06.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:06.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:06.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:06.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:06.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:22:08.969: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:09.282: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:09.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:09.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:09.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:09.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:09.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:09.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.851 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest clicksCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.759 s clicksCheckboxButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 3.076 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 4.74 s selectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 3.229 s deselectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.351 s clickingCheckboxButtonTogglesIt(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.382 s togglesCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.311 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest (SWT:1562): Gdk-CRITICAL **: 10:22:11.283: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:11.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:11.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:11.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:11.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:11.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:11.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:11.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:22:13.611: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:13.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:13.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:13.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:13.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:13.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:13.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:13.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:22:19.978: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:20.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:20.322: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:20.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:20.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:20.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:20.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:20.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.076 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest clicksToggleButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 2.327 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 6.367 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 6.381 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest (SWT:1562): Gdk-CRITICAL **: 10:22:26.363: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:26.804: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:27.248: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:28.332: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:28.981: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:29.559: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:30.090: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:30.558: 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: 4.643 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.437 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.444 s findCCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 1.084 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.649 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.578 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.531 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.467 s setText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.451 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest (SWT:1562): Gdk-CRITICAL **: 10:22:31.013: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:31.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:31.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:31.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:31.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:31.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:31.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:31.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:22:33.418: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:33.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:33.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:33.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:33.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:33.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:33.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:33.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.379 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 2.403 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 2.974 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest (SWT:1562): Gdk-CRITICAL **: 10:22:36.395: 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.061 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest clickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest) Time elapsed: 3.06 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest (SWT:1562): Gdk-CRITICAL **: 10:22:39.457: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:39.516: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:39.570: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:44.623: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:44.673: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:44.725: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:49.793: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:22:50.859: 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.453 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest getsAllShells(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.058 s getsActiveShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.055 s noShellReturnsNull(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.053 s bringsShellToFront(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.049 s findsShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.052 s closesShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.069 s testMaximize(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 1.065 s findsShellsById(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.051 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest (SWT:1562): Gdk-CRITICAL **: 10:22:50.921: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest) Time elapsed: 0.064 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest (SWT:1562): Gdk-CRITICAL **: 10:22:50.980: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:51.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:51.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:51.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:51.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:51.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:51.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:51.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:22:53.265: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:53.592: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:53.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:53.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:53.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:53.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:53.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:53.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:22:55.476: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:55.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:55.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:55.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:55.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:55.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:55.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:55.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:22:57.758: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:22:58.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:58.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:58.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:58.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:58.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:58.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:22:58.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:00.007: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:00.344: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:00.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:00.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:00.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:00.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:00.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:00.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:02.359: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:02.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:02.737: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:02.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:02.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:02.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:02.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:02.742: 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: 14.032 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest doubleClick(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.285 s click(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.21 s findsCanvas(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.282 s doubleClickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.249 s clickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.352 s findsCanvasInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 2.653 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest (SWT:1562): Gdk-CRITICAL **: 10:23:05.015: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:05.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:05.428: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:05.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:05.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:05.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:05.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:05.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:07.691: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:08.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:08.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:08.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:08.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:08.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:08.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:08.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:10.454: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:10.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:10.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:10.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:10.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:10.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:10.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:10.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:13.090: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:13.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:13.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:13.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:13.452: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:13.452: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:13.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:13.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:15.610: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:15.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:15.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:15.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:15.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:15.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:15.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:15.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:18.035: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:18.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:18.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:18.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:18.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:18.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:18.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:18.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:20.744: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:21.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:21.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:21.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:21.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:21.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:21.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:21.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:23.503: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:23.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:23.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:23.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:23.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:23.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:23.889: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:23.889: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:26.048: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:26.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:26.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:26.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:26.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:26.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:26.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:26.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:29.116: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:29.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:29.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:29.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:29.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:29.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:29.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:29.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:32.288: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:32.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:32.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:32.706: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:32.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:32.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:32.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:32.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:36.220: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:36.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:36.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:36.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:36.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:36.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:36.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:36.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:38.764: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:39.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:39.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:39.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:39.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:39.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:39.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:39.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:41.722: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:42.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:42.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:42.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:42.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:42.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:42.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:42.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:44.918: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:45.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:45.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:45.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:45.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:45.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:45.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:45.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:47.750: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:48.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:48.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:48.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:48.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:48.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:48.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:48.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:50.560: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:50.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:50.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:50.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:50.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:50.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:50.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:50.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:53.108: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:53.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:53.459: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:53.462: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:53.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:53.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:53.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:53.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:55.741: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:56.153: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:56.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:56.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:56.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:56.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:56.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:56.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:23:58.822: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:23:59.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:59.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:59.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:59.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:59.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:59.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:23:59.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:01.579: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:01.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:01.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:01.936: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:01.936: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:01.937: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:01.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:01.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:03.992: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:04.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:04.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:04.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:04.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:04.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:04.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:04.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:06.539: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:06.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:06.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:06.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:06.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:06.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:06.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:06.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:09.082: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:09.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:09.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:09.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:09.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:09.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:09.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:09.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:11.694: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:12.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:12.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:12.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:12.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:12.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:12.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:12.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:14.510: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:14.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:14.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:14.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:14.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:14.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:14.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:14.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:17.428: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:17.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:17.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:17.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:17.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:17.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:17.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:17.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:20.349: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:20.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:20.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:20.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:20.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:20.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:20.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:20.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:23.251: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:23.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:23.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:23.704: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:23.704: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:23.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:23.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:23.708: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:26.197: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:26.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:26.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:26.617: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:26.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:26.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:26.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:26.621: 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: 84.046 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest containsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.675 s settingSelectionOnInvalidRowNumberThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.763 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.636 s selectsItemsBasedOnString(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.519 s throwsExceptionIfTheRowNumberIsIllegal2(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.425 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.709 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.759 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.545 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.067 s searchText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.173 s settingMultipleSelectionOfInvalidIndicesThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.93 s findsIndexOfColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.545 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.957 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.196 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.832 s findsAnyTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.809 s throwsExceptionIfTheColumnNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.548 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.633 s getsIndexOfItemInAColumnWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.08 s findsItemsBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.759 s findsTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.405 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.552 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.537 s settingSelectionOnInvalidRowTextThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.617 s findsItemsBasedOnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.808 s getsIndexOfItemInAColumnWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.926 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.915 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.908 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.937 s throwsExceptionIfTheColumnNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.873 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest (SWT:1562): Gdk-CRITICAL **: 10:24:29.065: 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.051 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest) Time elapsed: 0.051 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest (SWT:1562): Gdk-CRITICAL **: 10:24:29.121: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:29.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:29.541: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:29.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:29.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:29.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:29.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:29.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:31.857: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:32.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:32.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:32.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:32.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:32.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:32.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:32.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:34.418: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:34.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:34.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:34.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:34.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:34.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:34.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:34.835: 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: 7.883 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest findsSliderInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.728 s canSetSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.567 s findsSlider(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 2.586 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest (SWT:1562): Gdk-CRITICAL **: 10:24:37.016: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:37.392: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:37.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:37.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:37.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:37.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:37.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:37.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:40.204: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:40.569: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:40.573: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:40.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:40.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:40.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:40.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:40.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:43.092: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:43.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:43.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:43.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:43.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:43.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:43.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:43.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:45.929: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:46.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:46.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:46.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:46.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:46.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:46.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:46.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:48.877: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:49.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:49.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:49.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:49.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:49.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:49.304: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:49.304: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:51.648: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:51.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:52.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:52.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:52.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:52.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:52.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:52.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:54.337: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:54.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:54.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:54.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:54.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:54.702: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:54.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:54.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:56.892: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:24:57.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:57.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:57.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:57.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:57.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:57.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:24:57.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:24:59.669: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:00.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:00.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:00.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:00.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:00.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:00.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:00.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:02.298: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:02.668: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:02.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:02.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:02.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:02.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:02.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:02.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:04.815: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:05.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:05.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:05.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:05.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:05.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:05.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:05.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:07.655: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:08.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:08.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:08.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:08.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:08.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:08.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:08.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:10.242: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:10.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:10.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:10.617: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:10.617: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:10.617: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:10.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:10.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:12.990: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:13.342: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:13.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:13.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:13.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:13.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:13.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:13.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:16.019: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:16.389: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:16.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:16.397: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:16.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:16.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:16.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:16.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:18.606: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:18.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:18.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:18.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:18.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:18.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:18.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:18.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:21.133: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:21.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:21.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:21.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:21.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:21.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:21.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:21.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:23.809: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:24.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:24.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:24.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:24.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:24.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:24.199: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:24.199: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:26.825: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:27.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:27.199: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:27.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:27.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:27.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:27.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:27.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:29.413: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:29.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:29.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:29.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:29.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:29.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:29.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:29.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:32.583: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:32.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:32.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:32.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:32.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:32.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:32.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:32.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:35.511: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:35.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:35.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:35.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:35.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:35.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:35.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:35.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:39.019: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:39.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:39.475: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:39.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:39.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:39.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:39.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:39.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:46.895: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:47.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:47.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:47.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:47.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:47.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:47.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:47.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:49.718: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:50.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:50.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:50.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:50.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:50.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:50.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:50.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:25:52.495: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:52.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:52.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:52.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:52.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:52.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:52.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:52.888: 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: 78.156 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest setsMultipleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.187 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.88 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.844 s doubleClicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.948 s clicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.773 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.681 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.561 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.777 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.629 s findsAnyTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.517 s expandsNode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.84 s expandANodePath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.587 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.749 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.027 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.588 s getsAllTreeItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.524 s selectsMultipleOnSingleSelectTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.677 s expandsNodeToMax(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.014 s findsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.589 s expandEmptyPath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.163 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.934 s clicksOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 3.508 s setsMultipleSelectionUnknownItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 7.877 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.821 s getsColumnCountOnMultiColumnTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.779 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.676 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest (SWT:1562): Gdk-CRITICAL **: 10:25:55.182: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:25:55.698: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:25:56.227: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:25:56.806: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.162 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.513 s findsCLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.528 s findsCLabel1(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.578 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.541 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest (SWT:1562): Gdk-CRITICAL **: 10:25:57.350: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:25:57.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:57.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:57.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:57.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:57.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:57.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:25:57.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:00.181: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:00.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:00.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:00.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:00.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:00.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:00.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:00.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:03.322: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:03.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:03.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:03.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:03.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:03.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:03.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:03.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 8.898 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 2.832 s getsAllMenuItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 3.13 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 2.934 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest (SWT:1562): Gdk-CRITICAL **: 10:26:06.249: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:26:06.325: 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.23 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.153 s Running org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest (SWT:1562): Gdk-CRITICAL **: 10:26:06.480: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:06.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:06.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:06.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:06.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:06.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:06.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:06.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:09.209: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:09.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:09.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:09.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:09.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:09.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:09.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:09.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:12.042: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:12.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:12.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:12.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:12.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:12.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:12.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:12.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:14.790: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:15.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:15.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:15.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:15.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:15.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:15.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:15.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:17.410: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:17.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:17.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:17.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:17.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:17.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:17.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:17.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:20.054: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:20.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:20.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:20.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:20.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:20.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:20.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:20.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:22.898: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:23.344: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:23.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:23.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:23.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:23.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:23.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:23.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:25.662: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:26.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:26.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:26.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:26.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:26.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:26.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:26.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.148 s - in org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest findsRightIndexOfControlInParentWithNoParent(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.72 s getsToString(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.841 s findsNextWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.748 s findsIndexOfArbritryControl(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.62 s nextWidgetOnLastWidgetIsNull(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.644 s getsCorrectStyle(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.844 s previousWidgetOnFirstWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.763 s findsPreviousWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.966 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.001 s - in org.eclipse.swtbot.swt.finder.utils.TreePathTest canPopLastElementFromTreePath(org.eclipse.swtbot.swt.finder.utils.TreePathTest) Time elapsed: 0 s popsNothingIfTreePathIsEmpty(org.eclipse.swtbot.swt.finder.utils.TreePathTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest getsSimpleClassName(org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.utils.BidiMapTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.BidiMapTest canIterateThroughAllElements(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s canFindObjectBasedOnKey(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0.001 s canFindObjectBasedOnValue(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.FileUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.409 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: 1.409 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:1562): Gdk-CRITICAL **: 10:26:30.063: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-CRITICAL **: 10:26:30.135: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.swtbot.swt.finder.utils.MenuDetectTest testMenuDetect(org.eclipse.swtbot.swt.finder.utils.MenuDetectTest) Time elapsed: 0.145 s Running org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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:1562): Gdk-CRITICAL **: 10:26:30.218: 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.142 s - in org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest waitsForTreeToContainRows(org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest) Time elapsed: 0.142 s Running org.eclipse.swtbot.swt.finder.waits.WaitForShellTest (SWT:1562): Gdk-CRITICAL **: 10:26:30.362: 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.556 s - in org.eclipse.swtbot.swt.finder.waits.WaitForShellTest waitsForShellToAppear(org.eclipse.swtbot.swt.finder.waits.WaitForShellTest) Time elapsed: 0.556 s Running org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest (SWT:1562): Gdk-CRITICAL **: 10:26:30.921: 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.156 s - in org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest waitsForShellToBecomeActive(org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest) Time elapsed: 0.155 s Running org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest (SWT:1562): Gdk-CRITICAL **: 10:26:31.077: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:31.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:31.489: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:31.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:31.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:31.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:31.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:31.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.369 s - in org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest waitsForWidgetToAppearInParent(org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest) Time elapsed: 3.367 s Running org.eclipse.swtbot.swt.finder.waits.ShellClosesTest (SWT:1562): Gdk-CRITICAL **: 10:26:34.716: 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.53 s - in org.eclipse.swtbot.swt.finder.waits.ShellClosesTest waitsForShellClose(org.eclipse.swtbot.swt.finder.waits.ShellClosesTest) Time elapsed: 0.529 s Running org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest (SWT:1562): Gdk-CRITICAL **: 10:26:35.248: 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.052 s - in org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest waitsForTableToContainRows(org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest) Time elapsed: 0.051 s Running org.eclipse.swtbot.swt.finder.SWTBotTest (SWT:1562): Gdk-CRITICAL **: 10:26:35.302: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:26:35.390: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:26:35.487: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:26:43.894: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:26:46.480: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:26:46.580: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gdk-CRITICAL **: 10:26:46.689: 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: 16.505 s - in org.eclipse.swtbot.swt.finder.SWTBotTest getsAllShells(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.088 s doesNotWait5SecondsAndPassesForPassingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.096 s waitsMoreThan5sWhenConditionDoesNotSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 8.399 s waitsLessThan5sWhenConditionSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 2.595 s throwsExceptionOnNegativeTimeOut(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.1 s findsShellsById(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.108 s waits5SecondsAndFailsForFailingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.119 s Running org.eclipse.swtbot.swt.finder.ReferenceByTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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:1562): Gdk-CRITICAL **: 10:26:51.817: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:52.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:52.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:52.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:52.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:52.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:52.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:52.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:54.859: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:55.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:55.330: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:55.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:55.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:55.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:55.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:55.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:26:57.939: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:26:58.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:58.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:58.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:58.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:58.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:58.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:26:58.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 04 Jun 2021 10:27:00.362 - main - DEBUG - SWTUtils - (SWTUtils.java:455) - Capturing screenshot 'screenshots/screenshot-DummyTestDoNotExecuteInAnt.null.jpeg' (SWT:1562): Gdk-CRITICAL **: 10:27:01.166: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:01.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:01.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:01.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:01.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:01.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:01.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:01.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:04.111: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:04.543: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:04.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:04.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:04.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:04.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:04.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:04.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:07.183: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:07.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:07.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:07.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:07.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:07.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:07.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:07.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:10.699: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:11.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:11.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:11.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:11.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:11.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:11.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:11.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:13.695: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:14.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:14.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:14.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:14.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:14.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:14.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:14.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:16.760: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:17.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:17.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:17.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:17.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:17.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:17.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:17.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:19.613: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:20.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:20.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:20.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:20.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:20.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:20.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:20.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:22.501: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:22.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:22.969: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:22.972: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:22.972: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:22.972: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:22.975: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:22.975: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:25.393: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:25.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:25.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:25.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:25.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:25.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:25.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:25.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:28.251: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:28.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:28.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:28.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:28.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:28.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:28.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:28.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.492 s - in org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest assertContainsWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.041 s assertsIfWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.08 s capturesScreenshotOnError(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.227 s assertDoesNotContainThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.945 s assertContainsThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.072 s assertDoesNotContainWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.515 s assertEnabledThrowsExceptionWhenWidgetIsDisable(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.997 s assertNotEnabledThrowsExceptionWhenWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.064 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches2(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.854 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.879 s assertRegexMatchesThrowsExceptionWhenRegexDoesNotMatch(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.9 s throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 2.858 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 3.057 s Running org.eclipse.swtbot.swt.finder.SWTBot2Test (SWT:1562): Gdk-CRITICAL **: 10:27:31.322: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:31.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:31.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:31.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:31.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:31.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:31.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:31.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:34.442: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:34.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:34.949: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:34.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:34.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:34.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:34.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:34.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:37.708: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:38.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:38.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:38.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:38.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:38.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:38.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:38.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:40.740: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:41.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:41.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:41.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:41.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:41.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:41.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:41.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gdk-CRITICAL **: 10:27:44.118: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed (SWT:1562): Gtk-WARNING **: 10:27:44.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:44.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:44.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:44.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:44.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:44.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1562): Gtk-WARNING **: 10:27:44.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.79 s - in org.eclipse.swtbot.swt.finder.SWTBot2Test findsGetsIdOfAControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 3.112 s findsTextBox(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 3.266 s getsActiveControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 3.032 s tabKeyTraversalSetsFocusOnTheNextControlAndSendsTraverseEvents(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 3.379 s isEnabled(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 3.001 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [71/77] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.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-3.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.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-3.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-p2-plugin:2.2.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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-3.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [72/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 s - in org.eclipse.swtbot.generator.test.RecordToolbarButtonTest testClickToolbarWithImage(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.421 s testClickToolbar(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.137 s testClickToolbarWithImageAndNoText(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.16 s Running org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 s - in org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest testMultipleTableSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.16 s testMultipleTableSelectionSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.119 s testTableCheckSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.11 s testTableCheckSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.105 s testSingleTableSelection(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.115 s testMultipleTableSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.096 s testTableCheck(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.109 s Running org.eclipse.swtbot.generator.test.RecordCComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.eclipse.swtbot.generator.test.RecordCComboTextTest testModifyCCombo(org.eclipse.swtbot.generator.test.RecordCComboTextTest) Time elapsed: 0.142 s Running org.eclipse.swtbot.generator.test.RecordComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.swtbot.generator.test.RecordComboTextTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboTextTest) Time elapsed: 0.13 s Running org.eclipse.swtbot.generator.test.CTabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.swtbot.generator.test.CTabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.CTabItemActivateTest) Time elapsed: 0.114 s Running org.eclipse.swtbot.generator.test.RecordRadioClickTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.swtbot.generator.test.RecordRadioClickTest testRadioButtonClick(org.eclipse.swtbot.generator.test.RecordRadioClickTest) Time elapsed: 0.145 s Running org.eclipse.swtbot.generator.test.TabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.swtbot.generator.test.TabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.TabItemActivateTest) Time elapsed: 0.132 s Running org.eclipse.swtbot.generator.test.RecordComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.swtbot.generator.test.RecordComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboSelectionTest) Time elapsed: 0.105 s Running org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest testTreeCheck(org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest) Time elapsed: 0.146 s Running org.eclipse.swtbot.generator.test.RecordCComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.swtbot.generator.test.RecordCComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordCComboSelectionTest) Time elapsed: 0.107 s Running org.eclipse.swtbot.generator.test.RecordListDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s - in org.eclipse.swtbot.generator.test.RecordListDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.121 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.137 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.097 s Running org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s - in org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest testModifyStyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.123 s testModifySyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.107 s Running org.eclipse.swtbot.generator.test.RecordListSelectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s - in org.eclipse.swtbot.generator.test.RecordListSelectionTest testSingleListSelection(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.108 s testMultipleListSelectionSameItem(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.111 s testMultipleListSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.11 s testMultipleListSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.103 s Running org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest testTreeLevel2DoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.101 s testTreeDoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.078 s Running org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s - in org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.108 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.121 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.099 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [73/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 s - in org.eclipse.swtbot.generator.jdt.test.RecordComboTest testModifyCombo(org.eclipse.swtbot.generator.jdt.test.RecordComboTest) Time elapsed: 0.64 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.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-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [74/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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:2303): Gtk-CRITICAL **: 10:28:23.466: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2303): Gtk-CRITICAL **: 10:28:23.466: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. (SWT:2303): Gtk-CRITICAL **: 10:28:24.964: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:2303): Gtk-CRITICAL **: 10:28:24.964: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.892 s - in org.eclipse.swtbot.nebula.nattable.finder.test.AllTests testContextMenu(org.eclipse.swtbot.nebula.nattable.finder.test1.TestNatTableContextMenu) Time elapsed: 0.416 s testCellLabel(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.181 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.157 s testCount(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.044 s testDoubleClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.28 s testScrollAndReadCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.041 s testScrollNotViewport(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.032 s testScrollOutOfRange(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.032 s testRightClickXY(org.eclipse.swtbot.nebula.nattable.finder.test1.TestRightClickXY) Time elapsed: 0.082 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.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-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [75/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest testCheckBoxGroup(org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest) Time elapsed: 0.297 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-3.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-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [76/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s - in org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest testStepbar(org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest) Time elapsed: 0.233 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-3.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-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.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 3.1.0-SNAPSHOT [77/77] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] The project's OSGi version is 3.1.0.202106041005 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [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.2.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3: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-3.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-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [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-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.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.200.v20210416-2027/org.eclipse.equinox.launcher-1.6.200.v20210416-2027.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 (SWT:2551): Gtk-WARNING **: 10:28:54.505: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2551): Gtk-WARNING **: 10:28:54.505: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2551): Gtk-WARNING **: 10:28:54.507: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2551): Gtk-WARNING **: 10:28:54.508: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. (SWT:2551): Gtk-WARNING **: 10:28:54.700: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2551): Gtk-WARNING **: 10:28:54.700: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2551): Gtk-WARNING **: 10:28:54.701: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2551): Gtk-WARNING **: 10:28:54.701: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2551): Gtk-WARNING **: 10:28:54.774: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2551): Gtk-WARNING **: 10:28:54.774: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2551): Gtk-WARNING **: 10:28:54.780: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame) (SWT:2551): Gtk-WARNING **: 10:28:54.780: 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.509 s - in org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest testSetLowerValue(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.269 s testSetUpperValue(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.036 s testSetSelection(org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest) Time elapsed: 0.08 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-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-3.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-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-3.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-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-3.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/3.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-3.1.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider.finder.test --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Eclipse SWTBot 3.1.0-SNAPSHOT ...................... SUCCESS [ 25.111 s] [INFO] target-platforms 3.1.0-SNAPSHOT .................... SUCCESS [ 0.010 s] [INFO] 2021-06 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.805 s] [INFO] 2021-03 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.011 s] [INFO] 2020-12 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.011 s] [INFO] 2020-09 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.010 s] [INFO] 2020-06 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.008 s] [INFO] 2020-03 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.062 s] [INFO] 2019-12 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.009 s] [INFO] 2019-09 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.009 s] [INFO] 2019-06 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.007 s] [INFO] 2019-03 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.007 s] [INFO] 2018-12 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.009 s] [INFO] 2018-09 3.1.0-SNAPSHOT ............................. SUCCESS [ 0.008 s] [INFO] photon 3.1.0-SNAPSHOT .............................. SUCCESS [ 0.057 s] [INFO] oxygen 3.1.0-SNAPSHOT .............................. SUCCESS [ 0.012 s] [INFO] neon 3.1.0-SNAPSHOT ................................ SUCCESS [ 0.009 s] [INFO] mars 3.1.0-SNAPSHOT ................................ SUCCESS [ 0.011 s] [INFO] luna 3.1.0-SNAPSHOT ................................ SUCCESS [ 0.010 s] [INFO] kepler 3.1.0-SNAPSHOT .............................. SUCCESS [ 0.009 s] [INFO] juno 3.1.0-SNAPSHOT ................................ SUCCESS [ 0.042 s] [INFO] org.eclipse.swtbot.ant.junit 3.1.0-SNAPSHOT ........ SUCCESS [ 16.014 s] [INFO] org.eclipse.swtbot.eclipse.core 3.1.0-SNAPSHOT ..... SUCCESS [ 4.537 s] [INFO] org.eclipse.swtbot.swt.finder 3.1.0-SNAPSHOT ....... SUCCESS [ 7.149 s] [INFO] org.eclipse.swtbot.eclipse.finder 3.1.0-SNAPSHOT ... SUCCESS [01:13 min] [INFO] org.eclipse.swtbot.e4.finder 3.1.0-SNAPSHOT ........ SUCCESS [ 3.218 s] [INFO] org.eclipse.swtbot.junit4_x 3.1.0-SNAPSHOT ......... SUCCESS [ 2.896 s] [INFO] org.eclipse.swtbot 3.1.0-SNAPSHOT .................. SUCCESS [ 2.802 s] [INFO] org.eclipse.swtbot.forms.finder 3.1.0-SNAPSHOT ..... SUCCESS [ 3.070 s] [INFO] org.eclipse.swtbot.forms 3.1.0-SNAPSHOT ............ SUCCESS [ 2.535 s] [INFO] org.eclipse.swtbot.go 3.1.0-SNAPSHOT ............... SUCCESS [ 2.924 s] [INFO] org.eclipse.swtbot.eclipse 3.1.0-SNAPSHOT .......... SUCCESS [ 3.350 s] [INFO] org.eclipse.swtbot.eclipse.dsl 3.1.0-SNAPSHOT ...... SUCCESS [ 4.841 s] [INFO] org.eclipse.swtbot.eclipse.gef.finder 3.1.0-SNAPSHOT SUCCESS [ 3.323 s] [INFO] org.eclipse.swtbot.eclipse.spy 3.1.0-SNAPSHOT ...... SUCCESS [ 3.127 s] [INFO] org.eclipse.swtbot.eclipse.junit.headless 3.1.0-SNAPSHOT SUCCESS [ 2.866 s] [INFO] org.eclipse.swtbot.eclipse.test.junit 3.1.0-SNAPSHOT SUCCESS [ 2.949 s] [INFO] org.eclipse.swtbot.eclipse.ui 3.1.0-SNAPSHOT ....... SUCCESS [ 2.993 s] [INFO] org.eclipse.swtbot.generator 3.1.0-SNAPSHOT ........ SUCCESS [ 3.722 s] [INFO] org.eclipse.swtbot.generator.client 3.1.0-SNAPSHOT . SUCCESS [ 3.360 s] [INFO] org.eclipse.swtbot.generator.rules.workbench 3.1.0-SNAPSHOT SUCCESS [ 3.447 s] [INFO] org.eclipse.swtbot.generator.jdt 3.1.0-SNAPSHOT .... SUCCESS [ 4.532 s] [INFO] org.eclipse.swtbot.generator.ui 3.1.0-SNAPSHOT ..... SUCCESS [ 3.099 s] [INFO] org.eclipse.swtbot.junit5_x 3.1.0-SNAPSHOT ......... SUCCESS [ 3.110 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder 3.1.0-SNAPSHOT SUCCESS [ 2.705 s] [INFO] org.eclipse.swt.examples 3.1.0-SNAPSHOT ............ SUCCESS [ 7.493 s] [INFO] org.eclipse.swtbot.swt.demo 3.1.0-SNAPSHOT ......... SUCCESS [ 2.955 s] [INFO] org.eclipse.ui.forms.examples 3.1.100-SNAPSHOT ..... SUCCESS [ 4.802 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder 3.1.0-SNAPSHOT SUCCESS [ 4.674 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder 3.1.0-SNAPSHOT SUCCESS [ 2.779 s] [INFO] org.eclipse.swtbot.nebula.stepbar.finder 3.1.0-SNAPSHOT SUCCESS [ 3.041 s] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder 3.1.0-SNAPSHOT SUCCESS [ 2.561 s] [INFO] org.eclipse.swtbot.eclipse.gef 3.1.0-SNAPSHOT ...... SUCCESS [ 2.552 s] [INFO] org.eclipse.swtbot.generator.feature 3.1.0-SNAPSHOT SUCCESS [ 3.100 s] [INFO] org.eclipse.swtbot.ide 3.1.0-SNAPSHOT .............. SUCCESS [ 3.672 s] [INFO] org.eclipse.swtbot.eclipse.junit5.headless 3.1.0-SNAPSHOT SUCCESS [ 6.024 s] [INFO] org.eclipse.swtbot.junit5 3.1.0-SNAPSHOT ........... SUCCESS [ 4.065 s] [INFO] org.eclipse.swtbot.nebula.gallery 3.1.0-SNAPSHOT ... SUCCESS [ 3.137 s] [INFO] org.eclipse.swtbot.nebula.nattable 3.1.0-SNAPSHOT .. SUCCESS [ 2.512 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup 3.1.0-SNAPSHOT SUCCESS [ 2.642 s] [INFO] org.eclipse.swtbot.nebula.stepbar 3.1.0-SNAPSHOT ... SUCCESS [ 2.837 s] [INFO] org.eclipse.swtbot.nebula.rangeslider 3.1.0-SNAPSHOT SUCCESS [ 3.734 s] [INFO] org.eclipse.swtbot.updatesite 3.1.0-SNAPSHOT ....... SUCCESS [ 9.677 s] [INFO] org.eclipse.swtbot.eclipse.ui.test 3.1.0-SNAPSHOT .. SUCCESS [ 23.395 s] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards 3.1.0-SNAPSHOT SUCCESS [ 4.053 s] [INFO] org.eclipse.swtbot.forms.finder.test 3.1.0-SNAPSHOT SUCCESS [ 11.945 s] [INFO] org.eclipse.swtbot.eclipse.finder.test 3.1.0-SNAPSHOT SUCCESS [01:48 min] [INFO] org.eclipse.swtbot.e4.finder.test 3.1.0-SNAPSHOT ... SUCCESS [ 17.535 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test 3.1.0-SNAPSHOT SUCCESS [ 12.362 s] [INFO] org.eclipse.swtbot.swt.finder.test 3.1.0-SNAPSHOT .. SUCCESS [12:55 min] [INFO] org.eclipse.swtbot.test 3.1.0-SNAPSHOT ............. SUCCESS [ 2.925 s] [INFO] org.eclipse.swtbot.generator.test 3.1.0-SNAPSHOT ... SUCCESS [ 12.126 s] [INFO] org.eclipse.swtbot.generator.jdt.test 3.1.0-SNAPSHOT SUCCESS [ 11.466 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test 3.1.0-SNAPSHOT SUCCESS [ 11.517 s] [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test 3.1.0-SNAPSHOT SUCCESS [ 9.596 s] [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test 3.1.0-SNAPSHOT SUCCESS [ 11.774 s] [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test 3.1.0-SNAPSHOT SUCCESS [ 9.721 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23:18 min [INFO] Finished at: 2021-06-04T10:28:57Z [INFO] ------------------------------------------------------------------------ [swtbot-tycho] $ /bin/sh -xe /tmp/jenkins18244788128031530307.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 53 killed; [ssh-agent] Stopped. Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS