Started by user Patrick Tasse Running as Patrick Tasse Agent migration-agent-7fk3v is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/migration: "true" name: "migration-agent-7fk3v" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.swtbot.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "migration-agent-7fk3v" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-7fk3v" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.swtbot.svc.cluster.local/swtbot/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f" imagePullPolicy: "IfNotPresent" 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: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - 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: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" 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: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-swtbot" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on migration-agent-7fk3v (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-HRvLUeqwhWnX/agent.48 SSH_AGENT_PID=50 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_6357456171017374904.key (/home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_6357456171017374904.key) [ssh-agent] Using credentials genie.swtbot (ssh://genie.swtbot@projects-storage.eclipse.org) 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 fetch --tags --progress git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot +refs/heads/*:refs/remotes/origin/* > 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 > git config remote.origin.url git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot > git fetch --tags --progress git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 17d0cbf8a8a7e2ae604a58d7b900d63a566f3915 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 17d0cbf8a8a7e2ae604a58d7b900d63a566f3915 Commit message: "Update Orbit repository to R20200529191137 in 2020-06 target" > git rev-list --no-walk 17d0cbf8a8a7e2ae604a58d7b900d63a566f3915 # timeout=10 Starting xvnc [swtbot-tycho] $ Xvnc :19 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 2 2018 19:05:14 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 12001000, The X.Org Foundation Wed Jun 3 17:38:09 2020 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5919 vncext: created VNC server for screen 0 [swtbot-tycho] $ /bin/bash -x /tmp/jenkins8621307646795264524.sh + metacity --sm-disable --replace [swtbot-tycho] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Dcbi.jarsigner.skip=false -Dmaven.repo.local=/home/jenkins/agent/workspace/swtbot-tycho/.repository install -B Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/ [INFO] Adding repository http://download.eclipse.org/releases/2020-06 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (495B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (418B) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/M1/ (68.32kB) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/M2/ (67.3kB) [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/M3/ (70.57kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202005291000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202005291000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202005081000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202005081000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202004171000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202004171000/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] Adding repository http://download.eclipse.org/nebula/snapshot [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] Fetching p2.index from http://download.eclipse.org/nattable/snapshots/latest/repository/ [INFO] Adding repository http://download.eclipse.org/nattable/snapshots/latest/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/snapshots/latest/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Fetching 202005291000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/ [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (2.86MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (2.86MB) [INFO] Unpacking org.apache.ant_1.10.8.v20200515-1239... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (123kB) [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/2020-06/202005291000/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:3.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (9.5MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (9.5MB) [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... [INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (459.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (459.89kB) [INFO] Unpacking org.eclipse.osgi_3.15.300.v20200520-1959... [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.03kB) [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (101.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (101.68kB) [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (63.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (63.49kB) [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (14.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (14.52kB) [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436... [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (258.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (258.72kB) [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (82.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (155.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (155.55kB) [INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820... [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (44.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (44.03kB) [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147... [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (30.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (30.65kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (32.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (32.85kB) [INFO] Unpacking org.eclipse.compare.core_3.6.900.v20200412-2017... [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (33.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (33.65kB) [INFO] Unpacking org.eclipse.core.runtime_3.18.0.v20200506-2143... [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (43.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (43.01kB) [INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850... [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (55.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (55.07kB) [INFO] Unpacking org.eclipse.equinox.common_3.12.0.v20200504-1602... [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (41.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (41.49kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.700.v20200517-1644... [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (55.59kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.8.0.v20200422-1833... [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (77.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (77.27kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.800.v20200406-0956... [INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (56.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (56.72kB) [INFO] Unpacking org.eclipse.core.databinding_1.9.0.v20200519-1409... [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (82.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (82.47kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.9.0.v20200205-2119... [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (44.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (44.98kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.0.v20200124-0715... [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (33.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (33.96kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.800.v20200319-0911... [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (41.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (41.15kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1000.v20200409-1035... [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (100.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (100.5kB) [INFO] Unpacking org.eclipse.text_3.10.200.v20200428-0633... [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (27.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (27.79kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (46.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (46.11kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.800.v20200421-0950... [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (873.17kB) [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (42.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (42.05kB) [INFO] Unpacking org.eclipse.equinox.app_1.4.500.v20200422-1833... [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.76kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732... [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (25.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (25.88kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.600.v20200428-0912... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (28.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (28.06kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.300.v20200422-1846... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (7.68kB) [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/2020-06/202005291000/plugins/ (7.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (7.72kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16.65kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (21.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (21.82kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (487.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (487.54kB) [INFO] Unpacking org.eclipse.emf.ecore_2.22.0.v20200519-1135... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (23.02kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930... [INFO] Fetching org.eclipse.swt_3.114.100.v20200519-1414.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.114.100.v20200519-1414.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16kB) [INFO] Unpacking org.eclipse.swt_3.114.100.v20200519-1414... [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.16kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643... [INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (361.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (361.92kB) [INFO] Unpacking org.eclipse.jface_3.20.0.v20200505-1952... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (66.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (66.16kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200514-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (65.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200514-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (65.73kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.1000.v20200514-1613... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200508-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200508-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16.41kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200508-1201... [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (9.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (9.76kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200515-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (28.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200515-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (28.01kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.800.v20200515-1500... [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (7.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (7.94kB) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.100.v20200323-2111... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (111.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (111.14kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422... [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16.62kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.400.v20200511-1702... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (9.45kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048... [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (85.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (85.1kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (51kB) [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/2020-06/202005291000/plugins/ (84.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (84.02kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (49.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (49.88kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200521-1310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (94.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200521-1310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (94.81kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200521-1310... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (60.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (60.86kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625... [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200318-1219.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (77.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200318-1219.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (77.92kB) [INFO] Unpacking org.eclipse.jface.databinding_1.11.100.v20200318-1219... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805... [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200519-2117.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (22.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200519-2117.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (22.56kB) [INFO] Unpacking org.eclipse.urischeme_1.1.0.v20200519-2117... [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (115.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (115.11kB) [INFO] Unpacking org.eclipse.emf.common_2.19.0.v20200324-0932... [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (23.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (23.95kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.2.300.v20191213-1901... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (32.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (32.04kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (74.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (74.47kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (107.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (107.88kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (50.94kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (55.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (55.47kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (44.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (44.56kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637... [INFO] Fetching org.eclipse.help_3.8.800.v20200510-2103.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (120.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.800.v20200510-2103.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (120.6kB) [INFO] Unpacking org.eclipse.help_3.8.800.v20200510-2103... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (24.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (24.57kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429... [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200411-1324.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (317.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200411-1324.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (317.11kB) [INFO] Unpacking org.eclipse.jface.text_3.16.300.v20200411-1324... [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] Fetching org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.72kB) [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200519-1414.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (956.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200519-1414.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (956.17kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200519-1414... Jun 03, 2020 5:39:04 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jun 03, 2020 5:39:04 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (32.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (32.1kB) [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (129.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (129.49kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (997.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (997.92kB) [INFO] Unpacking org.eclipse.ui.workbench_3.119.0.v20200521-1247... [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200519-1648.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (958.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200519-1648.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (958.08kB) [INFO] Unpacking org.eclipse.ui.ide_3.17.100.v20200519-1648... [INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (363.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (363.6kB) [INFO] Unpacking org.eclipse.ui_3.117.0.v20200518-1705... [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (199.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (199.91kB) [INFO] Unpacking org.eclipse.ui.editors_3.13.200.v20200501-2307... [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (124.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (124.18kB) [INFO] Unpacking org.eclipse.ui.forms_3.9.100.v20200413-1417... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (233.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (233.97kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954... [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (131.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (131.02kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.300.v20200513-0930... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16.71kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200519-1414.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1.13MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200519-1414.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1.13MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200519-1414... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200519-1414.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (834.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200519-1414.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (834.75kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200519-1414... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:3.0.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.0.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.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:3.0.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.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:3.0.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.0.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.0.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.0.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.0.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/2020-06/202005291000/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:3.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (72.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (72.39kB) [INFO] Unpacking org.eclipse.ant.core_3.5.700.v20191221-1203... [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (102.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (102.08kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.900.v20200410-1424... [INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (124.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (124.57kB) [INFO] Unpacking org.eclipse.debug.core_3.15.100.v20200514-0816... [INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200515-1452.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (281.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200515-1452.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (281.81kB) [INFO] Unpacking org.eclipse.jdt.launching_3.17.100.v20200515-1452... [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (20.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (20.79kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.700.v20200416-1310... [INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200519-1443.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (6.83MB) [INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (483.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (483.38kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.800.v20200413-1643... [INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (65.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (65.77kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.700.v20200319-0924... [INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (85.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (85.4kB) [INFO] Unpacking org.eclipse.ui.console_3.9.200.v20200511-1122... [INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1MB) [INFO] Unpacking org.eclipse.debug.ui_3.14.500.v20200520-0842... [INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200520-0758.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (3.94MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200520-0758.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (3.94MB) [INFO] Unpacking org.eclipse.jdt.ui_3.21.100.v20200520-0758... [INFO] Fetching org.eclipse.jdt.debug.ui_3.11.0.v20200515-1452.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (124.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (124.89kB) [INFO] Unpacking org.eclipse.team.core_3.8.1000.v20200428-1255... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (105.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (105.75kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330... [INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (235.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (235.58kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.800.v20200518-1033... [INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (306.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (306.31kB) [INFO] Unpacking org.eclipse.compare_3.7.1000.v20200511-1203... [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (48.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (48.59kB) [INFO] Unpacking org.eclipse.ui.views_3.10.300.v20200311-1018... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (19.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (34.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (34.56kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (58.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (58.11kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (38.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (38.9kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (47.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (47.99kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200511-1530... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (116.64kB) [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/2020-06/202005291000/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (23.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (23.81kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (37.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (37.85kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (13.86kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (31.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (31.99kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (43.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (43.28kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (105.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (105.95kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16.64kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (121.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (121.9kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (46.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (46.47kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339... [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200428-1254.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (287.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200428-1254.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (287.91kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.6.0.v20200428-1254... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (71.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (71.21kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.600.v20191213-1901... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200518-2131.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (493.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200518-2131.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (493.34kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.0.v20200518-2131... [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200515-1452.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (965.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200515-1452.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (965.16kB) [INFO] Unpacking org.eclipse.jdt.debug_3.15.100.v20200515-1452... [INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (215.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (215.04kB) [INFO] Unpacking org.eclipse.search_3.11.1000.v20200410-1852... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (176.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (176.74kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (65.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (65.97kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.700.v20200501-1429... [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (492.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (492.92kB) [INFO] Unpacking org.eclipse.team.ui_3.8.900.v20200422-1935... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (71.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (71.64kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241... [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (478.57kB) [INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (43.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (43.22kB) [INFO] Unpacking org.eclipse.update.configurator_3.4.600.v20200422-1910... [INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200512-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (51.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200512-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (51.65kB) [INFO] Unpacking org.eclipse.pde.launching_3.8.200.v20200512-0948... [INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200514-1728.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1.46MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200514-1728.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1.46MB) [INFO] Unpacking org.eclipse.pde.ui_3.11.400.v20200514-1728... Jun 03, 2020 5:39:26 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jun 03, 2020 5:39:26 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200330-1059.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (142.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200330-1059.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (142.77kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.1000.v20200330-1059... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200510-2103.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (150.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200510-2103.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (150.99kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.800.v20200510-2103... [INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (85.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (85.26kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.1100.v20200513-0930... [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (26.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (26.28kB) [INFO] Unpacking org.eclipse.ui.trace_1.1.800.v20200106-1301... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (49.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (49.3kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200211-1227... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (40.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (40.75kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:3.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/pom.xml [INFO] Fetching org.eclipse.jdt_3.18.400.v20200521-1000.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (29.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.400.v20200521-1000.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (29.42kB) [INFO] Unpacking org.eclipse.jdt_3.18.400.v20200521-1000... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:3.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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/2020-06/202005291000/plugins/ (12.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (12.57kB) [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900... [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (56.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (56.99kB) [INFO] Unpacking org.junit.jupiter.api_5.6.0.v20200203-2009... [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (14.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (14.79kB) [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900... [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (50.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (50.23kB) [INFO] Unpacking org.junit.platform.commons_1.6.0.v20200203-2009... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:3.0.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.0.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.202004170724.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (108.92kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:3.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Fetching org.eclipse.collections_10.2.0.v20200211-1558.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (10.98MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.0.0.202006030443.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (2.83MB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:3.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (58.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (58.76kB) [INFO] Unpacking org.junit.platform.engine_1.6.0.v20200203-2009... [INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (50.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (50.12kB) [INFO] Unpacking org.junit.platform.launcher_1.6.0.v20200203-2009... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.junit5:3.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:3.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml [INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (241.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (241.33kB) [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/2020-06/202005291000/plugins/ (51.3kB) [INFO] Fetching org.hamcrest.library.source_1.3.0.v20180524-2246.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/plugins/ (57.11kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:3.0.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.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (21.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (31.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (31.52kB) [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (75.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (75.47kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646... [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (34.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (34.83kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646... [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (26.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (26.2kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.100.v20191217-1850... [INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (31.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (31.74kB) [INFO] Unpacking org.eclipse.core.net_1.3.900.v20200428-1255... [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (29.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (29.85kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.700.v20200207-2156... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (103.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (103.56kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (69.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (69.04kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552... [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (51.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (51.54kB) [INFO] Unpacking org.eclipse.equinox.console_1.4.0.v20190819-1430... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (8kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755... [INFO] Fetching org.eclipse.jface.notifications_0.1.0.v20200511-0837.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (15.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.1.0.v20200511-0837.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (15.31kB) [INFO] Unpacking org.eclipse.jface.notifications_0.1.0.v20200511-0837... [INFO] Fetching org.eclipse.e4.rcp_4.16.0.v20200521-1310.jar from http://download.eclipse.org/releases/2020-06/202005291000/features/ (20.9kB) [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202005291000/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar from http://download.eclipse.org/releases/2020-06/202005291000/features/ (19.1kB) [INFO] Fetching org.eclipse.rcp_4.16.0.v20200521-1000.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (9.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rcp_4.16.0.v20200521-1000.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (9.41kB) [INFO] Unpacking org.eclipse.rcp_4.16.0.v20200521-1000... [INFO] Fetching org.eclipse.rcp_4.16.0.v20200521-1310.jar from http://download.eclipse.org/releases/2020-06/202005291000/features/ (19.09kB) [INFO] Fetching org.eclipse.rcp_root_4.16.0.v20200521-1310 from http://download.eclipse.org/releases/2020-06/202005291000/binary/ (25.54kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200519-1406.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (56.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200519-1406.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (56.83kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.700.v20200519-1406... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (81.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (81.06kB) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (7.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (7.88kB) [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16kB) [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.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (39.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (39.42kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552... [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (7.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (7.61kB) [INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:3.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Fetching org.eclipse.platform_4.16.0.v20200521-1000.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (341.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.16.0.v20200521-1000.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (341.15kB) [INFO] Unpacking org.eclipse.platform_4.16.0.v20200521-1000... [INFO] Fetching org.eclipse.ui.intro.universal_3.3.900.v20200330-1059.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1.84MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.universal_3.3.900.v20200330-1059.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1.84MB) [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.900.v20200330-1059... [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.500.v20200515-1758.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (14.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.500.v20200515-1758.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (14.28kB) [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.500.v20200515-1758... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:3.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.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.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml Jun 03, 2020 5:39:37 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jun 03, 2020 5:39:37 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/plugins/ (280.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/plugins/ (280.01kB) [INFO] Unpacking ca.odell.glazedlists_1.11.0.v20190926-1838... [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (143.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (143.6kB) [INFO] Unpacking org.apache.commons.codec_1.13.0.v20200108-0001... [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.0.202006030443.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (148.83kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [WARNING] The project org.eclipse.swtbot:parent:pom:3.0.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] 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.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.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] [INFO] ---------------------< org.eclipse.swtbot:parent >---------------------- [INFO] Building Eclipse SWTBot 3.0.0-SNAPSHOT [1/64] [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:1.7.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ parent --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ parent --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/parent-3.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.swtbot:target-platforms >----------------- [INFO] Building target-platforms 3.0.0-SNAPSHOT [2/64] [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:1.7.0:plugin-source (plugin-source) @ target-platforms --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ target-platforms --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ target-platforms --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ target-platforms --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ target-platforms --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/target-platforms-3.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2020-06 >------------- [INFO] Building 2020-06 3.0.0-SNAPSHOT [3/64] [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:1.7.0:plugin-source (plugin-source) @ 2020-06 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2020-06 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2020-06 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2020-06 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2020-06 --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2020-06 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/2020-06-3.0.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.0.0-SNAPSHOT/2020-06-3.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2020-03 >------------- [INFO] Building 2020-03 3.0.0-SNAPSHOT [4/64] [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:1.7.0:plugin-source (plugin-source) @ 2020-03 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2020-03 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2020-03 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2020-03 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2020-03 --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2020-03 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/2020-03-3.0.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.0.0-SNAPSHOT/2020-03-3.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-12 >------------- [INFO] Building 2019-12 3.0.0-SNAPSHOT [5/64] [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:1.7.0:plugin-source (plugin-source) @ 2019-12 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2019-12 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2019-12 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2019-12 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-12 --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2019-12 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/2019-12-3.0.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.0.0-SNAPSHOT/2019-12-3.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-09 >------------- [INFO] Building 2019-09 3.0.0-SNAPSHOT [6/64] [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:1.7.0:plugin-source (plugin-source) @ 2019-09 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2019-09 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2019-09 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2019-09 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-09 --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2019-09 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/2019-09-3.0.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.0.0-SNAPSHOT/2019-09-3.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-06 >------------- [INFO] Building 2019-06 3.0.0-SNAPSHOT [7/64] [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:1.7.0:plugin-source (plugin-source) @ 2019-06 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2019-06 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2019-06 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2019-06 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-06 --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2019-06 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/2019-06-3.0.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.0.0-SNAPSHOT/2019-06-3.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-03 >------------- [INFO] Building 2019-03 3.0.0-SNAPSHOT [8/64] [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:1.7.0:plugin-source (plugin-source) @ 2019-03 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2019-03 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2019-03 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2019-03 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-03 --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2019-03 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/2019-03-3.0.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.0.0-SNAPSHOT/2019-03-3.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2018-12 >------------- [INFO] Building 2018-12 3.0.0-SNAPSHOT [9/64] [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:1.7.0:plugin-source (plugin-source) @ 2018-12 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2018-12 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2018-12 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2018-12 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2018-12 --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2018-12 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/2018-12-3.0.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.0.0-SNAPSHOT/2018-12-3.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2018-09 >------------- [INFO] Building 2018-09 3.0.0-SNAPSHOT [10/64] [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:1.7.0:plugin-source (plugin-source) @ 2018-09 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2018-09 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2018-09 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2018-09 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2018-09 --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2018-09 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/2018-09-3.0.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.0.0-SNAPSHOT/2018-09-3.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.swtbot.target-platforms:photon >------------- [INFO] Building photon 3.0.0-SNAPSHOT [11/64] [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:1.7.0:plugin-source (plugin-source) @ photon --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ photon --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ photon --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ photon --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ photon --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ photon --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/photon-3.0.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.0.0-SNAPSHOT/photon-3.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.swtbot.target-platforms:oxygen >------------- [INFO] Building oxygen 3.0.0-SNAPSHOT [12/64] [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:1.7.0:plugin-source (plugin-source) @ oxygen --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ oxygen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ oxygen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ oxygen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ oxygen --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ oxygen --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/oxygen-3.0.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.0.0-SNAPSHOT/oxygen-3.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:neon >-------------- [INFO] Building neon 3.0.0-SNAPSHOT [13/64] [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:1.7.0:plugin-source (plugin-source) @ neon --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ neon --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ neon --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ neon --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ neon --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ neon --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/neon-3.0.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.0.0-SNAPSHOT/neon-3.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:mars >-------------- [INFO] Building mars 3.0.0-SNAPSHOT [14/64] [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:1.7.0:plugin-source (plugin-source) @ mars --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ mars --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ mars --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ mars --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ mars --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ mars --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/mars-3.0.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.0.0-SNAPSHOT/mars-3.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:luna >-------------- [INFO] Building luna 3.0.0-SNAPSHOT [15/64] [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:1.7.0:plugin-source (plugin-source) @ luna --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ luna --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ luna --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ luna --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ luna --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ luna --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/luna-3.0.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.0.0-SNAPSHOT/luna-3.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.swtbot.target-platforms:kepler >------------- [INFO] Building kepler 3.0.0-SNAPSHOT [16/64] [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:1.7.0:plugin-source (plugin-source) @ kepler --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ kepler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ kepler --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ kepler --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ kepler --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ kepler --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/kepler-3.0.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.0.0-SNAPSHOT/kepler-3.0.0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:juno >-------------- [INFO] Building juno 3.0.0-SNAPSHOT [17/64] [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:1.7.0:plugin-source (plugin-source) @ juno --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ juno --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ juno --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ juno --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ juno --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ juno --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT/juno-3.0.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.0.0-SNAPSHOT/juno-3.0.0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit >------- [INFO] Building org.eclipse.swtbot.ant.junit 3.0.0-SNAPSHOT [18/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.ant.junit --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/3.0.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/3.0.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/3.0.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [19/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.core --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.core --- [INFO] Compiling 3 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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [20/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [21/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [22/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [23/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit4_x --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/3.0.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/3.0.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/3.0.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [24/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/3.0.0-SNAPSHOT/org.eclipse.swtbot-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/3.0.0-SNAPSHOT/org.eclipse.swtbot-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [25/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [26/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.forms --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/3.0.0-SNAPSHOT/org.eclipse.swtbot.forms-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.forms-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/3.0.0-SNAPSHOT/org.eclipse.swtbot.forms-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.forms-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.forms-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [27/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.go --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/3.0.0-SNAPSHOT/org.eclipse.swtbot.go-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.go-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/3.0.0-SNAPSHOT/org.eclipse.swtbot.go-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/3.0.0-SNAPSHOT/org.eclipse.swtbot.go-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.go-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.go-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [28/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [29/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [30/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [31/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.spy --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [32/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [33/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-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.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-3.0.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.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [34/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [35/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [36/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.client --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.client-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [37/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [38/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [39/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.ui --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [40/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit5_x --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.junit5_x --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/3.0.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/3.0.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/3.0.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [41/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [42/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/3.0.0-SNAPSHOT/org.eclipse.swt.examples-3.0.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.0.0-SNAPSHOT/org.eclipse.swt.examples-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/3.0.0-SNAPSHOT/org.eclipse.swt.examples-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/3.0.0-SNAPSHOT/org.eclipse.swt.examples-3.0.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.0.0-SNAPSHOT/org.eclipse.swt.examples-3.0.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.0.0-SNAPSHOT/org.eclipse.swt.examples-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [43/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.demo --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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 [44/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples --- [INFO] The project's OSGi version is 3.1.100.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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:1.7.0:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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_6034844224746668489/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_6034844224746668489/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:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT [45/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef >----- [INFO] Building org.eclipse.swtbot.eclipse.gef 3.0.0-SNAPSHOT [46/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.gef --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-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.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [47/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.generator.feature --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-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.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [48/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.ide --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/3.0.0-SNAPSHOT/org.eclipse.swtbot.ide-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.ide-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/3.0.0-SNAPSHOT/org.eclipse.swtbot.ide-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.ide-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.ide-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [49/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.junit5.headless --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [50/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.junit5 --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.junit5 --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.junit5 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/3.0.0-SNAPSHOT/org.eclipse.swtbot.junit5-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.junit5-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/3.0.0-SNAPSHOT/org.eclipse.swtbot.junit5-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.junit5-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.junit5-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [51/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.gallery --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-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.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [52/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.nattable --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-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.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] ----------< org.eclipse.swtbot:org.eclipse.swtbot.updatesite >---------- [INFO] Building org.eclipse.swtbot.updatesite 3.0.0-SNAPSHOT [53/64] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.updatesite --- [INFO] The project's OSGi version is 3.0.0.202006031738 [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:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.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: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.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.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/3.0.0-SNAPSHOT/org.eclipse.swtbot.updatesite-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.updatesite-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.updatesite-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.updatesite-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [54/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.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] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 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.76 s - in org.eclipse.swtbot.eclipse.ui.functional.AllTests canCreateSWTBotProject(org.eclipse.swtbot.eclipse.ui.functional.ProjectCreationWizardTest) Time elapsed: 2.274 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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [55/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.0.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.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [56/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder.test --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.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] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 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.941 s - in org.eclipse.swtbot.forms.finder.test.AllTests canFindHyperlinkWithRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.012 s findHyperlink(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.004 s findImageHyperlinkWithNoImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.01 s canFindImageHyperlinkWithNoImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.003 s findImageHyperlinkWithImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.003 s canFindImageHyperlinkWithImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.002 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-3.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [57/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.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] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Launching application org.eclipse.ui.ide.workbench... SWT Webkit: Warning, You are using an old version of webkitgtk. (pre 2.4) BrowserFunction functionality will not be avaliable SWT WebKit: error initializing DBus server, dBusServer == 0 Running org.eclipse.swtbot.eclipse.finder.AllTests 03 Jun 2020 17:42:30.516 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 03 Jun 2020 17:42:33.057 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 03 Jun 2020 17:42:35.662 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 03 Jun 2020 17:42:44.620 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 03 Jun 2020 17:42:48.224 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 03 Jun 2020 17:42:49.890 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4 03 Jun 2020 17:42:55.151 - WorkbenchTestable - DEBUG - Keyboard - (Keyboard.java:89) - Typing text 'main' with an interval of 50ms. between characters. 03 Jun 2020 17:42:55.389 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 03 Jun 2020 17:42:55.477 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 03 Jun 2020 17:42:55.477 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 03 Jun 2020 17:42:55.555 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 03 Jun 2020 17:42:55.563 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 03 Jun 2020 17:42:55.564 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 03 Jun 2020 17:42:56.264 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 03 Jun 2020 17:42:56.348 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 03 Jun 2020 17:42:56.349 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 03 Jun 2020 17:42:56.460 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 03 Jun 2020 17:42:56.464 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [main - main method] 03 Jun 2020 17:42:56.465 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$10.java:850) - matched table, returning 03 Jun 2020 17:42:56.465 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:180) - Trying to select proposal main - main method 03 Jun 2020 17:42:56.466 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:195) - Trying to select proposal with index 0 03 Jun 2020 17:42:56.467 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$1.java:200) - Selecting row [0] main - main method in Table {} 03 Jun 2020 17:43:00.362 - WorkbenchTestable - DEBUG - Keyboard - (Keyboard.java:89) - Typing text 'JFr' with an interval of 50ms. between characters. 03 Jun 2020 17:43:00.538 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 03 Jun 2020 17:43:00.648 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 03 Jun 2020 17:43:00.648 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 03 Jun 2020 17:43:00.661 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 03 Jun 2020 17:43:00.662 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 03 Jun 2020 17:43:00.663 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 03 Jun 2020 17:43:01.242 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 03 Jun 2020 17:43:01.306 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 03 Jun 2020 17:43:01.306 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 03 Jun 2020 17:43:01.347 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 03 Jun 2020 17:43:01.347 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 03 Jun 2020 17:43:01.348 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 03 Jun 2020 17:43:01.870 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 03 Jun 2020 17:43:01.942 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 03 Jun 2020 17:43:01.942 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 03 Jun 2020 17:43:01.962 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 03 Jun 2020 17:43:01.963 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 03 Jun 2020 17:43:01.964 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 03 Jun 2020 17:43:02.487 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 03 Jun 2020 17:43:02.550 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 03 Jun 2020 17:43:02.550 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 03 Jun 2020 17:43:02.566 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 03 Jun 2020 17:43:02.566 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 03 Jun 2020 17:43:02.567 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 03 Jun 2020 17:43:03.088 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 03 Jun 2020 17:43:03.152 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 03 Jun 2020 17:43:03.153 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 03 Jun 2020 17:43:03.169 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 03 Jun 2020 17:43:03.169 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 03 Jun 2020 17:43:03.170 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 03 Jun 2020 17:43:03.690 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 03 Jun 2020 17:43:03.754 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 03 Jun 2020 17:43:03.755 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 03 Jun 2020 17:43:03.770 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 03 Jun 2020 17:43:03.771 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 03 Jun 2020 17:43:03.771 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 03 Jun 2020 17:43:04.292 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 03 Jun 2020 17:43:04.354 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 03 Jun 2020 17:43:04.355 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 03 Jun 2020 17:43:04.369 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 03 Jun 2020 17:43:04.370 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...] 03 Jun 2020 17:43:04.370 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. 03 Jun 2020 17:43:04.891 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal 03 Jun 2020 17:43:04.939 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals. 03 Jun 2020 17:43:04.939 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell. 03 Jun 2020 17:43:04.955 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell. 03 Jun 2020 17:43:04.956 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [JFrame - javax.swing, JFr() : void - Method stub] 03 Jun 2020 17:43:04.956 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$10.java:850) - matched table, returning 03 Jun 2020 17:43:04.956 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear. Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.655 s - in org.eclipse.swtbot.eclipse.finder.AllTests viewMenuDropDown(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.531 s viewActionDelegateWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.397 s toolbarToogleButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.33 s viewBotWidgetScope(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.216 s toolbarButtonNotFound(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.247 s menusAddedProgramatically(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.361 s toolbarPushButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.277 s notFindingViewThrowsException(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 5.14 s openView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.248 s menusExtensionsCommandWithoutParameters(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.296 s toolbarDropDownButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.288 s menusExtensionsParameterizedCommand(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.342 s findsView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.419 s breakpointsViewMenuWorkingSets(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.551 s toolbarRadioButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.282 s closesAView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.374 s getToolbarButtons(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.232 s getsViewTitle(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.408 s quickFixNotFoundExceptionString(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0.001 s quickFixNotFoundExceptionStringThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s quickFixNotFoundExceptionThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s canAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 8.202 s getsAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 7.773 s contextMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 3.557 s contextMenuWithSubMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 3.419 s isActivePartIsFalseForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 5.875 s getsStatusMessagesOfEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 3.443 s isActiveIsTrueForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 5.67 s canAccessContextMenuSubmenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.24 s canGetStatusMessageOfView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.134 s canRefreshProject(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.351 s canAccessContextMenuCopyQualifiedName(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 2.877 s canAccessContextMenuOnMultipleSelection(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 4.707 s canAccessOpen(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.206 s canAccessContextMenuWithSubmenus(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 3.169 s shouldGetPageCount(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.398 s shouldSaveEditorContents(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.395 s editorShouldBeMarkedDirtyOnChanges(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.25 s shouldGetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.219 s shouldGetListOfPageTitles(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.22 s shouldAnswerIsActivePageCorrectly(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.215 s shouldSetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.212 s canFindControlContributionWithTooltip(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.119 s canFindControlContributionWithText(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.139 s canFindControlContributionWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.121 s canSelectMultipleRadioInPreferencesWindow(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipsePreferencesTest) Time elapsed: 0.552 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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [58/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder.test --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.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] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 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.509 s - in org.eclipse.swtbot.e4.finder.test.AllTests showsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.06 s closePart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 5.011 s findsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.001 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.038 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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [59/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.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] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.swtbot.nebula.gallery.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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in org.eclipse.swtbot.nebula.gallery.finder.test.AllTests testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.2 s testCount(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.04 s testGetGalleryItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.07 s testSelectUnselect(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.077 s testGetGalleryItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.042 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.068 s testGetItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.035 s testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.07 s testGetItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.037 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.059 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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.0.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.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [60/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.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] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test (SWT:1367): Gtk-CRITICAL **: 17:44:26.340: gtk_widget_get_preferred_width_for_height: assertion 'height >= 0' failed (SWT:1367): Gtk-WARNING **: 17:44:26.340: gtk_widget_size_allocate(): attempt to allocate widget with width 5 and height -2 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.347 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.768 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.389 s Running org.eclipse.swtbot.swt.finder.finders.MenuFinderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s - in org.eclipse.swtbot.swt.finder.finders.MenuFinderTest findsAllVisibleMenus(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.096 s clicksMenuItem(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.066 s Running org.eclipse.swtbot.swt.finder.finders.ControlFinderTest (SWT:1367): Gtk-WARNING **: 17:44:27.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:27.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:27.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:27.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:27.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:27.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:27.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:28.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:28.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:28.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:28.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:28.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:28.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:28.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:30.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:30.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:30.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:30.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:30.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:30.344: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:30.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:31.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:31.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:31.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:31.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:31.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:31.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:31.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-CRITICAL **: 17:44:32.790: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:32.794: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-WARNING **: 17:44:33.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:33.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:33.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:33.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:33.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:33.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:33.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:35.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:35.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:35.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:35.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:35.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:35.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:35.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:36.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:36.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:36.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:36.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:36.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:36.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:36.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:38.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:38.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:38.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:38.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:38.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:38.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:38.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:40.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:40.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:40.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:40.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:40.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:40.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:40.172: 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: 14.388 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinderTest findsATabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.503 s getsControlPathToTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.436 s getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.457 s getsOnlyVisibleControls(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.554 s findsAGroup(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.647 s findsAShell(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.715 s findsText(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.743 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.674 s findsTwoButtons(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.653 s Running org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest (SWT:1367): Gtk-WARNING **: 17:44:41.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:41.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:41.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:41.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:41.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:41.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:41.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:43.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:43.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:43.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:43.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:43.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:43.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:43.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:45.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:45.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:45.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:45.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:45.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:45.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:45.206: 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.207 s - in org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest generatesStringFromPath(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.622 s getsPathFromInvalidString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.7 s getsPathFromString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.883 s Running org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest (SWT:1367): Gtk-WARNING **: 17:44:47.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:47.082: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:47.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:47.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:47.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:47.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:47.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:48.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:48.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:48.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:48.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:48.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:48.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:48.701: 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.36 s - in org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest childrenControlFinder1(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.631 s childrenControlFinder2(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.727 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest shouldBeAbleToParseUserProvidedKeyboardLayout(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest) Time elapsed: 0.008 s shouldBeAbleToParseUserProvidedKeyboardLayoutViaPreference(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest createsKeyboardForAWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.061 s createsKeyboardForMockKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.053 s createsKeyboardForSWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.058 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.001 s getsKeyStrokeForCapitalCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeyStrokeForSmallCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKeys(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKey(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKeyWithShiftAndSmallCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeyStrokeForSpecialCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKeyForCapitalCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest (SWT:1367): Gtk-WARNING **: 17:44:50.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:50.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:50.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:50.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:50.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:50.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:50.689: 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.73 s - in org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest) Time elapsed: 1.729 s Running org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0.002 s matchTooltipIgnoreCase(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0.001 s matchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNullGetTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNoGetTooltipMethod(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest matchMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0.001 s doesNotMatchObjectsWithNullGetMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s doesNotMatchMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNoGetMessageMethod(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.472 s - in org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest matchesControlsWithTooltip(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.188 s matchesControlsWithTextIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.163 s matchesControlsWithTooltipIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.164 s matchesControlsWithText(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.158 s matchesControlsInGroup(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.229 s findsControlsById(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.173 s matchesControlsWithLabel(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.182 s matchesControlsWithRegex(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.21 s Running org.eclipse.swtbot.swt.finder.matchers.WithItemTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.WithItemTest testDescription(org.eclipse.swtbot.swt.finder.matchers.WithItemTest) Time elapsed: 0.002 s Running org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest matchesRegex(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 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.001 s - in org.eclipse.swtbot.swt.finder.matchers.AllOfTest testShouldAnswerTrueIfAllMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AllOfTest) Time elapsed: 0.001 s testShouldAnswerFalseIfAnyMatchersDoesNotMatch(org.eclipse.swtbot.swt.finder.matchers.AllOfTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest matchesMenuWithoutAccesor(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesMenuWithMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesWithoutMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesMenuWithoutMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0.001 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.001 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:1367): Gtk-CRITICAL **: 17:44:53.774: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.775: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.788: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.815: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.815: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.900: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:44:53.900: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 s - in org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest dragsAndDropsFromTreeToTree(org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest) Time elapsed: 0.34 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest (SWT:1367): Gtk-WARNING **: 17:44:54.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:54.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:54.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:54.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:54.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:54.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:54.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:56.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:56.071: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:56.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:56.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:56.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:56.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:56.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:57.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:57.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:57.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:57.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:57.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:57.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:57.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:59.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:59.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:59.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:59.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:44:59.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:01.570: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:01.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:01.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:01.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:01.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:01.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:01.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:03.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:03.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:03.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:03.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:03.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:03.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:03.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:04.538: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:04.544: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:04.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:04.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:04.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:04.547: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:04.548: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:05.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:05.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:05.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:05.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:05.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:05.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:05.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.751 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest shouldGetExpandItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.794 s shouldCollapseAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.767 s shouldExpandAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.859 s shouldGetExpandedAndCollapsedItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.859 s shouldGetAllExpandBarItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.8 s shouldMatchEvents(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.871 s shouldThrowExceptionWhenItemIsNotFound(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 6.799 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest (SWT:1367): Gtk-WARNING **: 17:45:12.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:12.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:12.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:12.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:12.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:12.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:12.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:13.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:13.989: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:13.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:13.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:13.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:13.993: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:13.993: 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.869 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest findsArrowButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.909 s clicksArrowButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.958 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest (SWT:1367): Gtk-WARNING **: 17:45:15.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:15.952: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:15.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:15.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:15.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:15.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:15.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:17.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:17.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:17.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:17.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:17.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:17.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:17.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:19.640: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:19.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:19.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:19.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:19.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:19.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:19.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:21.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:21.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:21.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:21.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:21.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:21.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:21.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:23.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:23.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:23.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:23.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:23.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:23.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:23.336: 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: 9.151 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest testsInitialValues(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.804 s findsProgressBarInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.867 s testsGetStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.833 s findsProgressBar(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.849 s testsProgressPercentage(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.781 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest (SWT:1367): Gtk-WARNING **: 17:45:25.153: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:25.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:25.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:25.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:25.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:25.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:25.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:27.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:27.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:27.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:27.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:27.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:27.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:27.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:29.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:29.222: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:29.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:29.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:29.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:29.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:29.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:31.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:31.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:31.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:31.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:31.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:31.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:31.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.331 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest findsForegroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 2.024 s findsBackgroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 2.018 s clicksButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 2.275 s findsButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 2.009 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest (SWT:1367): Gtk-WARNING **: 17:45:33.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:33.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:33.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:33.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:33.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:33.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:33.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:35.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:35.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:35.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:35.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:35.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:35.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:35.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:37.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:37.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:37.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:37.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:37.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:37.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:37.507: 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.987 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.95 s findsLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 2.049 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.985 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest (SWT:1367): Gtk-WARNING **: 17:45:39.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:39.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:39.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:39.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:39.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:39.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:39.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:41.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:41.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:41.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:41.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:41.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:41.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:41.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:43.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:43.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:43.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:43.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:43.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:43.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:43.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:45.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:45.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:45.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:45.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:45.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:45.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:45.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:47.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:47.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:47.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:47.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:47.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:47.947: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:47.947: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:49.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:50.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:50.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:50.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:50.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:50.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:50.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:51.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:51.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:51.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:51.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:51.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:51.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:51.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:54.009: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:54.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:54.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:54.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:54.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:54.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:54.018: 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: 16.49 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest selectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.104 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.101 s clicksRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.176 s togglesRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.041 s togglingRadioButtonDeselectsOtherConditionally(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.092 s clickingRadioButtonDeselectsOther(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.925 s deselectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.074 s clicksRadioButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.972 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest (SWT:1367): Gtk-WARNING **: 17:45:56.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:56.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:56.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:56.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:56.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:56.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:56.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:58.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:58.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:58.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:58.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:58.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:58.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:45:58.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:00.152: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:00.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:00.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:00.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:00.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:00.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:00.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:02.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:02.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:02.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:02.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:02.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:02.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:02.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:04.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:04.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:04.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:04.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:04.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:04.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:04.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:06.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:06.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:06.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:06.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:06.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:06.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:06.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:08.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:08.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:08.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:08.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:08.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:08.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:08.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:10.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:10.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:10.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:10.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:10.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:10.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:10.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:12.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:12.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:12.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:12.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:12.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:12.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:12.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:14.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:14.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:14.611: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:14.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:14.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:14.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:14.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:16.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:16.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:16.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:16.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:16.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:16.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:16.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:20.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:20.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:20.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:20.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:20.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:20.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:20.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:24.455: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:24.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:24.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:24.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:24.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:24.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:24.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:26.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:26.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:26.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:26.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:26.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:26.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:26.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:29.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:29.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:29.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:29.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:29.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:29.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:29.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:31.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:31.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:31.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:31.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:31.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:31.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:31.770: 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: 38.426 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.057 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.084 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.059 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.971 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.047 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.059 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.055 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.088 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.151 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.117 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 4.135 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 3.552 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.325 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.435 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.466 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.809 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest (SWT:1367): Gtk-WARNING **: 17:46:34.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:34.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:34.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:34.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:34.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:34.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:34.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:36.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:36.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:36.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:36.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:36.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:36.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:36.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:39.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:39.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:39.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:39.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:39.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:39.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:39.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:41.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:41.537: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:41.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:41.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:41.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:41.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:41.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:43.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:43.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:43.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:43.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:43.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:43.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:43.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.769 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest findsDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 2.366 s bug347824(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 2.309 s shouldHandleInvalidDates(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 2.299 s setsAndGetsDateOnDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 2.378 s sendsNotification(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 2.409 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest (SWT:1367): Gtk-WARNING **: 17:46:46.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:46.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:46.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:46.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:46.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:46.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:46.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:48.656: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:48.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:48.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:48.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:48.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:48.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:48.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:54.993: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:55.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:55.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:55.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:55.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:55.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:46:55.007: 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.252 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 2.353 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 6.285 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 6.611 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.255 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest canClickContextMenuOnCTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 0.623 s canCloseCTabItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 5.627 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest (SWT:1367): Gtk-WARNING **: 17:47:07.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:07.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:07.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:07.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:07.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:07.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:07.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:10.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:10.814: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:10.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:10.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:10.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:10.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:10.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:13.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:13.569: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:13.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:13.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:13.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:13.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:13.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.603 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.98 s findsTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.718 s clicksTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.901 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest (SWT:1367): Gtk-WARNING **: 17:47:16.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:16.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:16.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:16.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:16.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:16.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:16.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:18.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:18.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:18.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:18.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:18.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:18.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:18.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:21.302: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:21.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:21.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:21.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:21.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:21.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:21.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:23.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:23.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:23.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:23.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:23.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:23.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:23.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:26.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:26.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:26.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:26.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:26.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:26.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:26.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:28.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:28.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:28.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:28.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:28.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:28.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:28.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:30.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:30.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:30.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:30.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:30.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:30.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:30.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:33.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:33.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:33.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:33.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:33.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:33.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:33.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:40.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:40.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:40.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:40.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:40.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:40.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:40.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:43.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:43.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:43.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:43.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:43.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:43.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:43.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 03 Jun 2020 17:47:44.738 - main - DEBUG - SWTUtils - (SWTUtils.java:455) - Capturing screenshot 'screenshots/isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest).jpeg' 03 Jun 2020 17:47:45.339 - main - DEBUG - SWTBotApplicationLauncherClassRunner - (ScreenshotCaptureListener.java:54) - Removing screenshot 'screenshots/isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest).jpeg' (SWT:1367): Gtk-WARNING **: 17:47:45.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:45.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:45.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:45.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:45.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:45.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:45.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:48.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:48.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:48.319: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:48.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:48.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:48.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:48.322: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:50.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:50.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:50.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:50.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:50.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:50.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:50.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:53.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:53.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:53.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:53.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:53.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:53.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:53.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:55.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:55.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:55.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:55.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:55.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:55.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:55.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:58.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:58.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:58.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:58.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:58.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:58.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:47:58.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:00.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:00.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:00.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:00.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:00.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:00.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:00.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:03.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:03.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:03.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:03.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:03.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:03.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:03.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:05.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:05.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:05.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:05.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:05.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:05.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:05.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:08.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:08.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:08.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:08.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:08.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:08.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:08.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:11.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:11.214: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:11.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:11.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:11.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:11.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:11.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:13.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:13.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:13.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:13.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:13.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:13.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:13.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:16.568: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:16.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:16.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:16.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:16.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:16.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:16.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:19.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:19.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:19.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:19.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:19.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:19.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:19.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:22.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:22.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:22.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:22.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:22.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:22.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:22.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:26.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:26.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:26.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:26.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:26.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:26.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:26.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:29.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:29.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:29.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:29.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:29.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:29.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:29.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.227 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest checkingATreeThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.334 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.529 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.448 s canSelectAListOfNodes(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.558 s canExpandANodeUsingVarArgs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.269 s canClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.315 s canUnCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.509 s throwsExceptionIfNodeNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 7.431 s cellOutOfRangeWithMultipleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.444 s isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.425 s unselects(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.585 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.361 s canFindANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.391 s canDoubleClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.386 s getsRow(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.657 s getsColumnTextBasedOnColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.623 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.409 s getNodeBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.659 s canRightClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.727 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.643 s canToggleANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.724 s cellOutOfRangeWithSingleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.651 s cannotFindANodeWithIncorrectNodeIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 3.383 s canCallGetItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.535 s canClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 3.778 s canCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 3.459 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.972 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest (SWT:1367): Gtk-WARNING **: 17:48:32.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:32.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:32.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:32.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:32.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:32.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:32.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:35.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:35.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:35.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:35.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:35.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:35.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:35.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:37.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:37.889: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:37.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:37.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:37.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:37.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:37.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:40.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:40.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:40.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:40.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:40.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:40.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:40.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:43.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:43.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:43.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:43.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:43.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:43.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:43.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:45.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:45.654: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:45.656: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:45.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:45.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:45.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:48:45.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.473 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest findsScaleInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 2.615 s shouldSetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 2.507 s shouldGetIncrementAndPageIncrement(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 2.577 s shouldGetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 2.659 s findsScale(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 2.557 s shouldGetMinimumAndMaximum(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 2.553 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest (SWT:1367): Gtk-CRITICAL **: 17:48:48.295: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.310: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.313: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.313: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.313: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.887: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.889: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.902: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.902: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.902: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:48.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:50.105: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:50.107: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:50.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:50.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:50.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:50.121: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:50.122: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:50.122: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:51.804: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:51.805: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:51.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:51.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:51.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:51.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:51.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:51.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 03 Jun 2020 17:48:51.824 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text '---typed Text--- ' with an interval of 50ms. between characters. (SWT:1367): Gtk-CRITICAL **: 17:48:53.290: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.291: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.305: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.305: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.937: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:53.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:54.600: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:54.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:54.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:54.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:54.616: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:54.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:54.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:54.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.334: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.335: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.982: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.984: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:56.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:57.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:57.542: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:57.555: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:57.559: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:57.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:57.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:57.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:57.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.142: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.155: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.797: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.799: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.811: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.811: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.812: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:58.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:59.389: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:59.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:59.403: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:59.404: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:59.404: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:59.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:59.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:48:59.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.048: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.048: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.048: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.672: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.684: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.685: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.685: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.686: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.686: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:00.686: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.292: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.879: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.880: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:01.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:02.505: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:02.506: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:02.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:02.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:02.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:02.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:02.521: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:02.521: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 03 Jun 2020 17:49:02.522 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text '---123 #@! :; {} [] --- ' with an interval of 50ms. between characters. (SWT:1367): Gtk-CRITICAL **: 17:49:04.310: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.312: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.324: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.325: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.325: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.973: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.974: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.987: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.987: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.987: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.989: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.989: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:04.989: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:05.627: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:05.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:05.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:05.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:05.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:05.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:05.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:05.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:06.335: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:06.337: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:06.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:06.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:06.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:06.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:06.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:06.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 03 Jun 2020 17:49:06.354 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text '--- typed text --- ' with an interval of 50ms. between characters. (SWT:1367): Gtk-CRITICAL **: 17:49:07.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:07.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:07.994: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:07.994: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:07.995: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:07.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:07.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:07.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:08.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:08.657: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:08.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:08.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:08.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:08.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:08.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:08.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 03 Jun 2020 17:49:08.713 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text '---typed Text---' with an interval of 50ms. between characters. 03 Jun 2020 17:49:09.521 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text '---typed Text---' with an interval of 50ms. between characters. (SWT:1367): Gtk-CRITICAL **: 17:49:10.924: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:10.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:10.937: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:10.937: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:10.938: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:10.939: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:10.939: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:10.939: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:11.495: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:11.497: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:11.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:11.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:11.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:11.511: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:11.512: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:11.512: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.84 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest selectsRangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.581 s selectsRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.243 s insertsTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.678 s typesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.488 s insertsTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.641 s canDoubleClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.676 s getsLinesWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.738 s canClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.637 s getsLineCountWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.576 s getsBullet(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.594 s canCtrlClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.662 s findsStylesRangeInARangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.598 s findsTextStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.618 s canShiftClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.644 s findsTextStyleWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.638 s getsTextOnCurrentLine(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.578 s setsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.603 s typesSpecialCharactersAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.809 s navigatesToAParticularLocationWithTAB(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.655 s navigatesToAParticularLocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.642 s findsStylesRangeInARange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.675 s testTypesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.676 s getsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.691 s typesTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 2.268 s getsLinesWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.593 s getsLineCountWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.616 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest (SWT:1367): Gtk-CRITICAL **: 17:49:11.788: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:49:11.797: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest) Time elapsed: 0.157 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest (SWT:1367): Gtk-WARNING **: 17:49:12.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:12.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:12.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:12.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:12.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:12.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:12.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:15.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:15.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:15.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:15.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:15.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:15.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:15.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:18.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:18.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:18.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:18.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:18.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:18.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:18.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.641 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest clicksTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 2.921 s clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 3.335 s findsTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 3.384 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest (SWT:1367): Gtk-WARNING **: 17:49:21.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:21.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:21.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:21.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:21.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:21.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:21.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:24.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:24.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:24.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:24.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:24.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:24.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:24.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:27.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:27.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:27.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:27.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:27.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:27.804: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:27.804: 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: 9.227 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest selectionWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 2.865 s findsSpinner(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 2.888 s findsSpinnerInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 3.472 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 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 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest findsSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.178 s clicksSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.175 s findsMenuRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.162 s findsMenuNotRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.179 s findsMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.17 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest indexedTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.112 s menuCanBeAccessedOnTrayItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.13 s firstTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.14 s listOfTrayItemsIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.12 s trayItemWithTooltipIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.115 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest (SWT:1367): Gtk-WARNING **: 17:49:32.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:32.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:32.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:32.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:32.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:32.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:32.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:36.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:36.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:36.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:36.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:36.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:36.106: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:36.106: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:39.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:39.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:39.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:39.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:39.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:39.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:39.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:42.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:42.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:42.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:42.517: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:42.517: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:42.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:42.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:45.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:45.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:45.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:45.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:45.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:45.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:45.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:48.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:48.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:48.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:48.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:48.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:48.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:48.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:52.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:52.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:52.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:52.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:52.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:52.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:52.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:56.130: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:56.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:56.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:56.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:56.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:56.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:56.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:59.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:59.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:59.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:59.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:59.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:59.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:49:59.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:02.949: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:02.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:02.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:02.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:02.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:02.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:02.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:06.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:06.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:06.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:06.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:06.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:06.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:06.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:09.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:09.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:09.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:09.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:09.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:09.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:09.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:13.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:13.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:13.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:13.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:13.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:13.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:13.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:17.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:17.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:17.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:17.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:17.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:17.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:17.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:21.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:21.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:21.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:21.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:21.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:21.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:21.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:24.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:24.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:24.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:24.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:24.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:24.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:24.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:28.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:28.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:28.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:28.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:28.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:28.152: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:28.152: 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: 58.51 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest selectionNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.354 s unSelectsSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.217 s throwsExceptionInCaseOfInvalidTextBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.184 s setsAndGetsMultipleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.109 s unSelectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.076 s setsAndGetsSingleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.626 s setsAndGetsMultipleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.809 s throwsExceptionInCaseOfInvalidIndexBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.368 s getsItemAtIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.443 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.301 s canDoubleClickOnList(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.284 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.484 s deSelectNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 4.21 s selectionNotifiesListenersMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.742 s setsAndGetsSingleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.659 s findsAListWithoutLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.477 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 3.118 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest (SWT:1367): Gtk-WARNING **: 17:50:31.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:31.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:31.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:31.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:31.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:31.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:31.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:35.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:35.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:35.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:35.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:35.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:35.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:35.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:39.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:39.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:39.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:39.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:39.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:39.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:39.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:43.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:43.059: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:43.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:43.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:43.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:43.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:43.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:47.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:47.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:47.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:47.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:47.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:47.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:47.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 03 Jun 2020 17:50:49.568 - main - DEBUG - SWTUtils - (SWTUtils.java:455) - Capturing screenshot 'screenshots/isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest).jpeg' 03 Jun 2020 17:50:50.637 - main - DEBUG - SWTBotApplicationLauncherClassRunner - (ScreenshotCaptureListener.java:54) - Removing screenshot 'screenshots/isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest).jpeg' (SWT:1367): Gtk-WARNING **: 17:50:51.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:51.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:51.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:51.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:51.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:51.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:51.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:54.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:54.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:54.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:54.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:54.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:54.931: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:54.931: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:58.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:58.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:58.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:58.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:58.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:58.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:50:58.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:02.132: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:02.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:02.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:02.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:02.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:02.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:02.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:06.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:06.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:06.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:06.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:06.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:06.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:06.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:10.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:10.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:10.549: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:10.549: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:10.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:10.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:10.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:14.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:14.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:14.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:14.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:14.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:14.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:14.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:18.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:18.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:18.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:18.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:18.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:18.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:18.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:21.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:21.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:21.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:21.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:21.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:21.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:21.932: 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: 54.358 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest canUnCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 3.678 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 4.036 s canFindALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 3.967 s checkingATableThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 4.058 s isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 4.109 s canGetTableItemText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 3.754 s canRightClickOnALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 3.693 s canGetLineText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 3.534 s canToggleALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 3.833 s canDoubleClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 4.476 s canClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 3.784 s canClickALineInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 3.893 s canSelectALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 3.81 s canCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 3.717 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest (SWT:1367): Gtk-WARNING **: 17:51:25.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:25.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:25.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:25.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:25.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:25.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:25.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:28.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:28.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:28.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:28.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:28.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:28.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:28.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:31.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:31.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:31.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:31.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:31.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:31.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:31.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:34.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:34.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:34.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:34.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:34.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:34.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:34.679: 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: 11.991 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest findsToolBarButtonWithToolTipBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 3.086 s findsToolBarButtonWithToolTip(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 3.001 s getsTooltipOnButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 2.945 s findsToolBarButtonWithToolTip2(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 2.956 s Running org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest (SWT:1367): Gtk-WARNING **: 17:51:37.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:37.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:37.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:37.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:37.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:37.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:37.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:40.533: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:40.541: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:40.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:40.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:40.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:40.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:40.546: 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: 5.835 s - in org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 2.891 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 2.943 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest (SWT:1367): Gtk-WARNING **: 17:51:43.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:43.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:43.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:43.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:43.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:43.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:43.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:46.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:46.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:46.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:46.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:46.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:46.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:46.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 03 Jun 2020 17:51:48.316 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text 'New typed Text' with an interval of 50ms. between characters. (SWT:1367): Gtk-WARNING **: 17:51:50.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:50.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:50.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:50.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:50.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:50.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:50.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:53.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:53.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:53.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:53.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:53.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:53.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:53.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:56.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:56.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:56.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:56.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:56.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:56.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:56.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:59.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:59.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:59.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:59.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:59.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:51:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:02.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:02.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:02.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:02.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:02.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:02.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:02.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:05.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:05.708: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:05.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:05.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:05.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:05.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:05.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:08.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:08.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:08.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:08.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:08.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:08.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:08.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:11.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:11.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:11.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:11.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:11.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:11.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:11.727: 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: 31.269 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest setTextBetweenSelectionsWithSameIndices(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 3.014 s typeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 3.828 s changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 3.099 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 3.159 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 3.051 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 3 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 3.032 s findsCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 3.005 s changeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 3.001 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 3.061 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest (SWT:1367): Gtk-WARNING **: 17:52:14.814: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:14.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:14.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:14.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:14.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:14.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:14.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:17.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:17.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:17.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:17.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:17.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:17.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:17.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:21.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:21.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:21.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:21.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:21.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:21.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:21.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:24.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:24.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:24.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:24.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:24.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:24.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:24.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:27.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:27.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:27.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:27.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:27.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:27.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:27.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:30.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:30.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:30.938: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:30.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:30.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:30.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:30.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.379 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest clicksOnALinkAtIndexWithHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 3.055 s clicksOnALinkWithHyperlinkTextAndHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 3.115 s clicksOnALink(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 3.198 s clicksOnALinkAtIndexWithNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 3.317 s clicksOnALinkWithHyperlinkTextAndNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 3.385 s clicksOnALinkAtIndexOutOfRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 3.301 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest (SWT:1367): Gtk-WARNING **: 17:52:34.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:34.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:34.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:34.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:34.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:34.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:34.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:38.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:38.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:38.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:38.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:38.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:38.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:38.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:43.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:43.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:43.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:43.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:43.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:43.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:43.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:47.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:47.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:47.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:47.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:47.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:47.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:47.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:56.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:56.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:56.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:56.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:56.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:56.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:52:56.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:04.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:04.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:04.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:04.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:04.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:04.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:04.799: 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: 34.171 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 4.581 s isSelectedWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 4.335 s clickingOneRadioDeselectsOthers(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 4.648 s doesNotMatchCheckboxButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 8.431 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 8.511 s clicksRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 3.661 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest (SWT:1367): Gtk-WARNING **: 17:53:08.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:08.441: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:08.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:08.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:08.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:08.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:08.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-CRITICAL **: 17:53:10.169: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:10.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:10.198: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:10.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:10.222: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:10.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-WARNING **: 17:53:11.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:11.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:11.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:11.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:11.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:11.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:11.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-CRITICAL **: 17:53:13.602: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 03 Jun 2020 17:53:13.624 - test - DEBUG - Keyboard - (Keyboard.java:89) - Typing text 'Type This 123' with an interval of 50ms. between characters. (SWT:1367): Gtk-CRITICAL **: 17:53:13.673: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.685: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.719: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.736: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.751: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.768: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.802: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.836: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.853: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.869: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.885: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:13.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:14.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:14.080: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:14.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:14.181: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:14.232: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-WARNING **: 17:53:15.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:15.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:15.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:15.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:15.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:15.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:15.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-CRITICAL **: 17:53:17.644: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:17.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:17.673: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-WARNING **: 17:53:19.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:19.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:19.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:19.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:19.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:19.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:19.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-CRITICAL **: 17:53:20.970: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:20.976: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:20.990: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:21.008: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:21.012: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-WARNING **: 17:53:22.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:22.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:22.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:22.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:22.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:22.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:22.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-CRITICAL **: 17:53:24.542: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 17:53:24.549: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.706 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest findsTextBoxInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 3.265 s typesText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 4.068 s setsTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 3.376 s typesTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 3.426 s findsTextBoxWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 3.568 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest (SWT:1367): Gtk-WARNING **: 17:53:26.222: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:26.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:26.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:26.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:26.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:26.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:26.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:29.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:29.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:29.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:29.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:29.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:29.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:29.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:33.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:33.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:33.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:33.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:33.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:33.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:33.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:36.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:36.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:36.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:36.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:36.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:36.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:36.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:42.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:42.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:42.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:42.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:42.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:42.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:42.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:45.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:45.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:45.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:45.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:45.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:45.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:45.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:51.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:51.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:51.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:51.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:51.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:51.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:51.588: 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: 28.707 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.595 s findsToolBarPushButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.334 s clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.592 s doesNotFindToolBarRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 5.535 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.409 s doesNotFindToolBarCheckButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 5.885 s isEnabled(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.353 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest (SWT:1367): Gtk-WARNING **: 17:53:54.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:54.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:54.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:54.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:54.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:54.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:54.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:58.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:58.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:58.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:58.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:58.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:58.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:53:58.297: 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: 6.749 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest findsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 3.329 s activatesTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 3.417 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest (SWT:1367): Gtk-WARNING **: 17:54:01.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:01.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:01.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:01.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:01.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:01.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:01.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:05.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:05.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:05.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:05.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:05.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:05.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:05.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:08.975: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:08.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:08.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:08.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:08.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:08.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:08.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:12.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:12.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:12.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:12.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:12.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:12.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:12.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:16.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:16.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:16.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:16.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:16.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:16.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:16.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:21.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:21.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:21.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:21.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:21.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:21.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:21.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:25.755: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:25.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:25.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:25.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:25.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:25.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:25.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:29.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:29.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:29.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:29.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:29.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:29.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:29.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:33.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:33.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:33.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:33.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:33.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:33.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:33.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:37.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:37.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:37.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:37.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:37.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:37.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:37.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:41.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:41.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:41.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:41.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:41.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:41.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:41.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:46.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:46.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:46.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:46.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:46.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:46.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:46.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:50.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:50.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:50.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:50.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:50.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:50.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:50.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:53.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:53.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:53.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:53.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:53.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:53.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:53.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:57.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:57.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:57.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:57.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:57.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:57.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:54:57.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:01.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:01.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:01.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:01.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:01.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:01.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:01.335: 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: 63.217 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.56 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.643 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.91 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.935 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 4.722 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 4.184 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 4.091 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.919 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.875 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 4.003 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 4.642 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.982 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.709 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.751 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.675 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 3.609 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest (SWT:1367): Gtk-WARNING **: 17:55:04.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:04.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:04.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:04.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:04.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:04.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:04.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:08.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:08.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:08.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:08.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:08.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:08.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:08.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:12.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:12.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:12.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:12.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:12.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:12.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:12.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:15.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:15.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:15.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:15.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:15.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:15.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:15.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:19.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:19.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:19.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:19.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:19.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:19.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:19.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:23.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:23.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:23.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:23.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:23.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:23.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:23.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:26.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:26.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:26.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:26.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:26.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:26.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:26.729: 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: 25.396 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest clicksCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 3.599 s clicksCheckboxButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 3.684 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 3.687 s selectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 3.577 s deselectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 3.612 s clickingCheckboxButtonTogglesIt(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 3.591 s togglesCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 3.643 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest (SWT:1367): Gtk-WARNING **: 17:55:30.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:30.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:30.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:30.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:30.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:30.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:30.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:34.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:34.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:34.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:34.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:34.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:34.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:34.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:41.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:41.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:41.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:41.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:41.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:41.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:41.777: 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: 19.039 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest clicksToggleButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 3.681 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 7.712 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 7.644 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.323 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.774 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.807 s findCCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.752 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.847 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.779 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.827 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.793 s setText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.742 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest (SWT:1367): Gtk-WARNING **: 17:55:55.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:55.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:55.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:55.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:55.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:55.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:55.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:59.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:59.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:59.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:59.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:59.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:59.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:55:59.628: 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: 7.505 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 3.761 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 3.742 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.209 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest clickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest) Time elapsed: 3.209 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.693 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest getsAllShells(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.172 s getsActiveShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.171 s noShellReturnsNull(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.235 s bringsShellToFront(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.215 s findsShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.209 s closesShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.26 s testMaximize(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 1.238 s findsShellsById(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.19 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest) Time elapsed: 0.239 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest (SWT:1367): Gtk-WARNING **: 17:56:19.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:19.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:19.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:19.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:19.636: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:19.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:19.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:24.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:24.430: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:24.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:24.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:24.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:24.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:24.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:29.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:29.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:29.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:29.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:29.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:29.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:29.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:33.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:33.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:33.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:33.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:33.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:33.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:33.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:38.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:38.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:38.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:38.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:38.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:38.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:38.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:42.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:42.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:42.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:42.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:42.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:42.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:42.610: 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: 27.231 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest doubleClick(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 4.744 s click(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 4.665 s findsCanvas(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 4.539 s doubleClickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 4.477 s clickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 4.532 s findsCanvasInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 4.266 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest (SWT:1367): Gtk-WARNING **: 17:56:46.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:46.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:46.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:46.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:46.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:46.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:46.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:51.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:51.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:51.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:51.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:51.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:51.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:51.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:56.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:56.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:56.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:56.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:56.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:56.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:56:56.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:00.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:00.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:00.919: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:00.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:00.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:00.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:00.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:05.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:05.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:05.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:05.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:05.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:05.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:05.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:09.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:09.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:09.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:09.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:09.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:09.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:09.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:14.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:14.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:14.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:14.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:14.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:14.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:14.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:18.428: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:18.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:18.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:18.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:18.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:18.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:18.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:22.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:22.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:22.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:22.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:22.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:22.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:22.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:26.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:26.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:26.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:26.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:26.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:26.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:26.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:30.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:30.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:30.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:30.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:30.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:30.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:30.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:34.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:34.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:34.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:34.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:34.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:34.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:34.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:38.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:38.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:38.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:38.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:38.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:38.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:38.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:43.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:43.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:43.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:43.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:43.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:43.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:43.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:47.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:47.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:47.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:47.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:47.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:47.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:47.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:51.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:51.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:51.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:51.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:51.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:51.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:51.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:55.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:55.809: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:55.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:55.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:55.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:55.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:55.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:59.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:59.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:59.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:59.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:59.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:59.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:57:59.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:03.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:03.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:03.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:03.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:03.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:03.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:03.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:08.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:08.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:08.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:08.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:08.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:08.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:08.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:12.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:12.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:12.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:12.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:12.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:12.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:12.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:16.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:16.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:16.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:16.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:16.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:16.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:16.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:20.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:20.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:20.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:20.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:20.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:20.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:20.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:24.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:24.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:24.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:24.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:24.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:24.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:24.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:28.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:28.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:28.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:28.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:28.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:28.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:28.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:32.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:32.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:32.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:32.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:32.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:32.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:32.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:36.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:36.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:36.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:36.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:36.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:36.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:36.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:41.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:41.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:41.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:41.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:41.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:41.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:41.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:45.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:45.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:45.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:45.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:45.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:45.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:45.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:50.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:50.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:50.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:50.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:50.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:50.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:50.038: 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: 127.509 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest containsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.701 s settingSelectionOnInvalidRowNumberThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.716 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.564 s selectsItemsBasedOnString(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.448 s throwsExceptionIfTheRowNumberIsIllegal2(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.371 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.546 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.172 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.24 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.075 s searchText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.019 s settingMultipleSelectionOfInvalidIndicesThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.137 s findsIndexOfColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.995 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.562 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.546 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.919 s findsAnyTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.875 s throwsExceptionIfTheColumnNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.077 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.014 s getsIndexOfItemInAColumnWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.277 s findsItemsBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.966 s findsTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.886 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.964 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.186 s settingSelectionOnInvalidRowTextThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.14 s findsItemsBasedOnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 3.982 s getsIndexOfItemInAColumnWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.095 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.545 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.504 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.488 s throwsExceptionIfTheColumnNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 4.472 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest) Time elapsed: 0.204 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest (SWT:1367): Gtk-WARNING **: 17:58:54.653: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:54.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:54.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:54.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:54.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:54.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:54.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:58.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:58.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:58.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:58.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:58.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:58.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:58:58.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:02.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:03.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:03.009: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:03.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:03.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:03.013: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:03.013: 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.508 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest findsSliderInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 4.152 s canSetSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 4.193 s findsSlider(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 4.159 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest (SWT:1367): Gtk-WARNING **: 17:59:07.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:07.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:07.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:07.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:07.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:07.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:07.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:11.549: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:11.559: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:11.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:11.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:11.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:11.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:11.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:15.952: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:15.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:15.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:15.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:15.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:15.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:15.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:20.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:20.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:20.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:20.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:20.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:20.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:20.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:24.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:24.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:24.642: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:24.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:24.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:24.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:24.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:29.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:29.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:29.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:29.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:29.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:29.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:29.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:33.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:33.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:33.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:33.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:33.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:33.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:33.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:37.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:37.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:37.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:37.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:37.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:37.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:37.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:42.388: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:42.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:42.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:42.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:42.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:42.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:42.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:46.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:46.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:46.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:46.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:46.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:46.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:46.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:51.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:51.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:51.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:51.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:51.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:51.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:51.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:55.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:55.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:55.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:55.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:55.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:55.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 17:59:55.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:00.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:00.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:00.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:00.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:00.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:00.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:00.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:05.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:05.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:05.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:05.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:05.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:05.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:05.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:10.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:10.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:10.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:10.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:10.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:10.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:10.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:14.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:14.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:14.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:14.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:14.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:14.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:14.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:18.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:18.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:18.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:18.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:18.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:18.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:18.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:23.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:23.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:23.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:23.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:23.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:23.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:23.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:28.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:28.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:28.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:28.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:28.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:28.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:28.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:33.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:33.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:33.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:33.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:33.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:33.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:33.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:37.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:37.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:37.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:37.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:37.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:37.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:37.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:42.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:42.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:42.462: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:42.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:42.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:42.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:42.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:47.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:47.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:47.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:47.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:47.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:47.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:47.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:57.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:57.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:57.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:57.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:57.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:57.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:00:57.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:02.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:02.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:02.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:02.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:02.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:02.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:02.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:06.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:06.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:06.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:06.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:06.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:06.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:06.613: 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: 123.926 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest setsMultipleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.349 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.414 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.279 s doubleClicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.434 s clicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.388 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.531 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.269 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.558 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.421 s findsAnyTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.281 s expandsNode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.862 s expandANodePath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.41 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.785 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.952 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.368 s getsAllTreeItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.394 s selectsMultipleOnSingleSelectTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.551 s expandsNodeToMax(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.959 s findsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.718 s expandEmptyPath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.602 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.642 s clicksOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 5.243 s setsMultipleSelectionUnknownItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 9.752 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.695 s getsColumnCountOnMultiColumnTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.512 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 4.523 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.898 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.951 s findsCLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.968 s findsCLabel1(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.982 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.995 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest (SWT:1367): Gtk-WARNING **: 18:01:15.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:15.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:15.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:15.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:15.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:15.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:15.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:19.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:19.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:19.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:19.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:19.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:19.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:19.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:24.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:24.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:24.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:24.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:24.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:24.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:24.127: 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: 13.38 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 4.513 s getsAllMenuItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 4.522 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 4.343 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.414 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.254 s Running org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest (SWT:1367): Gtk-WARNING **: 18:01:28.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:28.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:28.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:28.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:28.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:28.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:28.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:33.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:33.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:33.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:33.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:33.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:33.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:33.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:37.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:37.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:37.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:37.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:37.664: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:37.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:37.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:42.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:42.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:42.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:42.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:42.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:42.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:42.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:46.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:46.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:46.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:46.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:46.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:46.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:46.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:51.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:51.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:51.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:51.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:51.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:51.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:51.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:55.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:55.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:55.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:55.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:55.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:55.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:55.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:59.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:59.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:59.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:59.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:59.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:59.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:01:59.784: 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: 35.311 s - in org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest findsRightIndexOfControlInParentWithNoParent(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 4.314 s getsToString(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 4.419 s findsNextWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 4.593 s findsIndexOfArbritryControl(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 4.435 s nextWidgetOnLastWidgetIsNull(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 4.359 s getsCorrectStyle(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 4.369 s previousWidgetOnFirstWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 4.311 s findsPreviousWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 4.507 s Running org.eclipse.swtbot.swt.finder.utils.CredentialsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.swtbot.swt.finder.utils.CredentialsTest testHashCode(org.eclipse.swtbot.swt.finder.utils.CredentialsTest) Time elapsed: 0.001 s testEquals(org.eclipse.swtbot.swt.finder.utils.CredentialsTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.PositionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.001 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 s - in org.eclipse.swtbot.swt.finder.utils.BidiMapTest canIterateThroughAllElements(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s canFindObjectBasedOnKey(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s canFindObjectBasedOnValue(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.FileUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.swtbot.swt.finder.utils.FileUtilsTest canReadFromURL(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0.001 s canWriteToAFile(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0.033 s canReadFromFile(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.utils.StringUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.StringUtilsTest canJoinListsUsingTheObjectConverter(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest) Time elapsed: 0.001 s isEmptyOrNull(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest) Time elapsed: 0 s joinOfObjects(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest getsKeySetOfTheMap(org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest) Time elapsed: 0.001 s mapsMultipleValuesToAKey(org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.MenuDetectTest (SWT:1367): Gtk-CRITICAL **: 18:02:03.830: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 18:02:03.838: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1367): Gtk-CRITICAL **: 18:02:03.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.eclipse.swtbot.swt.finder.utils.MenuDetectTest testMenuDetect(org.eclipse.swtbot.swt.finder.utils.MenuDetectTest) Time elapsed: 0.3 s Running org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest translatesFromStringsToIds(org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.TableRowTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.TableRowTest hashCodeIsSameForSameTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s equalsForUnequalTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s hashCodeIsDifferentForDifferentTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s equalsForEqualTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.resolvers.ResolverTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest waitsForTreeToContainRows(org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest) Time elapsed: 0.212 s Running org.eclipse.swtbot.swt.finder.waits.WaitForShellTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 s - in org.eclipse.swtbot.swt.finder.waits.WaitForShellTest waitsForShellToAppear(org.eclipse.swtbot.swt.finder.waits.WaitForShellTest) Time elapsed: 0.677 s Running org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest waitsForShellToBecomeActive(org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest) Time elapsed: 0.193 s Running org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest (SWT:1367): Gtk-WARNING **: 18:02:05.704: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:05.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:05.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:05.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:05.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:05.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:05.722: 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: 4.884 s - in org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest waitsForWidgetToAppearInParent(org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest) Time elapsed: 4.884 s Running org.eclipse.swtbot.swt.finder.waits.ShellClosesTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s - in org.eclipse.swtbot.swt.finder.waits.ShellClosesTest waitsForShellClose(org.eclipse.swtbot.swt.finder.waits.ShellClosesTest) Time elapsed: 0.668 s Running org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest waitsForTableToContainRows(org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest) Time elapsed: 0.205 s Running org.eclipse.swtbot.swt.finder.SWTBotTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.402 s - in org.eclipse.swtbot.swt.finder.SWTBotTest getsAllShells(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.257 s doesNotWait5SecondsAndPassesForPassingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.259 s waitsMoreThan5sWhenConditionDoesNotSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.264 s waitsLessThan5sWhenConditionSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 2.789 s throwsExceptionOnNegativeTimeOut(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.263 s findsShellsById(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.26 s waits5SecondsAndFailsForFailingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.309 s Running org.eclipse.swtbot.swt.finder.ReferenceByTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.swtbot.swt.finder.ReferenceByTest compatibilityWithOtherReferences(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.003 s methodNameSuffix(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s methodArguments(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s matcherMethod(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s generatesCombinations(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.003 s Running org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest (SWT:1367): Gtk-WARNING **: 18:02:25.925: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:25.936: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:25.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:25.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:25.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:25.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:25.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:30.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:30.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:30.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:30.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:30.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:30.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:30.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:34.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:34.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:34.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:34.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:34.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:34.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:34.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 03 Jun 2020 18:02:37.079 - main - DEBUG - SWTUtils - (SWTUtils.java:455) - Capturing screenshot 'screenshots/screenshot-DummyTestDoNotExecuteInAnt.null.jpeg' (SWT:1367): Gtk-WARNING **: 18:02:39.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:39.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:39.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:39.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:39.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:39.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:39.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:43.457: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:43.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:43.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:43.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:43.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:43.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:43.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:48.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:48.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:48.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:48.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:48.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:48.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:48.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:52.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:52.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:52.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:52.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:52.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:52.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:52.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:56.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:56.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:56.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:56.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:56.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:56.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:02:56.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:01.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:01.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:01.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:01.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:01.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:01.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:01.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:05.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:05.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:05.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:05.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:05.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:05.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:05.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:10.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:10.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:10.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:10.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:10.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:10.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:10.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:14.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:14.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:14.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:14.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:14.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:14.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:14.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:19.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:19.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:19.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:19.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:19.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:19.533: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:19.533: 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: 58.085 s - in org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest assertContainsWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.399 s assertsIfWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.39 s capturesScreenshotOnError(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.402 s assertDoesNotContainThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.275 s assertContainsThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.569 s assertDoesNotContainWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.455 s assertEnabledThrowsExceptionWhenWidgetIsDisable(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.389 s assertNotEnabledThrowsExceptionWhenWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.46 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches2(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.496 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.337 s assertRegexMatchesThrowsExceptionWhenRegexDoesNotMatch(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.664 s throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.685 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 4.56 s Running org.eclipse.swtbot.swt.finder.SWTBot2Test (SWT:1367): Gtk-WARNING **: 18:03:24.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:24.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:24.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:24.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:24.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:24.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:24.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:28.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:28.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:28.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:28.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:28.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:28.543: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:28.543: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:33.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:33.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:33.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:33.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:33.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:33.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:33.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:39.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:39.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:39.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:39.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:39.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:39.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:39.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:43.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:43.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:43.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:43.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:43.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:43.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0 (SWT:1367): Gtk-WARNING **: 18:03:43.762: 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: 24.439 s - in org.eclipse.swtbot.swt.finder.SWTBot2Test findsGetsIdOfAControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 4.481 s findsTextBox(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 4.785 s getsActiveControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 5.774 s tabKeyTraversalSetsFocusOnTheNextControlAndSendsTraverseEvents(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 4.536 s isEnabled(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 4.862 s Results: Tests run: 486, 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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [61/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.test --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.test-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-3.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.test-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [62/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.test --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.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] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 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.868 s - in org.eclipse.swtbot.generator.test.RecordToolbarButtonTest testClickToolbarWithImage(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.434 s testClickToolbar(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.143 s testClickToolbarWithImageAndNoText(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.175 s Running org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.965 s - in org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest testMultipleTableSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.191 s testMultipleTableSelectionSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.167 s testTableCheckSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.142 s testTableCheckSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.125 s testSingleTableSelection(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.126 s testMultipleTableSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.107 s testTableCheck(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.105 s Running org.eclipse.swtbot.generator.test.RecordCComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.swtbot.generator.test.RecordCComboTextTest testModifyCCombo(org.eclipse.swtbot.generator.test.RecordCComboTextTest) Time elapsed: 0.115 s Running org.eclipse.swtbot.generator.test.RecordComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.swtbot.generator.test.RecordComboTextTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboTextTest) Time elapsed: 0.118 s Running org.eclipse.swtbot.generator.test.CTabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.swtbot.generator.test.CTabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.CTabItemActivateTest) Time elapsed: 0.116 s Running org.eclipse.swtbot.generator.test.RecordRadioClickTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.swtbot.generator.test.RecordRadioClickTest testRadioButtonClick(org.eclipse.swtbot.generator.test.RecordRadioClickTest) Time elapsed: 0.122 s Running org.eclipse.swtbot.generator.test.TabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.swtbot.generator.test.TabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.TabItemActivateTest) Time elapsed: 0.112 s Running org.eclipse.swtbot.generator.test.RecordComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.swtbot.generator.test.RecordComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboSelectionTest) Time elapsed: 0.099 s Running org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest testTreeCheck(org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest) Time elapsed: 0.127 s Running org.eclipse.swtbot.generator.test.RecordCComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.swtbot.generator.test.RecordCComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordCComboSelectionTest) Time elapsed: 0.118 s Running org.eclipse.swtbot.generator.test.RecordListDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s - in org.eclipse.swtbot.generator.test.RecordListDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.126 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.102 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.113 s Running org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest testModifyStyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.132 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.457 s - in org.eclipse.swtbot.generator.test.RecordListSelectionTest testSingleListSelection(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.114 s testMultipleListSelectionSameItem(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.117 s testMultipleListSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.106 s testMultipleListSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.119 s Running org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest testTreeLevel2DoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.113 s testTreeDoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.125 s Running org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.147 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.129 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.119 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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.test-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [63/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.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] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 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.89 s - in org.eclipse.swtbot.generator.jdt.test.RecordComboTest testModifyCombo(org.eclipse.swtbot.generator.jdt.test.RecordComboTest) Time elapsed: 0.763 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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.0.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.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.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.0.0-SNAPSHOT [64/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] The project's OSGi version is 3.0.0.202006031738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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:1.7.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:1.7.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.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.0.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.0.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.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.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.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.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] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.swtbot.nebula.nattable.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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.971 s - in org.eclipse.swtbot.nebula.nattable.finder.test.AllTests testContextMenu(org.eclipse.swtbot.nebula.nattable.finder.test1.TestNatTableContextMenu) Time elapsed: 0.565 s testCellLabel(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.149 s testClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.437 s testClickColumnHeader(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.174 s testCount(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.046 s testDoubleClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.273 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.044 s testScrollOutOfRange(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.059 s testRightClickXY(org.eclipse.swtbot.nebula.nattable.finder.test1.TestRightClickXY) Time elapsed: 0.071 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.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.0.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.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/3.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.0.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.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.0.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.0.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-3.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Eclipse SWTBot 3.0.0-SNAPSHOT ...................... SUCCESS [ 17.532 s] [INFO] target-platforms 3.0.0-SNAPSHOT .................... SUCCESS [ 0.009 s] [INFO] 2020-06 3.0.0-SNAPSHOT ............................. SUCCESS [ 1.249 s] [INFO] 2020-03 3.0.0-SNAPSHOT ............................. SUCCESS [ 0.011 s] [INFO] 2019-12 3.0.0-SNAPSHOT ............................. SUCCESS [ 0.011 s] [INFO] 2019-09 3.0.0-SNAPSHOT ............................. SUCCESS [ 0.009 s] [INFO] 2019-06 3.0.0-SNAPSHOT ............................. SUCCESS [ 0.010 s] [INFO] 2019-03 3.0.0-SNAPSHOT ............................. SUCCESS [ 0.010 s] [INFO] 2018-12 3.0.0-SNAPSHOT ............................. SUCCESS [ 0.010 s] [INFO] 2018-09 3.0.0-SNAPSHOT ............................. SUCCESS [ 0.045 s] [INFO] photon 3.0.0-SNAPSHOT .............................. SUCCESS [ 0.008 s] [INFO] oxygen 3.0.0-SNAPSHOT .............................. SUCCESS [ 0.010 s] [INFO] neon 3.0.0-SNAPSHOT ................................ SUCCESS [ 0.008 s] [INFO] mars 3.0.0-SNAPSHOT ................................ SUCCESS [ 0.008 s] [INFO] luna 3.0.0-SNAPSHOT ................................ SUCCESS [ 0.009 s] [INFO] kepler 3.0.0-SNAPSHOT .............................. SUCCESS [ 0.053 s] [INFO] juno 3.0.0-SNAPSHOT ................................ SUCCESS [ 0.008 s] [INFO] org.eclipse.swtbot.ant.junit 3.0.0-SNAPSHOT ........ SUCCESS [ 7.510 s] [INFO] org.eclipse.swtbot.eclipse.core 3.0.0-SNAPSHOT ..... SUCCESS [ 3.261 s] [INFO] org.eclipse.swtbot.swt.finder 3.0.0-SNAPSHOT ....... SUCCESS [ 6.812 s] [INFO] org.eclipse.swtbot.eclipse.finder 3.0.0-SNAPSHOT ... SUCCESS [ 4.292 s] [INFO] org.eclipse.swtbot.e4.finder 3.0.0-SNAPSHOT ........ SUCCESS [ 2.643 s] [INFO] org.eclipse.swtbot.junit4_x 3.0.0-SNAPSHOT ......... SUCCESS [ 2.693 s] [INFO] org.eclipse.swtbot 3.0.0-SNAPSHOT .................. SUCCESS [ 2.469 s] [INFO] org.eclipse.swtbot.forms.finder 3.0.0-SNAPSHOT ..... SUCCESS [ 2.473 s] [INFO] org.eclipse.swtbot.forms 3.0.0-SNAPSHOT ............ SUCCESS [ 2.315 s] [INFO] org.eclipse.swtbot.go 3.0.0-SNAPSHOT ............... SUCCESS [ 2.187 s] [INFO] org.eclipse.swtbot.eclipse 3.0.0-SNAPSHOT .......... SUCCESS [ 2.330 s] [INFO] org.eclipse.swtbot.eclipse.dsl 3.0.0-SNAPSHOT ...... SUCCESS [ 2.527 s] [INFO] org.eclipse.swtbot.eclipse.gef.finder 3.0.0-SNAPSHOT SUCCESS [ 2.892 s] [INFO] org.eclipse.swtbot.eclipse.spy 3.0.0-SNAPSHOT ...... SUCCESS [ 2.540 s] [INFO] org.eclipse.swtbot.eclipse.junit.headless 3.0.0-SNAPSHOT SUCCESS [ 3.604 s] [INFO] org.eclipse.swtbot.eclipse.test.junit 3.0.0-SNAPSHOT SUCCESS [ 2.273 s] [INFO] org.eclipse.swtbot.eclipse.ui 3.0.0-SNAPSHOT ....... SUCCESS [ 2.807 s] [INFO] org.eclipse.swtbot.generator 3.0.0-SNAPSHOT ........ SUCCESS [ 2.961 s] [INFO] org.eclipse.swtbot.generator.client 3.0.0-SNAPSHOT . SUCCESS [ 2.858 s] [INFO] org.eclipse.swtbot.generator.rules.workbench 3.0.0-SNAPSHOT SUCCESS [ 2.494 s] [INFO] org.eclipse.swtbot.generator.jdt 3.0.0-SNAPSHOT .... SUCCESS [ 2.731 s] [INFO] org.eclipse.swtbot.generator.ui 3.0.0-SNAPSHOT ..... SUCCESS [ 2.612 s] [INFO] org.eclipse.swtbot.junit5_x 3.0.0-SNAPSHOT ......... SUCCESS [ 2.608 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder 3.0.0-SNAPSHOT SUCCESS [ 3.090 s] [INFO] org.eclipse.swt.examples 3.0.0-SNAPSHOT ............ SUCCESS [ 7.682 s] [INFO] org.eclipse.swtbot.swt.demo 3.0.0-SNAPSHOT ......... SUCCESS [ 2.448 s] [INFO] org.eclipse.ui.forms.examples 3.1.100-SNAPSHOT ..... SUCCESS [ 4.070 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder 3.0.0-SNAPSHOT SUCCESS [ 2.726 s] [INFO] org.eclipse.swtbot.eclipse.gef 3.0.0-SNAPSHOT ...... SUCCESS [ 2.320 s] [INFO] org.eclipse.swtbot.generator.feature 3.0.0-SNAPSHOT SUCCESS [ 2.214 s] [INFO] org.eclipse.swtbot.ide 3.0.0-SNAPSHOT .............. SUCCESS [ 2.542 s] [INFO] org.eclipse.swtbot.eclipse.junit5.headless 3.0.0-SNAPSHOT SUCCESS [ 2.611 s] [INFO] org.eclipse.swtbot.junit5 3.0.0-SNAPSHOT ........... SUCCESS [ 2.483 s] [INFO] org.eclipse.swtbot.nebula.gallery 3.0.0-SNAPSHOT ... SUCCESS [ 2.287 s] [INFO] org.eclipse.swtbot.nebula.nattable 3.0.0-SNAPSHOT .. SUCCESS [ 2.301 s] [INFO] org.eclipse.swtbot.updatesite 3.0.0-SNAPSHOT ....... SUCCESS [ 3.556 s] [INFO] org.eclipse.swtbot.eclipse.ui.test 3.0.0-SNAPSHOT .. SUCCESS [ 13.052 s] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards 3.0.0-SNAPSHOT SUCCESS [ 2.341 s] [INFO] org.eclipse.swtbot.forms.finder.test 3.0.0-SNAPSHOT SUCCESS [ 10.642 s] [INFO] org.eclipse.swtbot.eclipse.finder.test 3.0.0-SNAPSHOT SUCCESS [01:40 min] [INFO] org.eclipse.swtbot.e4.finder.test 3.0.0-SNAPSHOT ... SUCCESS [ 12.292 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test 3.0.0-SNAPSHOT SUCCESS [ 11.059 s] [INFO] org.eclipse.swtbot.swt.finder.test 3.0.0-SNAPSHOT .. SUCCESS [19:29 min] [INFO] org.eclipse.swtbot.test 3.0.0-SNAPSHOT ............. SUCCESS [ 2.786 s] [INFO] org.eclipse.swtbot.generator.test 3.0.0-SNAPSHOT ... SUCCESS [ 13.350 s] [INFO] org.eclipse.swtbot.generator.jdt.test 3.0.0-SNAPSHOT SUCCESS [ 12.363 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test 3.0.0-SNAPSHOT SUCCESS [ 12.787 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26:19 min [INFO] Finished at: 2020-06-03T18:04:30Z [INFO] ------------------------------------------------------------------------ [swtbot-tycho] $ /bin/sh -xe /tmp/jenkins6936386541551949553.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 50 killed; [ssh-agent] Stopped. No mail will be sent out, as 'swtbot-tycho #417' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Recording test results Archiving artifacts Finished: SUCCESS