Skip to content

Console Output

13:38:04 Started by user Patrick Tasse
13:38:04 Running as Patrick Tasse
13:38:04 Agent migration-agent-7fk3v is provisioned from template Kubernetes Pod Template
13:38:04 ---
13:38:04 apiVersion: "v1"
13:38:04 kind: "Pod"
13:38:04 metadata:
13:38:04   annotations: {}
13:38:04   labels:
13:38:04     jenkins: "slave"
13:38:04     jenkins/migration: "true"
13:38:04   name: "migration-agent-7fk3v"
13:38:04 spec:
13:38:04   containers:
13:38:04   - env:
13:38:04     - name: "MAVEN_OPTS"
13:38:04       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
13:38:04     - name: "JENKINS_SECRET"
13:38:04       value: "********"
13:38:04     - name: "JENKINS_TUNNEL"
13:38:04       value: "jenkins-discovery.swtbot.svc.cluster.local:50000"
13:38:04     - name: "JENKINS_AGENT_NAME"
13:38:04       value: "migration-agent-7fk3v"
13:38:04     - name: "MAVEN_CONFIG"
13:38:04       value: "-B -e"
13:38:04     - name: "JENKINS_NAME"
13:38:04       value: "migration-agent-7fk3v"
13:38:04     - name: "JENKINS_AGENT_WORKDIR"
13:38:04       value: "/home/jenkins/agent"
13:38:04     - name: "JENKINS_URL"
13:38:04       value: "http://jenkins-ui.swtbot.svc.cluster.local/swtbot/"
13:38:04     - name: "HOME"
13:38:04       value: "/home/jenkins"
13:38:04     image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f"
13:38:04     imagePullPolicy: "IfNotPresent"
13:38:04     name: "jnlp"
13:38:04     resources:
13:38:04       limits:
13:38:04         memory: "4096Mi"
13:38:04         cpu: "2000m"
13:38:04       requests:
13:38:04         memory: "4096Mi"
13:38:04         cpu: "1000m"
13:38:04     securityContext:
13:38:04       privileged: false
13:38:04     tty: true
13:38:04     volumeMounts:
13:38:04     - mountPath: "/home/jenkins/.m2/toolchains.xml"
13:38:04       name: "toolchains-xml"
13:38:04       readOnly: true
13:38:04       subPath: "toolchains.xml"
13:38:04     - mountPath: "/opt/tools"
13:38:04       name: "volume-0"
13:38:04       readOnly: false
13:38:04     - mountPath: "/home/jenkins"
13:38:04       name: "volume-2"
13:38:04       readOnly: false
13:38:04     - mountPath: "/home/jenkins/.m2/repository"
13:38:04       name: "volume-3"
13:38:04       readOnly: false
13:38:04     - mountPath: "/home/jenkins/.m2/settings-security.xml"
13:38:04       name: "settings-security-xml"
13:38:04       readOnly: true
13:38:04       subPath: "settings-security.xml"
13:38:04     - mountPath: "/home/jenkins/.m2/settings.xml"
13:38:04       name: "settings-xml"
13:38:04       readOnly: true
13:38:04       subPath: "settings.xml"
13:38:04     - mountPath: "/home/jenkins/.ssh"
13:38:04       name: "volume-1"
13:38:04       readOnly: false
13:38:04     - mountPath: "/home/jenkins/agent"
13:38:04       name: "workspace-volume"
13:38:04       readOnly: false
13:38:04     workingDir: "/home/jenkins/agent"
13:38:04   nodeSelector: {}
13:38:04   restartPolicy: "Never"
13:38:04   volumes:
13:38:04   - name: "settings-security-xml"
13:38:04     secret:
13:38:04       items:
13:38:04       - key: "settings-security.xml"
13:38:04         path: "settings-security.xml"
13:38:04       secretName: "m2-secret-dir"
13:38:04   - name: "volume-0"
13:38:04     persistentVolumeClaim:
13:38:04       claimName: "tools-claim-jiro-swtbot"
13:38:04       readOnly: true
13:38:04   - configMap:
13:38:04       items:
13:38:04       - key: "toolchains.xml"
13:38:04         path: "toolchains.xml"
13:38:04       name: "m2-dir"
13:38:04     name: "toolchains-xml"
13:38:04   - emptyDir:
13:38:04       medium: ""
13:38:04     name: "volume-2"
13:38:04   - configMap:
13:38:04       name: "known-hosts"
13:38:04     name: "volume-1"
13:38:04   - name: "settings-xml"
13:38:04     secret:
13:38:04       items:
13:38:04       - key: "settings.xml"
13:38:04         path: "settings.xml"
13:38:04       secretName: "m2-secret-dir"
13:38:04   - emptyDir:
13:38:04       medium: ""
13:38:04     name: "workspace-volume"
13:38:04   - emptyDir:
13:38:04       medium: ""
13:38:04     name: "volume-3"
13:38:04 
13:38:04 Building remotely on migration-agent-7fk3v (migration) in workspace /home/jenkins/agent/workspace/swtbot-tycho
13:38:04 [ssh-agent] Looking for ssh-agent implementation...
13:38:04 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
13:38:04 $ ssh-agent
13:38:04 SSH_AUTH_SOCK=/tmp/ssh-HRvLUeqwhWnX/agent.48
13:38:04 SSH_AGENT_PID=50
13:38:04 [ssh-agent] Started.
13:38:04 Running ssh-add (command line suppressed)
13:38:04 Identity added: /home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_6357456171017374904.key (/home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_6357456171017374904.key)
13:38:04 [ssh-agent] Using credentials genie.swtbot (ssh://genie.swtbot@projects-storage.eclipse.org)
13:38:06 No credentials specified
13:38:06 Cloning the remote Git repository
13:38:06 Cloning repository git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot
13:38:06  > git init /home/jenkins/agent/workspace/swtbot-tycho # timeout=10
13:38:06 Fetching upstream changes from git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot
13:38:06  > git --version # timeout=10
13:38:06  > git fetch --tags --progress git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot +refs/heads/*:refs/remotes/origin/*
13:38:07  > git config remote.origin.url git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot # timeout=10
13:38:07  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
13:38:07  > git config remote.origin.url git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot # timeout=10
13:38:07 Fetching upstream changes from git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot
13:38:07  > git fetch --tags --progress git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot +refs/heads/*:refs/remotes/origin/*
13:38:07  > git rev-parse origin/master^{commit} # timeout=10
13:38:07 Checking out Revision 17d0cbf8a8a7e2ae604a58d7b900d63a566f3915 (origin/master)
13:38:07  > git config core.sparsecheckout # timeout=10
13:38:07  > git checkout -f 17d0cbf8a8a7e2ae604a58d7b900d63a566f3915
13:38:08 Commit message: "Update Orbit repository to R20200529191137 in 2020-06 target"
13:38:08  > git rev-list --no-walk 17d0cbf8a8a7e2ae604a58d7b900d63a566f3915 # timeout=10
13:38:09 Starting xvnc
13:38:09 [swtbot-tycho] $ Xvnc :19 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
13:38:09 
13:38:09 Xvnc TigerVNC 1.8.0 - built Nov  2 2018 19:05:14
13:38:09 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
13:38:09 See http://www.tigervnc.org for information on TigerVNC.
13:38:09 Underlying X server release 12001000, The X.Org Foundation
13:38:09 
13:38:09 
13:38:09 Wed Jun  3 17:38:09 2020
13:38:09  vncext:      VNC extension running!
13:38:09  vncext:      Listening for VNC connections on all interface(s), port 5919
13:38:09  vncext:      created VNC server for screen 0
13:38:09 [swtbot-tycho] $ /bin/bash -x /tmp/jenkins8621307646795264524.sh
13:38:09 + metacity --sm-disable --replace
13:38:09 [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
13:38:09 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
13:38:09 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
13:38:11 [INFO] Scanning for projects...
13:38:31 [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
13:38:31 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/
13:38:32 [INFO] Adding repository http://download.eclipse.org/releases/2020-06
13:38:32 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (495B)
13:38:32 [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/
13:38:32 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (418B)
13:38:32 [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/M1/ (68.32kB)
13:38:32 [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/M2/ (67.3kB)
13:38:32 [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/M3/ (70.57kB)
13:38:32 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202005291000/
13:38:33 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202005291000/
13:38:34 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202005081000/
13:38:34 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202005081000/
13:38:36 [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202004171000/
13:38:36 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202004171000/
13:38:38 [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/
13:38:38 [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository
13:38:38 [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/
13:38:38 [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
13:38:38 [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/
13:38:38 [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/
13:38:38 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
13:38:39 [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
13:38:39 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
13:38:39 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
13:38:39 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
13:38:39 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
13:38:39 [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
13:38:39 [INFO] Fetching p2.index from http://download.eclipse.org/nebula/snapshot/
13:38:39 [INFO] Adding repository http://download.eclipse.org/nebula/snapshot
13:38:39 [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/
13:38:39 [INFO] Fetching p2.index from http://download.eclipse.org/nattable/snapshots/latest/repository/
13:38:39 [INFO] Adding repository http://download.eclipse.org/nattable/snapshots/latest/repository
13:38:39 [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/snapshots/latest/repository/
13:38:41 [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
13:38:45 [INFO] Fetching 202005291000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/
13:38:45 [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)
13:38:45 [INFO] The user operation is waiting for background work to complete.
13:38:45 [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)
13:38:46 [INFO] Unpacking org.apache.ant_1.10.8.v20200515-1239...
13:38:46 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (123kB)
13:38:46 [INFO] The user operation is waiting for background work to complete.
13:38:46 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (123kB)
13:38:46 [INFO] Unpacking org.junit_4.13.0.v20200204-1500...
13:38:47 [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)
13:38:47 [INFO] The user operation is waiting for background work to complete.
13:38:47 [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)
13:38:47 [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
13:38:47 [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
13:38:47 [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
13:38:47 [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
13:38:47 [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)
13:38:47 [INFO] The user operation is waiting for background work to complete.
13:38:47 [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)
13:38:47 [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
13:38:51 [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)
13:38:51 [INFO] The user operation is waiting for background work to complete.
13:38:51 [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)
13:38:51 [INFO] Unpacking org.eclipse.osgi_3.15.300.v20200520-1959...
13:38:51 [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)
13:38:51 [INFO] The user operation is waiting for background work to complete.
13:38:51 [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)
13:38:51 [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
13:38:51 [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)
13:38:51 [INFO] The user operation is waiting for background work to complete.
13:38:51 [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)
13:38:51 [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
13:38:52 [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)
13:38:52 [INFO] The user operation is waiting for background work to complete.
13:38:52 [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)
13:38:52 [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
13:38:52 [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)
13:38:52 [INFO] The user operation is waiting for background work to complete.
13:38:52 [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)
13:38:52 [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
13:38:52 [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)
13:38:52 [INFO] The user operation is waiting for background work to complete.
13:38:52 [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)
13:38:52 [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
13:38:52 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (95.26kB)
13:38:52 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (15.35kB)
13:38:52 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (35.59kB)
13:38:52 [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)
13:38:52 [INFO] The user operation is waiting for background work to complete.
13:38:52 [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)
13:38:53 [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
13:38:53 [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)
13:38:53 [INFO] The user operation is waiting for background work to complete.
13:38:53 [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)
13:38:53 [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
13:38:53 [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)
13:38:53 [INFO] The user operation is waiting for background work to complete.
13:38:53 [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)
13:38:53 [INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820...
13:38:53 [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)
13:38:53 [INFO] The user operation is waiting for background work to complete.
13:38:53 [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)
13:38:53 [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
13:38:53 [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)
13:38:53 [INFO] The user operation is waiting for background work to complete.
13:38:53 [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)
13:38:53 [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
13:38:53 [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)
13:38:53 [INFO] The user operation is waiting for background work to complete.
13:38:53 [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)
13:38:53 [INFO] Unpacking org.eclipse.compare.core_3.6.900.v20200412-2017...
13:38:53 [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)
13:38:53 [INFO] The user operation is waiting for background work to complete.
13:38:53 [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)
13:38:53 [INFO] Unpacking org.eclipse.core.runtime_3.18.0.v20200506-2143...
13:38:53 [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)
13:38:53 [INFO] The user operation is waiting for background work to complete.
13:38:53 [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)
13:38:54 [INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850...
13:38:54 [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)
13:38:54 [INFO] The user operation is waiting for background work to complete.
13:38:54 [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)
13:38:54 [INFO] Unpacking org.eclipse.equinox.common_3.12.0.v20200504-1602...
13:38:54 [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)
13:38:54 [INFO] The user operation is waiting for background work to complete.
13:38:54 [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)
13:38:54 [INFO] Unpacking org.eclipse.core.contenttype_3.7.700.v20200517-1644...
13:38:54 [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)
13:38:54 [INFO] The user operation is waiting for background work to complete.
13:38:54 [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)
13:38:54 [INFO] Unpacking org.eclipse.equinox.preferences_3.8.0.v20200422-1833...
13:38:54 [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)
13:38:54 [INFO] The user operation is waiting for background work to complete.
13:38:54 [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)
13:38:54 [INFO] Unpacking org.eclipse.equinox.registry_3.8.800.v20200406-0956...
13:38:54 [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)
13:38:54 [INFO] The user operation is waiting for background work to complete.
13:38:54 [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)
13:38:54 [INFO] Unpacking org.eclipse.core.databinding_1.9.0.v20200519-1409...
13:38:54 [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)
13:38:54 [INFO] The user operation is waiting for background work to complete.
13:38:54 [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)
13:38:54 [INFO] Unpacking org.eclipse.core.databinding.observable_1.9.0.v20200205-2119...
13:38:55 [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)
13:38:55 [INFO] The user operation is waiting for background work to complete.
13:38:55 [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)
13:38:55 [INFO] Unpacking org.eclipse.core.databinding.property_1.8.0.v20200124-0715...
13:38:55 [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)
13:38:55 [INFO] The user operation is waiting for background work to complete.
13:38:55 [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)
13:38:55 [INFO] Unpacking org.eclipse.core.expressions_3.6.800.v20200319-0911...
13:38:55 [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)
13:38:55 [INFO] The user operation is waiting for background work to complete.
13:38:55 [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)
13:38:55 [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1000.v20200409-1035...
13:38:55 [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)
13:38:55 [INFO] The user operation is waiting for background work to complete.
13:38:55 [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)
13:38:55 [INFO] Unpacking org.eclipse.text_3.10.200.v20200428-0633...
13:38:55 [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)
13:38:55 [INFO] The user operation is waiting for background work to complete.
13:38:55 [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)
13:38:55 [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734...
13:38:55 [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)
13:38:55 [INFO] The user operation is waiting for background work to complete.
13:38:55 [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)
13:38:55 [INFO] Unpacking org.eclipse.core.jobs_3.10.800.v20200421-0950...
13:38:55 [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (873.17kB)
13:38:56 [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)
13:38:56 [INFO] The user operation is waiting for background work to complete.
13:38:56 [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)
13:38:56 [INFO] Unpacking org.eclipse.equinox.app_1.4.500.v20200422-1833...
13:38:56 [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)
13:38:56 [INFO] The user operation is waiting for background work to complete.
13:38:56 [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)
13:38:56 [INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732...
13:38:56 [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)
13:38:56 [INFO] The user operation is waiting for background work to complete.
13:38:56 [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)
13:38:56 [INFO] Unpacking org.eclipse.e4.core.di_1.7.600.v20200428-0912...
13:38:56 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (14.07kB)
13:38:56 [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)
13:38:56 [INFO] The user operation is waiting for background work to complete.
13:38:56 [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)
13:38:56 [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710...
13:38:56 [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)
13:38:56 [INFO] The user operation is waiting for background work to complete.
13:38:56 [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)
13:38:56 [INFO] Unpacking org.eclipse.e4.core.services_2.2.300.v20200422-1846...
13:38:56 [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)
13:38:56 [INFO] The user operation is waiting for background work to complete.
13:38:56 [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)
13:38:56 [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352...
13:38:56 [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)
13:38:56 [INFO] The user operation is waiting for background work to complete.
13:38:56 [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)
13:38:56 [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938...
13:38:56 [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)
13:38:56 [INFO] The user operation is waiting for background work to complete.
13:38:56 [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)
13:38:57 [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642...
13:38:57 [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)
13:38:57 [INFO] The user operation is waiting for background work to complete.
13:38:57 [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)
13:38:57 [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219...
13:38:57 [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)
13:38:57 [INFO] The user operation is waiting for background work to complete.
13:38:57 [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)
13:38:57 [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
13:38:57 [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)
13:38:57 [INFO] The user operation is waiting for background work to complete.
13:38:57 [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)
13:38:57 [INFO] Unpacking org.eclipse.emf.ecore_2.22.0.v20200519-1135...
13:38:57 [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)
13:38:57 [INFO] The user operation is waiting for background work to complete.
13:38:57 [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)
13:38:57 [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930...
13:38:57 [INFO] Fetching org.eclipse.swt_3.114.100.v20200519-1414.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16kB)
13:38:57 [INFO] The user operation is waiting for background work to complete.
13:38:57 [INFO] Fetching org.eclipse.swt_3.114.100.v20200519-1414.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (16kB)
13:38:58 [INFO] Unpacking org.eclipse.swt_3.114.100.v20200519-1414...
13:38:58 [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)
13:38:58 [INFO] The user operation is waiting for background work to complete.
13:38:58 [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)
13:38:58 [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643...
13:38:58 [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)
13:38:58 [INFO] The user operation is waiting for background work to complete.
13:38:58 [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)
13:38:58 [INFO] Unpacking org.eclipse.jface_3.20.0.v20200505-1952...
13:38:58 [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)
13:38:58 [INFO] The user operation is waiting for background work to complete.
13:38:58 [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)
13:38:58 [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930...
13:38:58 [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)
13:38:58 [INFO] The user operation is waiting for background work to complete.
13:38:58 [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)
13:38:58 [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.1000.v20200514-1613...
13:38:58 [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)
13:38:58 [INFO] The user operation is waiting for background work to complete.
13:38:58 [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)
13:38:58 [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200508-1201...
13:38:58 [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)
13:38:58 [INFO] The user operation is waiting for background work to complete.
13:38:58 [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)
13:38:59 [INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855...
13:38:59 [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)
13:38:59 [INFO] The user operation is waiting for background work to complete.
13:38:59 [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)
13:38:59 [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.800.v20200515-1500...
13:38:59 [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)
13:38:59 [INFO] The user operation is waiting for background work to complete.
13:38:59 [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)
13:38:59 [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.100.v20200323-2111...
13:38:59 [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)
13:38:59 [INFO] The user operation is waiting for background work to complete.
13:38:59 [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)
13:38:59 [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422...
13:38:59 [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)
13:38:59 [INFO] The user operation is waiting for background work to complete.
13:38:59 [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)
13:38:59 [INFO] Unpacking org.eclipse.equinox.event_1.5.400.v20200511-1702...
13:38:59 [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)
13:38:59 [INFO] The user operation is waiting for background work to complete.
13:38:59 [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)
13:38:59 [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048...
13:38:59 [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)
13:38:59 [INFO] The user operation is waiting for background work to complete.
13:38:59 [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)
13:38:59 [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625...
13:38:59 [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)
13:38:59 [INFO] The user operation is waiting for background work to complete.
13:38:59 [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)
13:39:00 [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
13:39:00 [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)
13:39:00 [INFO] The user operation is waiting for background work to complete.
13:39:00 [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)
13:39:00 [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
13:39:00 [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)
13:39:00 [INFO] The user operation is waiting for background work to complete.
13:39:00 [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)
13:39:00 [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848...
13:39:00 [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)
13:39:00 [INFO] The user operation is waiting for background work to complete.
13:39:00 [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)
13:39:00 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200521-1310...
13:39:00 [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)
13:39:00 [INFO] The user operation is waiting for background work to complete.
13:39:00 [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)
13:39:00 [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625...
13:39:00 [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)
13:39:00 [INFO] The user operation is waiting for background work to complete.
13:39:00 [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)
13:39:00 [INFO] Unpacking org.eclipse.jface.databinding_1.11.100.v20200318-1219...
13:39:00 [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)
13:39:00 [INFO] The user operation is waiting for background work to complete.
13:39:00 [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)
13:39:01 [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805...
13:39:01 [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)
13:39:01 [INFO] The user operation is waiting for background work to complete.
13:39:01 [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)
13:39:01 [INFO] Unpacking org.eclipse.urischeme_1.1.0.v20200519-2117...
13:39:01 [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)
13:39:01 [INFO] The user operation is waiting for background work to complete.
13:39:01 [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)
13:39:01 [INFO] Unpacking org.eclipse.emf.common_2.19.0.v20200324-0932...
13:39:01 [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)
13:39:01 [INFO] The user operation is waiting for background work to complete.
13:39:01 [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)
13:39:01 [INFO] Unpacking org.eclipse.equinox.bidi_1.2.300.v20191213-1901...
13:39:01 [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)
13:39:01 [INFO] The user operation is waiting for background work to complete.
13:39:01 [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)
13:39:01 [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504...
13:39:02 [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)
13:39:02 [INFO] The user operation is waiting for background work to complete.
13:39:02 [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)
13:39:02 [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530...
13:39:02 [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)
13:39:02 [INFO] The user operation is waiting for background work to complete.
13:39:02 [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)
13:39:02 [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530...
13:39:02 [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)
13:39:02 [INFO] The user operation is waiting for background work to complete.
13:39:02 [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)
13:39:02 [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528...
13:39:02 [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)
13:39:02 [INFO] The user operation is waiting for background work to complete.
13:39:02 [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)
13:39:02 [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121...
13:39:02 [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)
13:39:02 [INFO] The user operation is waiting for background work to complete.
13:39:02 [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)
13:39:02 [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
13:39:02 [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)
13:39:02 [INFO] The user operation is waiting for background work to complete.
13:39:02 [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)
13:39:02 [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637...
13:39:02 [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)
13:39:02 [INFO] The user operation is waiting for background work to complete.
13:39:02 [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)
13:39:02 [INFO] Unpacking org.eclipse.help_3.8.800.v20200510-2103...
13:39:03 [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)
13:39:03 [INFO] The user operation is waiting for background work to complete.
13:39:03 [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)
13:39:03 [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429...
13:39:03 [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)
13:39:03 [INFO] The user operation is waiting for background work to complete.
13:39:03 [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)
13:39:03 [INFO] Unpacking org.eclipse.jface.text_3.16.300.v20200411-1324...
13:39:03 [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)
13:39:03 [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)
13:39:03 [INFO] The user operation is waiting for background work to complete.
13:39:03 [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)
13:39:03 [INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710...
13:39:03 [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)
13:39:03 [INFO] The user operation is waiting for background work to complete.
13:39:03 [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)
13:39:03 [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200519-1414...
13:39:04 Jun 03, 2020 5:39:04 PM org.apache.http.impl.execchain.RetryExec execute
13:39:04 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
13:39:04 Jun 03, 2020 5:39:04 PM org.apache.http.impl.execchain.RetryExec execute
13:39:04 INFO: Retrying request to {}->http://download.eclipse.org:80
13:39:05 [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)
13:39:05 [INFO] The user operation is waiting for background work to complete.
13:39:05 [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)
13:39:05 [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246...
13:39:05 [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (129.49kB)
13:39:05 [INFO] The user operation is waiting for background work to complete.
13:39:05 [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (129.49kB)
13:39:05 [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815...
13:39:05 [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)
13:39:05 [INFO] The user operation is waiting for background work to complete.
13:39:05 [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)
13:39:05 [INFO] Unpacking org.eclipse.ui.workbench_3.119.0.v20200521-1247...
13:39:06 [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)
13:39:06 [INFO] The user operation is waiting for background work to complete.
13:39:06 [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)
13:39:06 [INFO] Unpacking org.eclipse.ui.ide_3.17.100.v20200519-1648...
13:39:06 [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)
13:39:06 [INFO] The user operation is waiting for background work to complete.
13:39:06 [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)
13:39:07 [INFO] Unpacking org.eclipse.ui_3.117.0.v20200518-1705...
13:39:07 [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)
13:39:07 [INFO] The user operation is waiting for background work to complete.
13:39:07 [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)
13:39:07 [INFO] Unpacking org.eclipse.ui.editors_3.13.200.v20200501-2307...
13:39:07 [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)
13:39:07 [INFO] The user operation is waiting for background work to complete.
13:39:07 [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)
13:39:07 [INFO] Unpacking org.eclipse.ui.forms_3.9.100.v20200413-1417...
13:39:07 [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)
13:39:07 [INFO] The user operation is waiting for background work to complete.
13:39:07 [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)
13:39:07 [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954...
13:39:07 [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)
13:39:07 [INFO] The user operation is waiting for background work to complete.
13:39:07 [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)
13:39:07 [INFO] Unpacking org.eclipse.ui.navigator_3.9.300.v20200513-0930...
13:39:08 [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)
13:39:08 [INFO] The user operation is waiting for background work to complete.
13:39:08 [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)
13:39:08 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
13:39:08 [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)
13:39:08 [INFO] The user operation is waiting for background work to complete.
13:39:08 [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)
13:39:08 [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200519-1414...
13:39:09 [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)
13:39:09 [INFO] The user operation is waiting for background work to complete.
13:39:09 [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)
13:39:09 [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200519-1414...
13:39:09 [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
13:39:09 [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
13:39:10 [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
13:39:10 [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
13:39:11 [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
13:39:11 [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
13:39:11 [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
13:39:11 [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
13:39:11 [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
13:39:11 [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
13:39:11 [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
13:39:11 [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
13:39:11 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (215.67kB)
13:39:11 [INFO] The user operation is waiting for background work to complete.
13:39:11 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (215.67kB)
13:39:11 [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308...
13:39:11 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (366.65kB)
13:39:11 [INFO] The user operation is waiting for background work to complete.
13:39:11 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (366.65kB)
13:39:11 [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308...
13:39:11 [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
13:39:11 [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
13:39:11 [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
13:39:12 [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
13:39:12 [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
13:39:12 [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
13:39:12 [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
13:39:12 [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
13:39:12 [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
13:39:12 [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
13:39:12 [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
13:39:12 [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
13:39:12 [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)
13:39:12 [INFO] The user operation is waiting for background work to complete.
13:39:12 [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)
13:39:12 [INFO] Unpacking org.eclipse.ant.core_3.5.700.v20191221-1203...
13:39:12 [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)
13:39:12 [INFO] The user operation is waiting for background work to complete.
13:39:12 [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)
13:39:12 [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101...
13:39:12 [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)
13:39:12 [INFO] The user operation is waiting for background work to complete.
13:39:12 [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)
13:39:12 [INFO] Unpacking org.eclipse.ant.launching_1.2.900.v20200410-1424...
13:39:12 [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)
13:39:12 [INFO] The user operation is waiting for background work to complete.
13:39:12 [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)
13:39:12 [INFO] Unpacking org.eclipse.debug.core_3.15.100.v20200514-0816...
13:39:12 [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)
13:39:12 [INFO] The user operation is waiting for background work to complete.
13:39:12 [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)
13:39:13 [INFO] Unpacking org.eclipse.jdt.launching_3.17.100.v20200515-1452...
13:39:13 [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)
13:39:13 [INFO] The user operation is waiting for background work to complete.
13:39:13 [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)
13:39:13 [INFO] Unpacking org.eclipse.core.externaltools_1.1.700.v20200416-1310...
13:39:13 [INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200519-1443.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (6.83MB)
13:39:14 [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)
13:39:14 [INFO] The user operation is waiting for background work to complete.
13:39:14 [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)
13:39:14 [INFO] Unpacking org.eclipse.ant.ui_3.7.800.v20200413-1643...
13:39:14 [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)
13:39:14 [INFO] The user operation is waiting for background work to complete.
13:39:14 [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)
13:39:14 [INFO] Unpacking org.eclipse.ui.externaltools_3.4.700.v20200319-0924...
13:39:14 [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)
13:39:14 [INFO] The user operation is waiting for background work to complete.
13:39:14 [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)
13:39:14 [INFO] Unpacking org.eclipse.ui.console_3.9.200.v20200511-1122...
13:39:14 [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)
13:39:14 [INFO] The user operation is waiting for background work to complete.
13:39:14 [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)
13:39:14 [INFO] Unpacking org.eclipse.debug.ui_3.14.500.v20200520-0842...
13:39:15 [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)
13:39:15 [INFO] The user operation is waiting for background work to complete.
13:39:15 [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)
13:39:15 [INFO] Unpacking org.eclipse.jdt.ui_3.21.100.v20200520-0758...
13:39:18 [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)
13:39:18 [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)
13:39:18 [INFO] The user operation is waiting for background work to complete.
13:39:18 [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)
13:39:18 [INFO] Unpacking org.eclipse.team.core_3.8.1000.v20200428-1255...
13:39:18 [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)
13:39:18 [INFO] The user operation is waiting for background work to complete.
13:39:18 [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)
13:39:19 [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330...
13:39:19 [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)
13:39:19 [INFO] The user operation is waiting for background work to complete.
13:39:19 [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)
13:39:19 [INFO] Unpacking org.eclipse.jdt.junit_3.11.800.v20200518-1033...
13:39:19 [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)
13:39:19 [INFO] The user operation is waiting for background work to complete.
13:39:19 [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)
13:39:19 [INFO] Unpacking org.eclipse.compare_3.7.1000.v20200511-1203...
13:39:19 [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)
13:39:19 [INFO] The user operation is waiting for background work to complete.
13:39:19 [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)
13:39:19 [INFO] Unpacking org.eclipse.ui.views_3.10.300.v20200311-1018...
13:39:19 [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)
13:39:19 [INFO] The user operation is waiting for background work to complete.
13:39:19 [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)
13:39:19 [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702...
13:39:19 [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)
13:39:19 [INFO] The user operation is waiting for background work to complete.
13:39:19 [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)
13:39:20 [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546...
13:39:20 [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)
13:39:20 [INFO] The user operation is waiting for background work to complete.
13:39:20 [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)
13:39:20 [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025...
13:39:20 [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)
13:39:20 [INFO] The user operation is waiting for background work to complete.
13:39:20 [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)
13:39:20 [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130...
13:39:20 [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)
13:39:20 [INFO] The user operation is waiting for background work to complete.
13:39:20 [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)
13:39:20 [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200511-1530...
13:39:20 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (116.64kB)
13:39:20 [INFO] The user operation is waiting for background work to complete.
13:39:20 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (116.64kB)
13:39:20 [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
13:39:20 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (81.19kB)
13:39:20 [INFO] The user operation is waiting for background work to complete.
13:39:20 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (81.19kB)
13:39:20 [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
13:39:20 [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)
13:39:20 [INFO] The user operation is waiting for background work to complete.
13:39:20 [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)
13:39:20 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505...
13:39:21 [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)
13:39:21 [INFO] The user operation is waiting for background work to complete.
13:39:21 [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)
13:39:21 [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530...
13:39:21 [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)
13:39:21 [INFO] The user operation is waiting for background work to complete.
13:39:21 [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)
13:39:21 [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022...
13:39:21 [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)
13:39:21 [INFO] The user operation is waiting for background work to complete.
13:39:21 [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)
13:39:21 [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336...
13:39:21 [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)
13:39:21 [INFO] The user operation is waiting for background work to complete.
13:39:21 [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)
13:39:21 [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530...
13:39:21 [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)
13:39:21 [INFO] The user operation is waiting for background work to complete.
13:39:21 [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)
13:39:21 [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507...
13:39:21 [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)
13:39:21 [INFO] The user operation is waiting for background work to complete.
13:39:21 [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)
13:39:21 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505...
13:39:21 [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)
13:39:21 [INFO] The user operation is waiting for background work to complete.
13:39:21 [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)
13:39:21 [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121...
13:39:21 [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)
13:39:21 [INFO] The user operation is waiting for background work to complete.
13:39:21 [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)
13:39:22 [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339...
13:39:22 [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)
13:39:22 [INFO] The user operation is waiting for background work to complete.
13:39:22 [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)
13:39:22 [INFO] Unpacking org.eclipse.equinox.p2.ui_2.6.0.v20200428-1254...
13:39:22 [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)
13:39:22 [INFO] The user operation is waiting for background work to complete.
13:39:22 [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)
13:39:22 [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.600.v20191213-1901...
13:39:22 [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)
13:39:22 [INFO] The user operation is waiting for background work to complete.
13:39:22 [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)
13:39:22 [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.0.v20200518-2131...
13:39:22 [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)
13:39:22 [INFO] The user operation is waiting for background work to complete.
13:39:22 [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)
13:39:23 [INFO] Unpacking org.eclipse.jdt.debug_3.15.100.v20200515-1452...
13:39:23 [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)
13:39:23 [INFO] The user operation is waiting for background work to complete.
13:39:23 [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)
13:39:23 [INFO] Unpacking org.eclipse.search_3.11.1000.v20200410-1852...
13:39:23 [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)
13:39:23 [INFO] The user operation is waiting for background work to complete.
13:39:23 [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)
13:39:23 [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330...
13:39:23 [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)
13:39:23 [INFO] The user operation is waiting for background work to complete.
13:39:23 [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)
13:39:23 [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.700.v20200501-1429...
13:39:23 [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)
13:39:23 [INFO] The user operation is waiting for background work to complete.
13:39:23 [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)
13:39:23 [INFO] Unpacking org.eclipse.team.ui_3.8.900.v20200422-1935...
13:39:24 [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)
13:39:24 [INFO] The user operation is waiting for background work to complete.
13:39:24 [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)
13:39:24 [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241...
13:39:24 [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (478.57kB)
13:39:24 [INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (1.29MB)
13:39:24 [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)
13:39:24 [INFO] The user operation is waiting for background work to complete.
13:39:24 [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)
13:39:24 [INFO] Unpacking org.eclipse.update.configurator_3.4.600.v20200422-1910...
13:39:25 [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)
13:39:25 [INFO] The user operation is waiting for background work to complete.
13:39:25 [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)
13:39:25 [INFO] Unpacking org.eclipse.pde.launching_3.8.200.v20200512-0948...
13:39:25 [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)
13:39:25 [INFO] The user operation is waiting for background work to complete.
13:39:25 [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)
13:39:25 [INFO] Unpacking org.eclipse.pde.ui_3.11.400.v20200514-1728...
13:39:26 Jun 03, 2020 5:39:26 PM org.apache.http.impl.execchain.RetryExec execute
13:39:26 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
13:39:26 Jun 03, 2020 5:39:26 PM org.apache.http.impl.execchain.RetryExec execute
13:39:26 INFO: Retrying request to {}->http://download.eclipse.org:80
13:39:26 [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)
13:39:26 [INFO] The user operation is waiting for background work to complete.
13:39:26 [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)
13:39:26 [INFO] Unpacking org.eclipse.ui.intro_3.5.1000.v20200330-1059...
13:39:26 [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)
13:39:26 [INFO] The user operation is waiting for background work to complete.
13:39:26 [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)
13:39:26 [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.800.v20200510-2103...
13:39:26 [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)
13:39:26 [INFO] The user operation is waiting for background work to complete.
13:39:26 [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)
13:39:26 [INFO] Unpacking org.eclipse.ui.views.log_1.2.1100.v20200513-0930...
13:39:26 [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)
13:39:26 [INFO] The user operation is waiting for background work to complete.
13:39:26 [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)
13:39:26 [INFO] Unpacking org.eclipse.ui.trace_1.1.800.v20200106-1301...
13:39:26 [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)
13:39:26 [INFO] The user operation is waiting for background work to complete.
13:39:26 [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)
13:39:27 [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200211-1227...
13:39:27 [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)
13:39:27 [INFO] The user operation is waiting for background work to complete.
13:39:27 [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)
13:39:27 [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930...
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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)
13:39:27 [INFO] The user operation is waiting for background work to complete.
13:39:27 [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)
13:39:27 [INFO] Unpacking org.eclipse.jdt_3.18.400.v20200521-1000...
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:27 [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
13:39:28 [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
13:39:28 [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
13:39:28 [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
13:39:28 [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
13:39:28 [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
13:39:28 [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
13:39:28 [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
13:39:28 [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
13:39:28 [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
13:39:28 [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
13:39:28 [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
13:39:28 [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (12.57kB)
13:39:28 [INFO] The user operation is waiting for background work to complete.
13:39:28 [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (12.57kB)
13:39:28 [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900...
13:39:28 [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)
13:39:28 [INFO] The user operation is waiting for background work to complete.
13:39:28 [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)
13:39:28 [INFO] Unpacking org.junit.jupiter.api_5.6.0.v20200203-2009...
13:39:28 [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (14.79kB)
13:39:28 [INFO] The user operation is waiting for background work to complete.
13:39:28 [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (14.79kB)
13:39:28 [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900...
13:39:28 [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)
13:39:28 [INFO] The user operation is waiting for background work to complete.
13:39:28 [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)
13:39:28 [INFO] Unpacking org.junit.platform.commons_1.6.0.v20200203-2009...
13:39:28 [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
13:39:28 [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
13:39:28 [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
13:39:28 [INFO] Fetching org.eclipse.nebula.widgets.gallery_1.0.0.202004170724.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (108.92kB)
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [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
13:39:29 [INFO] Fetching org.eclipse.collections_10.2.0.v20200211-1558.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (10.98MB)
13:39:30 [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)
13:39:30 [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
13:39:30 [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
13:39:30 [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
13:39:30 [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
13:39:30 [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
13:39:30 [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
13:39:30 [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
13:39:30 [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
13:39:30 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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)
13:39:31 [INFO] The user operation is waiting for background work to complete.
13:39:31 [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)
13:39:31 [INFO] Unpacking org.junit.platform.engine_1.6.0.v20200203-2009...
13:39:31 [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)
13:39:31 [INFO] The user operation is waiting for background work to complete.
13:39:31 [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)
13:39:31 [INFO] Unpacking org.junit.platform.launcher_1.6.0.v20200203-2009...
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:31 [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
13:39:32 [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
13:39:32 [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
13:39:32 [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
13:39:32 [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
13:39:32 [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
13:39:32 [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
13:39:32 [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
13:39:32 [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
13:39:32 [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)
13:39:32 [INFO] The user operation is waiting for background work to complete.
13:39:32 [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)
13:39:32 [INFO] Unpacking org.apache.log4j.source_1.2.15.v201012070815...
13:39:32 [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (51.3kB)
13:39:32 [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)
13:39:32 [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
13:39:32 [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
13:39:32 [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
13:39:32 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (21.32kB)
13:39:32 [INFO] The user operation is waiting for background work to complete.
13:39:32 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202005291000/plugins/ (21.32kB)
13:39:32 [INFO] Unpacking javax.annotation_1.2.0.v201602091430...
13:39:33 [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)
13:39:33 [INFO] The user operation is waiting for background work to complete.
13:39:33 [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)
13:39:33 [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324...
13:39:33 [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)
13:39:33 [INFO] The user operation is waiting for background work to complete.
13:39:33 [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)
13:39:33 [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
13:39:33 [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)
13:39:33 [INFO] The user operation is waiting for background work to complete.
13:39:33 [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)
13:39:33 [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646...
13:39:33 [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)
13:39:33 [INFO] The user operation is waiting for background work to complete.
13:39:33 [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)
13:39:33 [INFO] Unpacking org.eclipse.core.databinding.beans_1.6.100.v20191217-1850...
13:39:33 [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)
13:39:33 [INFO] The user operation is waiting for background work to complete.
13:39:33 [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)
13:39:33 [INFO] Unpacking org.eclipse.core.net_1.3.900.v20200428-1255...
13:39:33 [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)
13:39:33 [INFO] The user operation is waiting for background work to complete.
13:39:33 [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)
13:39:33 [INFO] Unpacking org.eclipse.equinox.launcher_1.5.700.v20200207-2156...
13:39:33 [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)
13:39:33 [INFO] The user operation is waiting for background work to complete.
13:39:33 [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)
13:39:33 [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223...
13:39:33 [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)
13:39:33 [INFO] The user operation is waiting for background work to complete.
13:39:33 [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)
13:39:34 [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552...
13:39:34 [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)
13:39:34 [INFO] The user operation is waiting for background work to complete.
13:39:34 [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)
13:39:34 [INFO] Unpacking org.eclipse.equinox.console_1.4.0.v20190819-1430...
13:39:34 [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)
13:39:34 [INFO] The user operation is waiting for background work to complete.
13:39:34 [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)
13:39:34 [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755...
13:39:34 [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)
13:39:34 [INFO] The user operation is waiting for background work to complete.
13:39:34 [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)
13:39:34 [INFO] Unpacking org.eclipse.jface.notifications_0.1.0.v20200511-0837...
13:39:34 [INFO] Fetching org.eclipse.e4.rcp_4.16.0.v20200521-1310.jar from http://download.eclipse.org/releases/2020-06/202005291000/features/ (20.9kB)
13:39:34 [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202005291000/features/ (19.03kB)
13:39:34 [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar from http://download.eclipse.org/releases/2020-06/202005291000/features/ (19.1kB)
13:39:34 [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)
13:39:34 [INFO] The user operation is waiting for background work to complete.
13:39:34 [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)
13:39:34 [INFO] Unpacking org.eclipse.rcp_4.16.0.v20200521-1000...
13:39:34 [INFO] Fetching org.eclipse.rcp_4.16.0.v20200521-1310.jar from http://download.eclipse.org/releases/2020-06/202005291000/features/ (19.09kB)
13:39:35 [INFO] Fetching org.eclipse.rcp_root_4.16.0.v20200521-1310 from http://download.eclipse.org/releases/2020-06/202005291000/binary/ (25.54kB)
13:39:35 [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)
13:39:35 [INFO] The user operation is waiting for background work to complete.
13:39:35 [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)
13:39:35 [INFO] Unpacking org.eclipse.ui.ide.application_1.3.700.v20200519-1406...
13:39:35 [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)
13:39:35 [INFO] The user operation is waiting for background work to complete.
13:39:35 [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)
13:39:35 [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552...
13:39:35 [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)
13:39:35 [INFO] The user operation is waiting for background work to complete.
13:39:35 [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)
13:39:35 [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657...
13:39:35 [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)
13:39:35 [INFO] The user operation is waiting for background work to complete.
13:39:35 [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)
13:39:35 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656...
13:39:35 [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)
13:39:35 [INFO] The user operation is waiting for background work to complete.
13:39:35 [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)
13:39:35 [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552...
13:39:35 [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)
13:39:35 [INFO] The user operation is waiting for background work to complete.
13:39:35 [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)
13:39:36 [INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850...
13:39:36 [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
13:39:36 [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
13:39:36 [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
13:39:36 [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
13:39:36 [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
13:39:36 [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
13:39:36 [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
13:39:36 [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
13:39:36 [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
13:39:36 [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)
13:39:36 [INFO] The user operation is waiting for background work to complete.
13:39:36 [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)
13:39:36 [INFO] Unpacking org.eclipse.platform_4.16.0.v20200521-1000...
13:39:36 [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)
13:39:36 [INFO] The user operation is waiting for background work to complete.
13:39:36 [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)
13:39:36 [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.900.v20200330-1059...
13:39:36 [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)
13:39:36 [INFO] The user operation is waiting for background work to complete.
13:39:36 [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)
13:39:36 [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.500.v20200515-1758...
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 [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
13:39:37 Jun 03, 2020 5:39:37 PM org.apache.http.impl.execchain.RetryExec execute
13:39:37 INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
13:39:37 Jun 03, 2020 5:39:37 PM org.apache.http.impl.execchain.RetryExec execute
13:39:37 INFO: Retrying request to {}->http://download.eclipse.org:80
13:39:37 [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)
13:39:37 [INFO] The user operation is waiting for background work to complete.
13:39:37 [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)
13:39:38 [INFO] Unpacking ca.odell.glazedlists_1.11.0.v20190926-1838...
13:39:38 [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)
13:39:38 [INFO] The user operation is waiting for background work to complete.
13:39:38 [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)
13:39:38 [INFO] Unpacking org.apache.commons.codec_1.13.0.v20200108-0001...
13:39:38 [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)
13:39:38 [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
13:39:38 [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
13:39:38 [INFO] ------------------------------------------------------------------------
13:39:38 [INFO] Reactor Build Order:
13:39:38 [INFO] 
13:39:38 [INFO] Eclipse SWTBot                                                     [pom]
13:39:38 [INFO] target-platforms                                                   [pom]
13:39:38 [INFO] 2020-06                                      [eclipse-target-definition]
13:39:38 [INFO] 2020-03                                      [eclipse-target-definition]
13:39:38 [INFO] 2019-12                                      [eclipse-target-definition]
13:39:38 [INFO] 2019-09                                      [eclipse-target-definition]
13:39:38 [INFO] 2019-06                                      [eclipse-target-definition]
13:39:38 [INFO] 2019-03                                      [eclipse-target-definition]
13:39:38 [INFO] 2018-12                                      [eclipse-target-definition]
13:39:38 [INFO] 2018-09                                      [eclipse-target-definition]
13:39:38 [INFO] photon                                       [eclipse-target-definition]
13:39:38 [INFO] oxygen                                       [eclipse-target-definition]
13:39:38 [INFO] neon                                         [eclipse-target-definition]
13:39:38 [INFO] mars                                         [eclipse-target-definition]
13:39:38 [INFO] luna                                         [eclipse-target-definition]
13:39:38 [INFO] kepler                                       [eclipse-target-definition]
13:39:38 [INFO] juno                                         [eclipse-target-definition]
13:39:38 [INFO] org.eclipse.swtbot.ant.junit                            [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.core                         [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.swt.finder                           [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.finder                       [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.e4.finder                            [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.junit4_x                             [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot                                     [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.forms.finder                         [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.forms                               [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.go                                   [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.eclipse                             [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.dsl                          [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.gef.finder                   [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.spy                          [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.junit.headless               [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.test.junit                  [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.ui                           [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.generator                            [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.generator.client                     [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.generator.rules.workbench            [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.generator.jdt                        [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.generator.ui                         [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.junit5_x                             [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.nebula.gallery.finder                [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swt.examples                                [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.swt.demo                             [eclipse-plugin]
13:39:38 [INFO] org.eclipse.ui.forms.examples                           [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.nebula.nattable.finder               [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.gef                         [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.generator.feature                   [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.ide                                 [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.junit5.headless              [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.junit5                              [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.nebula.gallery                      [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.nebula.nattable                     [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.updatesite                       [eclipse-repository]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.ui.test                 [eclipse-test-plugin]
13:39:38 [INFO] org.eclipse.swtbot.swt.finder.test.keyboards            [eclipse-plugin]
13:39:38 [INFO] org.eclipse.swtbot.forms.finder.test               [eclipse-test-plugin]
13:39:38 [INFO] org.eclipse.swtbot.eclipse.finder.test             [eclipse-test-plugin]
13:39:38 [INFO] org.eclipse.swtbot.e4.finder.test                  [eclipse-test-plugin]
13:39:38 [INFO] org.eclipse.swtbot.nebula.gallery.finder.test      [eclipse-test-plugin]
13:39:38 [INFO] org.eclipse.swtbot.swt.finder.test                 [eclipse-test-plugin]
13:39:38 [INFO] org.eclipse.swtbot.test                                [eclipse-feature]
13:39:38 [INFO] org.eclipse.swtbot.generator.test                  [eclipse-test-plugin]
13:39:38 [INFO] org.eclipse.swtbot.generator.jdt.test              [eclipse-test-plugin]
13:39:38 [INFO] org.eclipse.swtbot.nebula.nattable.finder.test     [eclipse-test-plugin]
13:39:38 [INFO] 
13:39:38 [INFO] ---------------------< org.eclipse.swtbot:parent >----------------------
13:39:38 [INFO] Building Eclipse SWTBot 3.0.0-SNAPSHOT                            [1/64]
13:39:38 [INFO] --------------------------------[ pom ]---------------------------------
13:39:40 [INFO] 
13:39:40 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ parent ---
13:39:49 [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.*
13:39:49 [INFO] 
13:39:49 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ parent ---
13:39:49 [INFO] 
13:39:49 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ parent ---
13:39:49 [INFO] 
13:39:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ parent ---
13:39:49 [INFO] 
13:39:49 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ parent ---
13:39:55 [INFO] 
13:39:55 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ parent ---
13:39:55 [INFO] 
13:39:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ parent ---
13:39:55 [INFO] 
13:39:55 [INFO] --- maven-install-plugin:2.4:install (default-install) @ parent ---
13:39:56 [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
13:39:56 [INFO] 
13:39:56 [INFO] ----------------< org.eclipse.swtbot:target-platforms >-----------------
13:39:56 [INFO] Building target-platforms 3.0.0-SNAPSHOT                          [2/64]
13:39:56 [INFO] --------------------------------[ pom ]---------------------------------
13:39:56 [INFO] 
13:39:56 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ target-platforms ---
13:39:56 [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.*
13:39:56 [INFO] 
13:39:56 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ target-platforms ---
13:39:56 [INFO] 
13:39:56 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ target-platforms ---
13:39:56 [INFO] 
13:39:56 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ target-platforms ---
13:39:56 [INFO] 
13:39:56 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ target-platforms ---
13:39:56 [INFO] 
13:39:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ target-platforms ---
13:39:56 [INFO] 
13:39:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ target-platforms ---
13:39:56 [INFO] 
13:39:56 [INFO] --- maven-install-plugin:2.4:install (default-install) @ target-platforms ---
13:39:56 [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
13:39:56 [INFO] 
13:39:56 [INFO] ------------< org.eclipse.swtbot.target-platforms:2020-06 >-------------
13:39:56 [INFO] Building 2020-06 3.0.0-SNAPSHOT                                   [3/64]
13:39:56 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:56 [INFO] 
13:39:56 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2020-06 ---
13:39:56 [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.*
13:39:56 [INFO] 
13:39:56 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 2020-06 ---
13:39:56 [INFO] 
13:39:56 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2020-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2020-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2020-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2020-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2020-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 2020-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2020-06 ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] ------------< org.eclipse.swtbot.target-platforms:2020-03 >-------------
13:39:57 [INFO] Building 2020-03 3.0.0-SNAPSHOT                                   [4/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2020-03 ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 2020-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2020-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2020-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2020-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2020-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2020-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 2020-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2020-03 ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-12 >-------------
13:39:57 [INFO] Building 2019-12 3.0.0-SNAPSHOT                                   [5/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2019-12 ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 2019-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2019-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2019-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2019-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2019-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 2019-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2019-12 ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-09 >-------------
13:39:57 [INFO] Building 2019-09 3.0.0-SNAPSHOT                                   [6/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2019-09 ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 2019-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2019-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2019-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2019-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2019-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 2019-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2019-09 ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-06 >-------------
13:39:57 [INFO] Building 2019-06 3.0.0-SNAPSHOT                                   [7/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2019-06 ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 2019-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2019-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2019-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2019-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2019-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 2019-06 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2019-06 ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-03 >-------------
13:39:57 [INFO] Building 2019-03 3.0.0-SNAPSHOT                                   [8/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2019-03 ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 2019-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2019-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2019-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2019-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2019-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 2019-03 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2019-03 ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] ------------< org.eclipse.swtbot.target-platforms:2018-12 >-------------
13:39:57 [INFO] Building 2018-12 3.0.0-SNAPSHOT                                   [9/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2018-12 ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 2018-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2018-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2018-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2018-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2018-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2018-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 2018-12 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2018-12 ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] ------------< org.eclipse.swtbot.target-platforms:2018-09 >-------------
13:39:57 [INFO] Building 2018-09 3.0.0-SNAPSHOT                                  [10/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ 2018-09 ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 2018-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ 2018-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 2018-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 2018-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2018-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 2018-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 2018-09 ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 2018-09 ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] -------------< org.eclipse.swtbot.target-platforms:photon >-------------
13:39:57 [INFO] Building photon 3.0.0-SNAPSHOT                                   [11/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ photon ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ photon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ photon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ photon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ photon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ photon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ photon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ photon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ photon ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] -------------< org.eclipse.swtbot.target-platforms:oxygen >-------------
13:39:57 [INFO] Building oxygen 3.0.0-SNAPSHOT                                   [12/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ oxygen ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ oxygen ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ oxygen ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ oxygen ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ oxygen ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ oxygen ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ oxygen ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ oxygen ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ oxygen ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] --------------< org.eclipse.swtbot.target-platforms:neon >--------------
13:39:57 [INFO] Building neon 3.0.0-SNAPSHOT                                     [13/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ neon ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ neon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ neon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ neon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ neon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ neon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ neon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ neon ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ neon ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] --------------< org.eclipse.swtbot.target-platforms:mars >--------------
13:39:57 [INFO] Building mars 3.0.0-SNAPSHOT                                     [14/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ mars ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ mars ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ mars ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ mars ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ mars ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ mars ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ mars ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ mars ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ mars ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] --------------< org.eclipse.swtbot.target-platforms:luna >--------------
13:39:57 [INFO] Building luna 3.0.0-SNAPSHOT                                     [15/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ luna ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ luna ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ luna ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ luna ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ luna ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ luna ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ luna ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ luna ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ luna ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] -------------< org.eclipse.swtbot.target-platforms:kepler >-------------
13:39:57 [INFO] Building kepler 3.0.0-SNAPSHOT                                   [16/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ kepler ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ kepler ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ kepler ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ kepler ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ kepler ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ kepler ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ kepler ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ kepler ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ kepler ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] --------------< org.eclipse.swtbot.target-platforms:juno >--------------
13:39:57 [INFO] Building juno 3.0.0-SNAPSHOT                                     [17/64]
13:39:57 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ juno ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ juno ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ juno ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ juno ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ juno ---
13:39:57 [INFO] 
13:39:57 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ juno ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ juno ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ juno ---
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ juno ---
13:39:57 [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
13:39:57 [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
13:39:57 [INFO] 
13:39:57 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit >-------
13:39:57 [INFO] Building org.eclipse.swtbot.ant.junit 3.0.0-SNAPSHOT             [18/64]
13:39:57 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.ant.junit ---
13:39:57 [INFO] The project's OSGi version is 3.0.0.202006031738
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.ant.junit ---
13:39:57 [INFO] 
13:39:57 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.ant.junit ---
13:39:57 [INFO] 
13:39:57 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.ant.junit ---
13:39:57 [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.*
13:39:57 [INFO] 
13:39:57 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.ant.junit ---
13:40:00 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/src/main/resources
13:40:00 [INFO] 
13:40:00 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.ant.junit ---
13:40:00 [INFO] 
13:40:00 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.ant.junit ---
13:40:00 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/src/test/resources
13:40:00 [INFO] 
13:40:00 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.ant.junit ---
13:40:00 [WARNING] bundle localization file /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/plugin.properties not found
13:40:00 [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
13:40:00 [INFO] 
13:40:00 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.ant.junit ---
13:40:00 [INFO] 
13:40:00 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.ant.junit ---
13:40:01 [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
13:40:01 [INFO] 
13:40:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ant.junit ---
13:40:01 [INFO] 
13:40:01 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.ant.junit ---
13:40:01 [INFO] 
13:40:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.ant.junit ---
13:40:01 [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
13:40:01 [INFO] 
13:40:01 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.ant.junit ---
13:40:01 [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
13:40:03 [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
13:40:05 [INFO] 
13:40:05 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.ant.junit ---
13:40:05 [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
13:40:05 [INFO] 
13:40:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ant.junit ---
13:40:05 [INFO] 
13:40:05 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.ant.junit ---
13:40:05 [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
13:40:05 [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
13:40:05 [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
13:40:05 [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
13:40:05 [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
13:40:05 [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
13:40:05 [INFO] 
13:40:05 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.ant.junit ---
13:40:05 [INFO] 
13:40:05 [INFO] ----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core >-----
13:40:05 [INFO] Building org.eclipse.swtbot.eclipse.core 3.0.0-SNAPSHOT          [19/64]
13:40:05 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:05 [INFO] 
13:40:05 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.core ---
13:40:05 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:05 [INFO] 
13:40:05 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.core ---
13:40:05 [INFO] 
13:40:05 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.core ---
13:40:05 [INFO] 
13:40:05 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.core ---
13:40:05 [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.*
13:40:05 [INFO] 
13:40:05 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.core ---
13:40:05 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/src/main/resources
13:40:05 [INFO] 
13:40:05 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.core ---
13:40:05 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/classes
13:40:05 [INFO] 
13:40:05 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.core ---
13:40:05 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/src/test/resources
13:40:05 [INFO] 
13:40:05 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.core ---
13:40:05 [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
13:40:06 [INFO] 
13:40:06 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.core ---
13:40:06 [INFO] 
13:40:06 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.core ---
13:40:06 [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
13:40:06 [INFO] 
13:40:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.core ---
13:40:06 [INFO] 
13:40:06 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.core ---
13:40:06 [INFO] 
13:40:06 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.core ---
13:40:06 [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
13:40:06 [INFO] 
13:40:06 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.core ---
13:40:06 [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
13:40:07 [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
13:40:08 [INFO] 
13:40:08 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.core ---
13:40:08 [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
13:40:08 [INFO] 
13:40:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.core ---
13:40:08 [INFO] 
13:40:08 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.core ---
13:40:08 [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
13:40:08 [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
13:40:08 [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
13:40:08 [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
13:40:08 [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
13:40:08 [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
13:40:08 [INFO] 
13:40:08 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.core ---
13:40:08 [INFO] 
13:40:08 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder >------
13:40:08 [INFO] Building org.eclipse.swtbot.swt.finder 3.0.0-SNAPSHOT            [20/64]
13:40:08 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:08 [INFO] 
13:40:08 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder ---
13:40:08 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:08 [INFO] 
13:40:08 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder ---
13:40:08 [INFO] 
13:40:08 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder ---
13:40:08 [INFO] 
13:40:08 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder ---
13:40:08 [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.*
13:40:08 [INFO] 
13:40:08 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder ---
13:40:08 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/src/main/resources
13:40:08 [INFO] 
13:40:08 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.swt.finder ---
13:40:08 [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/classes
13:40:10 [INFO] 
13:40:10 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder ---
13:40:10 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/src/test/resources
13:40:10 [INFO] 
13:40:10 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder ---
13:40:10 [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
13:40:10 [INFO] 
13:40:10 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder ---
13:40:10 [INFO] 
13:40:10 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder ---
13:40:10 [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
13:40:10 [INFO] 
13:40:10 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder ---
13:40:10 [INFO] 
13:40:10 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.finder ---
13:40:10 [INFO] 
13:40:10 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder ---
13:40:10 [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
13:40:11 [INFO] 
13:40:11 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.swt.finder ---
13:40:11 [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
13:40:13 [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
13:40:14 [INFO] 
13:40:14 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder ---
13:40:14 [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
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder ---
13:40:15 [INFO] 
13:40:15 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder ---
13:40:15 [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
13:40:15 [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
13:40:15 [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
13:40:15 [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
13:40:15 [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
13:40:15 [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
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder ---
13:40:15 [INFO] 
13:40:15 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder >----
13:40:15 [INFO] Building org.eclipse.swtbot.eclipse.finder 3.0.0-SNAPSHOT        [21/64]
13:40:15 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [INFO] 
13:40:15 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [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.*
13:40:15 [INFO] 
13:40:15 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/src/main/resources
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/classes
13:40:15 [INFO] 
13:40:15 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/src/test/resources
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [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
13:40:15 [INFO] 
13:40:15 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [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
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [INFO] 
13:40:15 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [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
13:40:15 [INFO] 
13:40:15 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.finder ---
13:40:15 [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
13:40:18 [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
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.finder ---
13:40:19 [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
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder ---
13:40:19 [INFO] 
13:40:19 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.finder ---
13:40:19 [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
13:40:19 [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
13:40:19 [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
13:40:19 [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
13:40:19 [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
13:40:19 [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
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.finder ---
13:40:19 [INFO] 
13:40:19 [INFO] ------< org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder >------
13:40:19 [INFO] Building org.eclipse.swtbot.e4.finder 3.0.0-SNAPSHOT             [22/64]
13:40:19 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [INFO] 
13:40:19 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [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.*
13:40:19 [INFO] 
13:40:19 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/src/main/resources
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/classes
13:40:19 [INFO] 
13:40:19 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/src/test/resources
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [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
13:40:19 [INFO] 
13:40:19 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [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
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [INFO] 
13:40:19 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [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
13:40:19 [INFO] 
13:40:19 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.e4.finder ---
13:40:19 [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
13:40:21 [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
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.e4.finder ---
13:40:22 [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
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder ---
13:40:22 [INFO] 
13:40:22 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.e4.finder ---
13:40:22 [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
13:40:22 [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
13:40:22 [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
13:40:22 [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
13:40:22 [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
13:40:22 [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
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.e4.finder ---
13:40:22 [INFO] 
13:40:22 [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x >-------
13:40:22 [INFO] Building org.eclipse.swtbot.junit4_x 3.0.0-SNAPSHOT              [23/64]
13:40:22 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [INFO] 
13:40:22 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [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.*
13:40:22 [INFO] 
13:40:22 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/src/main/resources
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/classes
13:40:22 [INFO] 
13:40:22 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/src/test/resources
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [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
13:40:22 [INFO] 
13:40:22 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [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
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [INFO] 
13:40:22 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [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
13:40:22 [INFO] 
13:40:22 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.junit4_x ---
13:40:22 [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
13:40:23 [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
13:40:24 [INFO] 
13:40:24 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.junit4_x ---
13:40:24 [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
13:40:24 [INFO] 
13:40:24 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit4_x ---
13:40:24 [INFO] 
13:40:24 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.junit4_x ---
13:40:24 [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
13:40:24 [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
13:40:24 [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
13:40:24 [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
13:40:24 [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
13:40:24 [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
13:40:24 [INFO] 
13:40:24 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit4_x ---
13:40:24 [INFO] 
13:40:24 [INFO] -----------< org.eclipse.swtbot.features:org.eclipse.swtbot >-----------
13:40:24 [INFO] Building org.eclipse.swtbot 3.0.0-SNAPSHOT                       [24/64]
13:40:24 [INFO] --------------------------[ eclipse-feature ]---------------------------
13:40:24 [INFO] 
13:40:24 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot ---
13:40:24 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:24 [INFO] 
13:40:24 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot ---
13:40:24 [INFO] 
13:40:24 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot ---
13:40:24 [INFO] 
13:40:24 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot ---
13:40:24 [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.*
13:40:24 [INFO] 
13:40:24 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot ---
13:40:24 [INFO] 
13:40:24 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot ---
13:40:24 [INFO] 
13:40:24 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot ---
13:40:25 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.0.0-SNAPSHOT.jar
13:40:25 [INFO] 
13:40:25 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot ---
13:40:25 [INFO] 
13:40:25 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot ---
13:40:25 [INFO] 
13:40:25 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot ---
13:40:25 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.0.0-SNAPSHOT-sources-feature.jar
13:40:25 [INFO] 
13:40:25 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot ---
13:40:25 [INFO] 
13:40:25 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot ---
13:40:25 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.0.0-SNAPSHOT.jar
13:40:26 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-3.0.0-SNAPSHOT-sources-feature.jar
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot ---
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot ---
13:40:27 [INFO] 
13:40:27 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot ---
13:40:27 [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
13:40:27 [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
13:40:27 [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
13:40:27 [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
13:40:27 [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
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot ---
13:40:27 [INFO] 
13:40:27 [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder >-----
13:40:27 [INFO] Building org.eclipse.swtbot.forms.finder 3.0.0-SNAPSHOT          [25/64]
13:40:27 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [INFO] 
13:40:27 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [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.*
13:40:27 [INFO] 
13:40:27 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/src/main/resources
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/classes
13:40:27 [INFO] 
13:40:27 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/src/test/resources
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [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
13:40:27 [INFO] 
13:40:27 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [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
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [INFO] 
13:40:27 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [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
13:40:27 [INFO] 
13:40:27 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.forms.finder ---
13:40:27 [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
13:40:28 [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
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.forms.finder ---
13:40:29 [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
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder ---
13:40:29 [INFO] 
13:40:29 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder ---
13:40:29 [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
13:40:29 [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
13:40:29 [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
13:40:29 [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
13:40:29 [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
13:40:29 [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
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms.finder ---
13:40:29 [INFO] 
13:40:29 [INFO] --------< org.eclipse.swtbot.features:org.eclipse.swtbot.forms >--------
13:40:29 [INFO] Building org.eclipse.swtbot.forms 3.0.0-SNAPSHOT                 [26/64]
13:40:29 [INFO] --------------------------[ eclipse-feature ]---------------------------
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.forms ---
13:40:29 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms ---
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.forms ---
13:40:29 [INFO] 
13:40:29 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms ---
13:40:29 [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.*
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms ---
13:40:29 [INFO] 
13:40:29 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms ---
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot.forms ---
13:40:29 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-3.0.0-SNAPSHOT.jar
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms ---
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.forms ---
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.forms ---
13:40:29 [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
13:40:29 [INFO] 
13:40:29 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms ---
13:40:29 [INFO] 
13:40:29 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.forms ---
13:40:29 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-3.0.0-SNAPSHOT.jar
13:40:31 [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
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.forms ---
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms ---
13:40:32 [INFO] 
13:40:32 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.forms ---
13:40:32 [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
13:40:32 [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
13:40:32 [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
13:40:32 [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
13:40:32 [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
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms ---
13:40:32 [INFO] 
13:40:32 [INFO] ----------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.go >----------
13:40:32 [INFO] Building org.eclipse.swtbot.go 3.0.0-SNAPSHOT                    [27/64]
13:40:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] 
13:40:32 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.go ---
13:40:32 [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.*
13:40:32 [INFO] 
13:40:32 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.go ---
13:40:32 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/main/resources
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] 
13:40:32 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.go ---
13:40:32 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/test/resources
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.0.0-SNAPSHOT-sources.jar
13:40:32 [INFO] 
13:40:32 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.0.0-SNAPSHOT.jar
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] 
13:40:32 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.0.0-SNAPSHOT.jar
13:40:32 [INFO] 
13:40:32 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.go ---
13:40:32 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.0.0-SNAPSHOT.jar
13:40:33 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.0.0-SNAPSHOT-sources.jar
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.go ---
13:40:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-3.0.0-SNAPSHOT.jar
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.go ---
13:40:34 [INFO] 
13:40:34 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.go ---
13:40:34 [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
13:40:34 [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
13:40:34 [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
13:40:34 [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
13:40:34 [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
13:40:34 [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
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.go ---
13:40:34 [INFO] 
13:40:34 [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse >-------
13:40:34 [INFO] Building org.eclipse.swtbot.eclipse 3.0.0-SNAPSHOT               [28/64]
13:40:34 [INFO] --------------------------[ eclipse-feature ]---------------------------
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse ---
13:40:34 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse ---
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse ---
13:40:34 [INFO] 
13:40:34 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse ---
13:40:34 [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.*
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse ---
13:40:34 [INFO] 
13:40:34 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse ---
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse ---
13:40:34 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-3.0.0-SNAPSHOT.jar
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse ---
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse ---
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse ---
13:40:34 [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
13:40:34 [INFO] 
13:40:34 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse ---
13:40:34 [INFO] 
13:40:34 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse ---
13:40:34 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-3.0.0-SNAPSHOT.jar
13:40:35 [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
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse ---
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse ---
13:40:36 [INFO] 
13:40:36 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse ---
13:40:36 [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
13:40:36 [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
13:40:36 [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
13:40:36 [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
13:40:36 [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
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse ---
13:40:36 [INFO] 
13:40:36 [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl >-----
13:40:36 [INFO] Building org.eclipse.swtbot.eclipse.dsl 3.0.0-SNAPSHOT           [29/64]
13:40:36 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [INFO] 
13:40:36 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [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.*
13:40:36 [INFO] 
13:40:36 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/src/main/resources
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/classes
13:40:36 [INFO] 
13:40:36 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/src/test/resources
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [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
13:40:36 [INFO] 
13:40:36 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [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
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [INFO] 
13:40:36 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [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
13:40:36 [INFO] 
13:40:36 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:36 [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
13:40:38 [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
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:39 [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
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:39 [INFO] 
13:40:39 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:39 [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
13:40:39 [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
13:40:39 [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
13:40:39 [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
13:40:39 [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
13:40:39 [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
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.dsl ---
13:40:39 [INFO] 
13:40:39 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder >--
13:40:39 [INFO] Building org.eclipse.swtbot.eclipse.gef.finder 3.0.0-SNAPSHOT    [30/64]
13:40:39 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [INFO] 
13:40:39 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [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.*
13:40:39 [INFO] 
13:40:39 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/src/main/resources
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/classes
13:40:39 [INFO] 
13:40:39 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/src/test/resources
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [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
13:40:39 [INFO] 
13:40:39 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [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
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [INFO] 
13:40:39 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [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
13:40:39 [INFO] 
13:40:39 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:39 [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
13:40:40 [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
13:40:41 [INFO] 
13:40:41 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:41 [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
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:42 [INFO] 
13:40:42 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:42 [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
13:40:42 [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
13:40:42 [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
13:40:42 [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
13:40:42 [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
13:40:42 [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
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.gef.finder ---
13:40:42 [INFO] 
13:40:42 [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy >------
13:40:42 [INFO] Building org.eclipse.swtbot.eclipse.spy 3.0.0-SNAPSHOT           [31/64]
13:40:42 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [INFO] 
13:40:42 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [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.*
13:40:42 [INFO] 
13:40:42 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/src/main/resources
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/classes
13:40:42 [INFO] 
13:40:42 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/src/test/resources
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [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
13:40:42 [INFO] 
13:40:42 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [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
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [INFO] 
13:40:42 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [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
13:40:42 [INFO] 
13:40:42 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.spy ---
13:40:42 [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
13:40:43 [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
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.spy ---
13:40:44 [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
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.spy ---
13:40:44 [INFO] 
13:40:44 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.spy ---
13:40:44 [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
13:40:44 [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
13:40:44 [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
13:40:44 [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
13:40:44 [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
13:40:44 [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
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.spy ---
13:40:44 [INFO] 
13:40:44 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless >--
13:40:44 [INFO] Building org.eclipse.swtbot.eclipse.junit.headless 3.0.0-SNAPSHOT [32/64]
13:40:44 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [INFO] 
13:40:44 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [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.*
13:40:44 [INFO] 
13:40:44 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/src/main/resources
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/classes
13:40:44 [INFO] 
13:40:44 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/src/test/resources
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [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
13:40:44 [INFO] 
13:40:44 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [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
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [INFO] 
13:40:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [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
13:40:44 [INFO] 
13:40:44 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:44 [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
13:40:46 [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
13:40:47 [INFO] 
13:40:47 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:47 [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
13:40:47 [INFO] 
13:40:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:47 [INFO] 
13:40:47 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:47 [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
13:40:48 [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
13:40:48 [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
13:40:48 [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
13:40:48 [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
13:40:48 [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
13:40:48 [INFO] 
13:40:48 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.junit.headless ---
13:40:48 [INFO] 
13:40:48 [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit >--
13:40:48 [INFO] Building org.eclipse.swtbot.eclipse.test.junit 3.0.0-SNAPSHOT    [33/64]
13:40:48 [INFO] --------------------------[ eclipse-feature ]---------------------------
13:40:48 [INFO] 
13:40:48 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:48 [INFO] 
13:40:48 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [INFO] 
13:40:48 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [INFO] 
13:40:48 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [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.*
13:40:48 [INFO] 
13:40:48 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [INFO] 
13:40:48 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [INFO] 
13:40:48 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [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
13:40:48 [INFO] 
13:40:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [INFO] 
13:40:48 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [INFO] 
13:40:48 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [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
13:40:48 [INFO] 
13:40:48 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [INFO] 
13:40:48 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:48 [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
13:40:49 [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
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:50 [INFO] 
13:40:50 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:50 [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
13:40:50 [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
13:40:50 [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
13:40:50 [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
13:40:50 [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
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.test.junit ---
13:40:50 [INFO] 
13:40:50 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui >------
13:40:50 [INFO] Building org.eclipse.swtbot.eclipse.ui 3.0.0-SNAPSHOT            [34/64]
13:40:50 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [INFO] 
13:40:50 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [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.*
13:40:50 [INFO] 
13:40:50 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/src/main/resources
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/classes
13:40:50 [INFO] 
13:40:50 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/src/test/resources
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [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
13:40:50 [INFO] 
13:40:50 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [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
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [INFO] 
13:40:50 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.ui ---
13:40:50 [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
13:40:50 [INFO] 
13:40:50 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.ui ---
13:40:51 [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
13:40:52 [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
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.ui ---
13:40:53 [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
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui ---
13:40:53 [INFO] 
13:40:53 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.ui ---
13:40:53 [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
13:40:53 [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
13:40:53 [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
13:40:53 [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
13:40:53 [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
13:40:53 [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
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.ui ---
13:40:53 [INFO] 
13:40:53 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator >-------
13:40:53 [INFO] Building org.eclipse.swtbot.generator 3.0.0-SNAPSHOT             [35/64]
13:40:53 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] 
13:40:53 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator ---
13:40:53 [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.*
13:40:53 [INFO] 
13:40:53 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator ---
13:40:53 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/main/resources
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/classes
13:40:53 [INFO] 
13:40:53 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator ---
13:40:53 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/test/resources
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT-sources.jar
13:40:53 [INFO] 
13:40:53 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT.jar
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] 
13:40:53 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT.jar
13:40:53 [INFO] 
13:40:53 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator ---
13:40:53 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT.jar
13:40:54 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT-sources.jar
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.generator ---
13:40:56 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-3.0.0-SNAPSHOT.jar
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator ---
13:40:56 [INFO] 
13:40:56 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator ---
13:40:56 [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
13:40:56 [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
13:40:56 [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
13:40:56 [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
13:40:56 [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
13:40:56 [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
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator ---
13:40:56 [INFO] 
13:40:56 [INFO] --< org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client >--
13:40:56 [INFO] Building org.eclipse.swtbot.generator.client 3.0.0-SNAPSHOT      [36/64]
13:40:56 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.client ---
13:40:56 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.client ---
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.client ---
13:40:56 [INFO] 
13:40:56 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.client ---
13:40:56 [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.*
13:40:56 [INFO] 
13:40:56 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.client ---
13:40:56 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/src/main/resources
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.generator.client ---
13:40:56 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/classes
13:40:56 [INFO] 
13:40:56 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.client ---
13:40:56 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/src/test/resources
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.client ---
13:40:56 [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
13:40:56 [INFO] 
13:40:56 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.client ---
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.client ---
13:40:56 [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
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.client ---
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.client ---
13:40:56 [INFO] 
13:40:56 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.client ---
13:40:56 [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
13:40:56 [INFO] 
13:40:56 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.client ---
13:40:56 [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
13:40:57 [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
13:40:58 [INFO] 
13:40:58 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.client ---
13:40:58 [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
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.client ---
13:40:59 [INFO] 
13:40:59 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.client ---
13:40:59 [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
13:40:59 [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
13:40:59 [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
13:40:59 [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
13:40:59 [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
13:40:59 [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
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.client ---
13:40:59 [INFO] 
13:40:59 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench >--
13:40:59 [INFO] Building org.eclipse.swtbot.generator.rules.workbench 3.0.0-SNAPSHOT [37/64]
13:40:59 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [INFO] The project's OSGi version is 3.0.0.202006031738
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [INFO] 
13:40:59 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [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.*
13:40:59 [INFO] 
13:40:59 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/src/main/resources
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/classes
13:40:59 [INFO] 
13:40:59 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:40:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/src/test/resources
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [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
13:40:59 [INFO] 
13:40:59 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [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
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [INFO] 
13:40:59 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [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
13:40:59 [INFO] 
13:40:59 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.rules.workbench ---
13:40:59 [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
13:41:00 [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
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.rules.workbench ---
13:41:01 [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
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.rules.workbench ---
13:41:01 [INFO] 
13:41:01 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.rules.workbench ---
13:41:01 [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
13:41:01 [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
13:41:01 [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
13:41:01 [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
13:41:01 [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
13:41:01 [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
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.rules.workbench ---
13:41:01 [INFO] 
13:41:01 [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt >-----
13:41:01 [INFO] Building org.eclipse.swtbot.generator.jdt 3.0.0-SNAPSHOT         [38/64]
13:41:01 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [INFO] 
13:41:01 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [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.*
13:41:01 [INFO] 
13:41:01 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/src/main/resources
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/classes
13:41:01 [INFO] 
13:41:01 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/src/test/resources
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [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
13:41:01 [INFO] 
13:41:01 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [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
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [INFO] 
13:41:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.jdt ---
13:41:01 [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
13:41:02 [INFO] 
13:41:02 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.jdt ---
13:41:02 [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
13:41:03 [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
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.jdt ---
13:41:04 [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
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt ---
13:41:04 [INFO] 
13:41:04 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.jdt ---
13:41:04 [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
13:41:04 [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
13:41:04 [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
13:41:04 [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
13:41:04 [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
13:41:04 [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
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.jdt ---
13:41:04 [INFO] 
13:41:04 [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui >-----
13:41:04 [INFO] Building org.eclipse.swtbot.generator.ui 3.0.0-SNAPSHOT          [39/64]
13:41:04 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [INFO] 
13:41:04 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [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.*
13:41:04 [INFO] 
13:41:04 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/src/main/resources
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/classes
13:41:04 [INFO] 
13:41:04 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/src/test/resources
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [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
13:41:04 [INFO] 
13:41:04 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [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
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [INFO] 
13:41:04 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [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
13:41:04 [INFO] 
13:41:04 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.ui ---
13:41:04 [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
13:41:05 [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
13:41:06 [INFO] 
13:41:06 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.ui ---
13:41:06 [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
13:41:06 [INFO] 
13:41:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.ui ---
13:41:06 [INFO] 
13:41:06 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.ui ---
13:41:06 [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
13:41:07 [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
13:41:07 [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
13:41:07 [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
13:41:07 [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
13:41:07 [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
13:41:07 [INFO] 
13:41:07 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.ui ---
13:41:07 [INFO] 
13:41:07 [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x >-------
13:41:07 [INFO] Building org.eclipse.swtbot.junit5_x 3.0.0-SNAPSHOT              [40/64]
13:41:07 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:41:07 [INFO] 
13:41:07 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:07 [INFO] 
13:41:07 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [INFO] 
13:41:07 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [INFO] 
13:41:07 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [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.*
13:41:07 [INFO] 
13:41:07 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/src/main/resources
13:41:07 [INFO] 
13:41:07 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/classes
13:41:07 [INFO] 
13:41:07 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/src/test/resources
13:41:07 [INFO] 
13:41:07 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [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
13:41:07 [INFO] 
13:41:07 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [INFO] 
13:41:07 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [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
13:41:07 [INFO] 
13:41:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [INFO] 
13:41:07 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [INFO] 
13:41:07 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [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
13:41:07 [INFO] 
13:41:07 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.junit5_x ---
13:41:07 [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
13:41:08 [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
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.junit5_x ---
13:41:09 [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
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit5_x ---
13:41:09 [INFO] 
13:41:09 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.junit5_x ---
13:41:09 [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
13:41:09 [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
13:41:09 [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
13:41:09 [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
13:41:09 [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
13:41:09 [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
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit5_x ---
13:41:09 [INFO] 
13:41:09 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder >--
13:41:09 [INFO] Building org.eclipse.swtbot.nebula.gallery.finder 3.0.0-SNAPSHOT [41/64]
13:41:09 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [INFO] 
13:41:09 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41: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/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
13:41:09 [INFO] 
13:41:09 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/src/main/resources
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/classes
13:41:09 [INFO] 
13:41:09 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/src/test/resources
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [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
13:41:09 [INFO] 
13:41:09 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [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
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [INFO] 
13:41:09 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:09 [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
13:41:09 [INFO] 
13:41:09 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:10 [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
13:41:11 [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
13:41:12 [INFO] 
13:41:12 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:12 [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
13:41:12 [INFO] 
13:41:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:12 [INFO] 
13:41:12 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:12 [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
13:41:12 [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
13:41:12 [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
13:41:12 [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
13:41:12 [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
13:41:12 [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
13:41:12 [INFO] 
13:41:12 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery.finder ---
13:41:12 [INFO] 
13:41:12 [INFO] ----------< org.eclipse.swtbot.test:org.eclipse.swt.examples >----------
13:41:12 [INFO] Building org.eclipse.swt.examples 3.0.0-SNAPSHOT                 [42/64]
13:41:12 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:41:12 [INFO] 
13:41:12 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples ---
13:41:12 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:12 [INFO] 
13:41:12 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swt.examples ---
13:41:12 [INFO] 
13:41:12 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swt.examples ---
13:41:12 [INFO] 
13:41:12 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swt.examples ---
13:41: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/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
13:41:12 [INFO] 
13:41:12 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swt.examples ---
13:41:12 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/main/resources
13:41:12 [INFO] 
13:41:12 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swt.examples ---
13:41:12 [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/classes
13:41:13 [INFO] 
13:41:13 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swt.examples ---
13:41:13 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/test/resources
13:41:13 [INFO] 
13:41:13 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swt.examples ---
13:41:13 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.0.0-SNAPSHOT-sources.jar
13:41:13 [INFO] 
13:41:13 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swt.examples ---
13:41:13 [INFO] 
13:41:13 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swt.examples ---
13:41:13 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.0.0-SNAPSHOT.jar
13:41:13 [INFO] 
13:41:13 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples ---
13:41:13 [INFO] 
13:41:13 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swt.examples ---
13:41:13 [INFO] 
13:41:13 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swt.examples ---
13:41:13 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.0.0-SNAPSHOT.jar
13:41:15 [INFO] 
13:41:15 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swt.examples ---
13:41:16 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.0.0-SNAPSHOT.jar
13:41:18 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.0.0-SNAPSHOT-sources.jar
13:41:19 [INFO] 
13:41:19 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swt.examples ---
13:41:19 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.0.0-SNAPSHOT.jar
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swt.examples ---
13:41:20 [INFO] 
13:41:20 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swt.examples ---
13:41:20 [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
13:41:20 [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
13:41:20 [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
13:41:20 [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
13:41:20 [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
13:41:20 [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
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swt.examples ---
13:41:20 [INFO] 
13:41:20 [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo >-------
13:41:20 [INFO] Building org.eclipse.swtbot.swt.demo 3.0.0-SNAPSHOT              [43/64]
13:41:20 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [INFO] 
13:41:20 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [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.*
13:41:20 [INFO] 
13:41:20 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/src/main/resources
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/classes
13:41:20 [INFO] 
13:41:20 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/src/test/resources
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [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
13:41:20 [INFO] 
13:41:20 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [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
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [INFO] 
13:41:20 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [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
13:41:20 [INFO] 
13:41:20 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.swt.demo ---
13:41:20 [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
13:41:21 [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
13:41:22 [INFO] 
13:41:22 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.demo ---
13:41:22 [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
13:41:22 [INFO] 
13:41:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.demo ---
13:41:22 [INFO] 
13:41:22 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.demo ---
13:41:22 [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
13:41:22 [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
13:41:22 [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
13:41:22 [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
13:41:22 [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
13:41:22 [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
13:41:22 [INFO] 
13:41:22 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.demo ---
13:41:22 [INFO] 
13:41:22 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples >------
13:41:22 [INFO] Building org.eclipse.ui.forms.examples 3.1.100-SNAPSHOT          [44/64]
13:41:22 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:41:22 [INFO] 
13:41:22 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples ---
13:41:22 [INFO] The project's OSGi version is 3.1.100.202006031738
13:41:22 [INFO] 
13:41:22 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples ---
13:41:22 [INFO] 
13:41:22 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.ui.forms.examples ---
13:41:22 [INFO] 
13:41:22 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.ui.forms.examples ---
13:41:22 [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.*
13:41:22 [INFO] 
13:41:22 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ui.forms.examples ---
13:41:22 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/src/main/resources
13:41:22 [INFO] 
13:41:22 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.ui.forms.examples ---
13:41:22 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/classes
13:41:23 [INFO] 
13:41:23 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ui.forms.examples ---
13:41:23 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/src/test/resources
13:41:23 [INFO] 
13:41:23 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.ui.forms.examples ---
13:41:23 [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
13:41:23 [INFO] 
13:41:23 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples ---
13:41:23 [INFO] 
13:41:23 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.ui.forms.examples ---
13:41:23 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/examples.jar
13:41:23 [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
13:41:23 [INFO] 
13:41:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples ---
13:41:23 [INFO] 
13:41:23 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.ui.forms.examples ---
13:41:23 [INFO] 
13:41:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.ui.forms.examples ---
13:41:23 [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
13:41:23 [INFO] 
13:41:23 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.ui.forms.examples ---
13:41:23 [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.
13:41:23 [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
13:41:24 [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
13:41:25 [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
13:41:26 [INFO] 
13:41:26 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.ui.forms.examples ---
13:41:26 [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
13:41:26 [INFO] 
13:41:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.ui.forms.examples ---
13:41:26 [INFO] 
13:41:26 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ui.forms.examples ---
13:41:26 [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
13:41:26 [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
13:41:26 [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
13:41:26 [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
13:41:26 [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
13:41:26 [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
13:41:26 [INFO] 
13:41:26 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.ui.forms.examples ---
13:41:26 [INFO] 
13:41:26 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder >--
13:41:26 [INFO] Building org.eclipse.swtbot.nebula.nattable.finder 3.0.0-SNAPSHOT [45/64]
13:41:26 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:41:26 [INFO] 
13:41:26 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:26 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:26 [INFO] 
13:41:26 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:26 [INFO] 
13:41:26 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:26 [INFO] 
13:41:26 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:26 [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.*
13:41:26 [INFO] 
13:41:26 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:26 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/src/main/resources
13:41:26 [INFO] 
13:41:26 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:26 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/classes
13:41:27 [INFO] 
13:41:27 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:27 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/src/test/resources
13:41:27 [INFO] 
13:41:27 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:27 [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
13:41:27 [INFO] 
13:41:27 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:27 [INFO] 
13:41:27 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:27 [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
13:41:27 [INFO] 
13:41:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:27 [INFO] 
13:41:27 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:27 [INFO] 
13:41:27 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:27 [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
13:41:27 [INFO] 
13:41:27 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:27 [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
13:41:28 [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
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:29 [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
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:29 [INFO] 
13:41:29 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:29 [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
13:41:29 [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
13:41:29 [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
13:41:29 [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
13:41:29 [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
13:41:29 [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
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable.finder ---
13:41:29 [INFO] 
13:41:29 [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef >-----
13:41:29 [INFO] Building org.eclipse.swtbot.eclipse.gef 3.0.0-SNAPSHOT           [46/64]
13:41:29 [INFO] --------------------------[ eclipse-feature ]---------------------------
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [INFO] 
13:41:29 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [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.*
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [INFO] 
13:41:29 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [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
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [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
13:41:29 [INFO] 
13:41:29 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [INFO] 
13:41:29 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.gef ---
13:41:29 [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
13:41:30 [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
13:41:31 [INFO] 
13:41:31 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.gef ---
13:41:31 [INFO] 
13:41:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef ---
13:41:31 [INFO] 
13:41:31 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.gef ---
13:41:31 [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
13:41:31 [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
13:41:31 [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
13:41:31 [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
13:41:31 [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
13:41:31 [INFO] 
13:41:31 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.gef ---
13:41:31 [INFO] 
13:41:31 [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature >--
13:41:31 [INFO] Building org.eclipse.swtbot.generator.feature 3.0.0-SNAPSHOT     [47/64]
13:41:31 [INFO] --------------------------[ eclipse-feature ]---------------------------
13:41:31 [INFO] 
13:41:31 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.generator.feature ---
13:41:31 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:31 [INFO] 
13:41:31 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.feature ---
13:41:31 [INFO] 
13:41:31 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.feature ---
13:41:31 [INFO] 
13:41:31 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.feature ---
13:41:31 [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.*
13:41:31 [INFO] 
13:41:31 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.feature ---
13:41:31 [INFO] 
13:41:31 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.feature ---
13:41:32 [INFO] 
13:41:32 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot.generator.feature ---
13:41:32 [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
13:41:32 [INFO] 
13:41:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.feature ---
13:41:32 [INFO] 
13:41:32 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.generator.feature ---
13:41:32 [INFO] 
13:41:32 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.feature ---
13:41:32 [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
13:41:32 [INFO] 
13:41:32 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.feature ---
13:41:32 [INFO] 
13:41:32 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.feature ---
13:41:32 [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
13:41:33 [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
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.feature ---
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.feature ---
13:41:34 [INFO] 
13:41:34 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.feature ---
13:41:34 [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
13:41:34 [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
13:41:34 [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
13:41:34 [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
13:41:34 [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
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.feature ---
13:41:34 [INFO] 
13:41:34 [INFO] ---------< org.eclipse.swtbot.features:org.eclipse.swtbot.ide >---------
13:41:34 [INFO] Building org.eclipse.swtbot.ide 3.0.0-SNAPSHOT                   [48/64]
13:41:34 [INFO] --------------------------[ eclipse-feature ]---------------------------
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.ide ---
13:41:34 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.ide ---
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.ide ---
13:41:34 [INFO] 
13:41:34 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.ide ---
13:41:34 [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.*
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.ide ---
13:41:34 [INFO] 
13:41:34 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.ide ---
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot.ide ---
13:41:34 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-3.0.0-SNAPSHOT.jar
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ide ---
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.ide ---
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.ide ---
13:41:34 [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
13:41:34 [INFO] 
13:41:34 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.ide ---
13:41:34 [INFO] 
13:41:34 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.ide ---
13:41:34 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-3.0.0-SNAPSHOT.jar
13:41:35 [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
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.ide ---
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ide ---
13:41:36 [INFO] 
13:41:36 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.ide ---
13:41:36 [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
13:41:36 [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
13:41:36 [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
13:41:36 [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
13:41:36 [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
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.ide ---
13:41:36 [INFO] 
13:41:36 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless >--
13:41:36 [INFO] Building org.eclipse.swtbot.eclipse.junit5.headless 3.0.0-SNAPSHOT [49/64]
13:41:36 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [INFO] 
13:41:36 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [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.*
13:41:36 [INFO] 
13:41:36 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/src/main/resources
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/classes
13:41:36 [INFO] 
13:41:36 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/src/test/resources
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [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
13:41:36 [INFO] 
13:41:36 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [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
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [INFO] 
13:41:36 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:36 [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
13:41:36 [INFO] 
13:41:36 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:37 [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
13:41:38 [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
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:39 [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
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:39 [INFO] 
13:41:39 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:39 [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
13:41:39 [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
13:41:39 [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
13:41:39 [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
13:41:39 [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
13:41:39 [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
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.junit5.headless ---
13:41:39 [INFO] 
13:41:39 [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.junit5 >--------
13:41:39 [INFO] Building org.eclipse.swtbot.junit5 3.0.0-SNAPSHOT                [50/64]
13:41:39 [INFO] --------------------------[ eclipse-feature ]---------------------------
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.junit5 ---
13:41:39 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5 ---
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.junit5 ---
13:41:39 [INFO] 
13:41:39 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit5 ---
13:41:39 [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.*
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5 ---
13:41:39 [INFO] 
13:41:39 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5 ---
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot.junit5 ---
13:41:39 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-3.0.0-SNAPSHOT.jar
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5 ---
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.junit5 ---
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.junit5 ---
13:41:39 [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
13:41:39 [INFO] 
13:41:39 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.junit5 ---
13:41:39 [INFO] 
13:41:39 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.junit5 ---
13:41:39 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-3.0.0-SNAPSHOT.jar
13:41:40 [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
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.junit5 ---
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit5 ---
13:41:41 [INFO] 
13:41:41 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.junit5 ---
13:41:41 [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
13:41:41 [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
13:41:41 [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
13:41:41 [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
13:41:41 [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
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit5 ---
13:41:41 [INFO] 
13:41:41 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery >----
13:41:41 [INFO] Building org.eclipse.swtbot.nebula.gallery 3.0.0-SNAPSHOT        [51/64]
13:41:41 [INFO] --------------------------[ eclipse-feature ]---------------------------
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [INFO] 
13:41:41 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [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.*
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [INFO] 
13:41:41 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [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
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [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
13:41:41 [INFO] 
13:41:41 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [INFO] 
13:41:41 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.gallery ---
13:41:41 [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
13:41:42 [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
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery ---
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery ---
13:41:44 [INFO] 
13:41:44 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery ---
13:41:44 [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
13:41:44 [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
13:41:44 [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
13:41:44 [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
13:41:44 [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
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery ---
13:41:44 [INFO] 
13:41:44 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable >---
13:41:44 [INFO] Building org.eclipse.swtbot.nebula.nattable 3.0.0-SNAPSHOT       [52/64]
13:41:44 [INFO] --------------------------[ eclipse-feature ]---------------------------
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [INFO] 
13:41:44 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [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.*
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [INFO] 
13:41:44 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [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
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [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
13:41:44 [INFO] 
13:41:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [INFO] 
13:41:44 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.nattable ---
13:41:44 [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
13:41:45 [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
13:41:46 [INFO] 
13:41:46 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable ---
13:41:46 [INFO] 
13:41:46 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable ---
13:41:46 [INFO] 
13:41:46 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable ---
13:41:46 [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
13:41:46 [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
13:41:46 [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
13:41:46 [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
13:41:46 [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
13:41:46 [INFO] 
13:41:46 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable ---
13:41:46 [INFO] 
13:41:46 [INFO] ----------< org.eclipse.swtbot:org.eclipse.swtbot.updatesite >----------
13:41:46 [INFO] Building org.eclipse.swtbot.updatesite 3.0.0-SNAPSHOT            [53/64]
13:41:46 [INFO] -------------------------[ eclipse-repository ]-------------------------
13:41:46 [INFO] 
13:41:46 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.updatesite ---
13:41:46 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:46 [INFO] 
13:41:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.swtbot.updatesite ---
13:41:46 [INFO] 
13:41:46 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.updatesite ---
13:41:46 [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.*
13:41:46 [INFO] 
13:41:46 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.updatesite ---
13:41:46 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/src/main/resources
13:41:46 [INFO] 
13:41:46 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.updatesite ---
13:41:46 [INFO] 
13:41:46 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.updatesite ---
13:41:46 [INFO] 
13:41:46 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.swtbot.updatesite ---
13:41:46 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
13:41:46 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
13:41:46 [INFO] 
13:41:46 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.swtbot.updatesite ---
13:41:46 [INFO] 
13:41:46 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.swtbot.updatesite ---
13:41:46 [INFO] 
13:41:46 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.swtbot.updatesite ---
13:41:46 [INFO] 
13:41:46 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.swtbot.updatesite ---
13:41:49 [INFO] 
13:41:49 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.swtbot.updatesite ---
13:41:49 [INFO] Building zip: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/org.eclipse.swtbot.updatesite-3.0.0-SNAPSHOT.zip
13:41:49 [INFO] 
13:41:49 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.updatesite ---
13:41:49 [INFO] 
13:41:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.updatesite ---
13:41:49 [INFO] 
13:41:49 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.updatesite ---
13:41:49 [INFO] 
13:41:49 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.updatesite ---
13:41:49 [INFO] 
13:41:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.updatesite ---
13:41:49 [INFO] 
13:41:49 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.updatesite ---
13:41:49 [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
13:41:49 [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
13:41:49 [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
13:41:49 [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
13:41:49 [INFO] 
13:41:49 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.updatesite ---
13:41:49 [INFO] 
13:41:49 [INFO] -----< org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test >-----
13:41:49 [INFO] Building org.eclipse.swtbot.eclipse.ui.test 3.0.0-SNAPSHOT       [54/64]
13:41:49 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:41:49 [INFO] 
13:41:49 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:49 [INFO] The project's OSGi version is 3.0.0.202006031738
13:41:49 [INFO] 
13:41:49 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:49 [INFO] 
13:41:49 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:49 [INFO] 
13:41:49 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:49 [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.*
13:41:49 [INFO] 
13:41:49 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:49 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/main/resources
13:41:49 [INFO] 
13:41:49 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:49 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/classes
13:41:50 [INFO] 
13:41:50 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:50 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:41:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/test/resources
13:41:50 [INFO] 
13:41:50 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:50 [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
13:41:50 [INFO] 
13:41:50 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:50 [INFO] 
13:41:50 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:50 [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
13:41:50 [INFO] 
13:41:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:50 [INFO] 
13:41:50 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:50 [INFO] 
13:41:50 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:50 [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
13:41:50 [INFO] 
13:41:50 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:50 [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
13:41:51 [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
13:41:52 [INFO] 
13:41:52 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:52 [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
13:41:52 [INFO] 
13:41:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:52 [INFO] 
13:41:52 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.swtbot.eclipse.ui.test ---
13:41:53 [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
13:41:53 [INFO] Command line:
13:41:53 	[/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]
13:41:53 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
13:41:53 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
13:41:55 Launching application org.eclipse.ui.ide.workbench...
13:41:58 Running org.eclipse.swtbot.eclipse.ui.functional.AllTests
13:41:59 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher).
13:41:59 log4j:WARN Please initialize the log4j system properly.
13:42:01 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.76 s - in org.eclipse.swtbot.eclipse.ui.functional.AllTests
13:42:01 canCreateSWTBotProject(org.eclipse.swtbot.eclipse.ui.functional.ProjectCreationWizardTest)  Time elapsed: 2.274 s
13:42:01 
13:42:01 Results:
13:42:01 
13:42:01 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
13:42:01 
13:42:03 [INFO] All tests passed!
13:42:03 [INFO] 
13:42:03 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.ui.test ---
13:42:03 [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
13:42:03 [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
13:42:03 [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
13:42:03 [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
13:42:03 [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
13:42:03 [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
13:42:03 [INFO] 
13:42:03 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.ui.test ---
13:42:03 [INFO] 
13:42:03 [INFO] --< org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards >--
13:42:03 [INFO] Building org.eclipse.swtbot.swt.finder.test.keyboards 3.0.0-SNAPSHOT [55/64]
13:42:03 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:42:03 [INFO] 
13:42:03 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [INFO] The project's OSGi version is 3.0.0.202006031738
13:42:03 [INFO] 
13:42:03 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [INFO] 
13:42:03 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [INFO] 
13:42:03 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42: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/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
13:42:03 [INFO] 
13:42:03 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:42:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/src/main/resources
13:42:03 [INFO] 
13:42:03 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [INFO] Nothing to compile - all classes are up to date
13:42:03 [INFO] 
13:42:03 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:42:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/src/test/resources
13:42:03 [INFO] 
13:42:03 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [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
13:42:03 [INFO] 
13:42:03 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [INFO] 
13:42:03 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [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
13:42:03 [INFO] 
13:42:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [INFO] 
13:42:03 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [INFO] 
13:42:03 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [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
13:42:03 [INFO] 
13:42:03 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:03 [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
13:42:04 [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
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:05 [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
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:05 [INFO] 
13:42:05 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:05 [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
13:42:05 [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
13:42:05 [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
13:42:05 [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
13:42:05 [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
13:42:05 [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
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
13:42:05 [INFO] 
13:42:05 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test >---
13:42:05 [INFO] Building org.eclipse.swtbot.forms.finder.test 3.0.0-SNAPSHOT     [56/64]
13:42:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [INFO] The project's OSGi version is 3.0.0.202006031738
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [INFO] 
13:42:05 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [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.*
13:42:05 [INFO] 
13:42:05 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:42:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/main/resources
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/classes
13:42:05 [INFO] 
13:42:05 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:42:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/test/resources
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [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
13:42:05 [INFO] 
13:42:05 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [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
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [INFO] 
13:42:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [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
13:42:05 [INFO] 
13:42:05 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.forms.finder.test ---
13:42:05 [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
13:42:06 [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
13:42:07 [INFO] 
13:42:07 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.forms.finder.test ---
13:42:07 [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
13:42:07 [INFO] 
13:42:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder.test ---
13:42:07 [INFO] 
13:42:07 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.swtbot.forms.finder.test ---
13:42:07 [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
13:42:07 [INFO] Command line:
13:42:07 	[/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]
13:42:07 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
13:42:07 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
13:42:09 Launching application org.eclipse.ui.ide.workbench...
13:42:12 Running org.eclipse.swtbot.forms.finder.test.AllTests
13:42:13 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher).
13:42:13 log4j:WARN Please initialize the log4j system properly.
13:42:14 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.941 s - in org.eclipse.swtbot.forms.finder.test.AllTests
13:42:14 canFindHyperlinkWithRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest)  Time elapsed: 0.012 s
13:42:14 findHyperlink(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest)  Time elapsed: 0.004 s
13:42:14 findImageHyperlinkWithNoImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest)  Time elapsed: 0.01 s
13:42:14 canFindImageHyperlinkWithNoImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest)  Time elapsed: 0.003 s
13:42:14 findImageHyperlinkWithImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest)  Time elapsed: 0.003 s
13:42:14 canFindImageHyperlinkWithImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest)  Time elapsed: 0.002 s
13:42:14 
13:42:14 Results:
13:42:14 
13:42:14 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
13:42:14 
13:42:15 [INFO] All tests passed!
13:42:15 [INFO] 
13:42:15 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder.test ---
13:42:15 [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
13:42:15 [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
13:42:15 [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
13:42:16 [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
13:42:16 [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
13:42:16 [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
13:42:16 [INFO] 
13:42:16 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms.finder.test ---
13:42:16 [INFO] 
13:42:16 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test >--
13:42:16 [INFO] Building org.eclipse.swtbot.eclipse.finder.test 3.0.0-SNAPSHOT   [57/64]
13:42:16 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:42:16 [INFO] 
13:42:16 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [INFO] The project's OSGi version is 3.0.0.202006031738
13:42:16 [INFO] 
13:42:16 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [INFO] 
13:42:16 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [INFO] 
13:42:16 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [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.*
13:42:16 [INFO] 
13:42:16 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:42:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/src/main/resources
13:42:16 [INFO] 
13:42:16 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/classes
13:42:16 [INFO] 
13:42:16 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:42:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/src/test/resources
13:42:16 [INFO] 
13:42:16 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [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
13:42:16 [INFO] 
13:42:16 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [INFO] 
13:42:16 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [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
13:42:16 [INFO] 
13:42:16 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [INFO] 
13:42:16 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [INFO] 
13:42:16 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [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
13:42:16 [INFO] 
13:42:16 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:16 [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
13:42:18 [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
13:42:19 [INFO] 
13:42:19 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:19 [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
13:42:19 [INFO] 
13:42:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:19 [INFO] 
13:42:19 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.swtbot.eclipse.finder.test ---
13:42:19 [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
13:42:19 [INFO] Command line:
13:42:19 	[/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]
13:42:19 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
13:42:19 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
13:42:21 Launching application org.eclipse.ui.ide.workbench...
13:42:25 SWT Webkit: Warning, You are using an old version of webkitgtk. (pre 2.4) BrowserFunction functionality will not be avaliable
13:42:25 SWT WebKit: error initializing DBus server, dBusServer == 0
13:42:26 Running org.eclipse.swtbot.eclipse.finder.AllTests
13:42:30 03 Jun 2020 17:42:30.516 -                      main - DEBUG -                     SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4
13:42:33 03 Jun 2020 17:42:33.057 -                      main - DEBUG -                     SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4
13:42:35 03 Jun 2020 17:42:35.662 -                      main - DEBUG -                     SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4
13:42:44 03 Jun 2020 17:42:44.620 -                      main - DEBUG -                     SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4
13:42:48 03 Jun 2020 17:42:48.224 -                      main - DEBUG -                     SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4
13:42:49 03 Jun 2020 17:42:49.890 -                      main - DEBUG -                     SWTBotView - (SWTBotWorkbenchPart$2.java:174) - number of items : 4
13:42:55 03 Jun 2020 17:42:55.151 -         WorkbenchTestable - DEBUG -                       Keyboard - (Keyboard.java:89) - Typing text 'main' with an interval of 50ms. between characters.
13:42:55 03 Jun 2020 17:42:55.389 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal
13:42:55 03 Jun 2020 17:42:55.477 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals.
13:42:55 03 Jun 2020 17:42:55.477 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell.
13:42:55 03 Jun 2020 17:42:55.555 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell.
13:42:55 03 Jun 2020 17:42:55.563 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...]
13:42:55 03 Jun 2020 17:42:55.564 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear.
13:42:56 03 Jun 2020 17:42:56.264 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal
13:42:56 03 Jun 2020 17:42:56.348 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals.
13:42:56 03 Jun 2020 17:42:56.349 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell.
13:42:56 03 Jun 2020 17:42:56.460 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell.
13:42:56 03 Jun 2020 17:42:56.464 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [main - main method]
13:42:56 03 Jun 2020 17:42:56.465 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$10.java:850) - matched table, returning
13:42:56 03 Jun 2020 17:42:56.465 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:180) - Trying to select proposal main - main method
13:42:56 03 Jun 2020 17:42:56.466 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:195) - Trying to select proposal with index 0
13:42:56 03 Jun 2020 17:42:56.467 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$1.java:200) - Selecting row [0] main - main method in Table {}
13:43:00 03 Jun 2020 17:43:00.362 -         WorkbenchTestable - DEBUG -                       Keyboard - (Keyboard.java:89) - Typing text 'JFr' with an interval of 50ms. between characters.
13:43:00 03 Jun 2020 17:43:00.538 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal
13:43:00 03 Jun 2020 17:43:00.648 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals.
13:43:00 03 Jun 2020 17:43:00.648 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell.
13:43:00 03 Jun 2020 17:43:00.661 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell.
13:43:00 03 Jun 2020 17:43:00.662 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...]
13:43:00 03 Jun 2020 17:43:00.663 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear.
13:43:01 03 Jun 2020 17:43:01.242 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal
13:43:01 03 Jun 2020 17:43:01.306 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals.
13:43:01 03 Jun 2020 17:43:01.306 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell.
13:43:01 03 Jun 2020 17:43:01.347 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell.
13:43:01 03 Jun 2020 17:43:01.347 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...]
13:43:01 03 Jun 2020 17:43:01.348 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear.
13:43:01 03 Jun 2020 17:43:01.870 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal
13:43:01 03 Jun 2020 17:43:01.942 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals.
13:43:01 03 Jun 2020 17:43:01.942 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell.
13:43:01 03 Jun 2020 17:43:01.962 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell.
13:43:01 03 Jun 2020 17:43:01.963 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...]
13:43:01 03 Jun 2020 17:43:01.964 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear.
13:43:02 03 Jun 2020 17:43:02.487 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal
13:43:02 03 Jun 2020 17:43:02.550 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals.
13:43:02 03 Jun 2020 17:43:02.550 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell.
13:43:02 03 Jun 2020 17:43:02.566 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell.
13:43:02 03 Jun 2020 17:43:02.566 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...]
13:43:02 03 Jun 2020 17:43:02.567 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear.
13:43:03 03 Jun 2020 17:43:03.088 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal
13:43:03 03 Jun 2020 17:43:03.152 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals.
13:43:03 03 Jun 2020 17:43:03.153 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell.
13:43:03 03 Jun 2020 17:43:03.169 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell.
13:43:03 03 Jun 2020 17:43:03.169 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...]
13:43:03 03 Jun 2020 17:43:03.170 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear.
13:43:03 03 Jun 2020 17:43:03.690 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal
13:43:03 03 Jun 2020 17:43:03.754 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals.
13:43:03 03 Jun 2020 17:43:03.755 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell.
13:43:03 03 Jun 2020 17:43:03.770 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell.
13:43:03 03 Jun 2020 17:43:03.771 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...]
13:43:03 03 Jun 2020 17:43:03.771 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear.
13:43:04 03 Jun 2020 17:43:04.292 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal
13:43:04 03 Jun 2020 17:43:04.354 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals.
13:43:04 03 Jun 2020 17:43:04.355 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell.
13:43:04 03 Jun 2020 17:43:04.369 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell.
13:43:04 03 Jun 2020 17:43:04.370 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [Computing proposals (0%) ...]
13:43:04 03 Jun 2020 17:43:04.370 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear.
13:43:04 03 Jun 2020 17:43:04.891 -                      main - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:878) - Activating action with id ContentAssistProposal
13:43:04 03 Jun 2020 17:43:04.939 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:219) - Finding table containing proposals.
13:43:04 03 Jun 2020 17:43:04.939 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:807) - Activating proposal shell.
13:43:04 03 Jun 2020 17:43:04.955 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:835) - Activated proposal shell.
13:43:04 03 Jun 2020 17:43:04.956 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:223) - Found table containing proposals -- [JFrame - javax.swing, JFr() : void - Method stub]
13:43:04 03 Jun 2020 17:43:04.956 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor$10.java:850) - matched table, returning
13:43:04 03 Jun 2020 17:43:04.956 -         WorkbenchTestable - DEBUG -            SWTBotEclipseEditor - (SWTBotEclipseEditor.java:704) - Making proposals disappear.
13:43:54 Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.655 s - in org.eclipse.swtbot.eclipse.finder.AllTests
13:43:54 viewMenuDropDown(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.531 s
13:43:54 viewActionDelegateWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.397 s
13:43:54 toolbarToogleButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.33 s
13:43:54 viewBotWidgetScope(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.216 s
13:43:54 toolbarButtonNotFound(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.247 s
13:43:54 menusAddedProgramatically(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.361 s
13:43:54 toolbarPushButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.277 s
13:43:54 notFindingViewThrowsException(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 5.14 s
13:43:54 openView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.248 s
13:43:54 menusExtensionsCommandWithoutParameters(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.296 s
13:43:54 toolbarDropDownButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.288 s
13:43:54 menusExtensionsParameterizedCommand(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.342 s
13:43:54 findsView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 0.419 s
13:43:54 breakpointsViewMenuWorkingSets(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 0.551 s
13:43:54 toolbarRadioButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.282 s
13:43:54 closesAView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 0.374 s
13:43:54 getToolbarButtons(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 1.232 s
13:43:54 getsViewTitle(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest)  Time elapsed: 0.408 s
13:43:54 quickFixNotFoundExceptionString(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest)  Time elapsed: 0.001 s
13:43:54 quickFixNotFoundExceptionStringThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest)  Time elapsed: 0 s
13:43:54 quickFixNotFoundExceptionThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest)  Time elapsed: 0 s
13:43:54 canAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest)  Time elapsed: 8.202 s
13:43:54 getsAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest)  Time elapsed: 7.773 s
13:43:54 contextMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest)  Time elapsed: 3.557 s
13:43:54 contextMenuWithSubMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest)  Time elapsed: 3.419 s
13:43:54 isActivePartIsFalseForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest)  Time elapsed: 5.875 s
13:43:54 getsStatusMessagesOfEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest)  Time elapsed: 3.443 s
13:43:54 isActiveIsTrueForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest)  Time elapsed: 5.67 s
13:43:54 canAccessContextMenuSubmenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest)  Time elapsed: 3.24 s
13:43:54 canGetStatusMessageOfView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest)  Time elapsed: 3.134 s
13:43:54 canRefreshProject(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest)  Time elapsed: 3.351 s
13:43:54 canAccessContextMenuCopyQualifiedName(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest)  Time elapsed: 2.877 s
13:43:54 canAccessContextMenuOnMultipleSelection(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest)  Time elapsed: 4.707 s
13:43:54 canAccessOpen(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest)  Time elapsed: 3.206 s
13:43:54 canAccessContextMenuWithSubmenus(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest)  Time elapsed: 3.169 s
13:43:54 shouldGetPageCount(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest)  Time elapsed: 0.398 s
13:43:54 shouldSaveEditorContents(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest)  Time elapsed: 0.395 s
13:43:54 editorShouldBeMarkedDirtyOnChanges(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest)  Time elapsed: 0.25 s
13:43:54 shouldGetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest)  Time elapsed: 0.219 s
13:43:54 shouldGetListOfPageTitles(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest)  Time elapsed: 0.22 s
13:43:54 shouldAnswerIsActivePageCorrectly(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest)  Time elapsed: 0.215 s
13:43:54 shouldSetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest)  Time elapsed: 0.212 s
13:43:54 canFindControlContributionWithTooltip(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest)  Time elapsed: 0.119 s
13:43:54 canFindControlContributionWithText(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest)  Time elapsed: 0.139 s
13:43:54 canFindControlContributionWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest)  Time elapsed: 0.121 s
13:43:54 canSelectMultipleRadioInPreferencesWindow(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipsePreferencesTest)  Time elapsed: 0.552 s
13:43:54 
13:43:54 Results:
13:43:54 
13:43:54 Tests run: 46, Failures: 0, Errors: 0, Skipped: 0
13:43:54 
13:43:56 [INFO] All tests passed!
13:43:56 [INFO] 
13:43:56 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.finder.test ---
13:43:56 [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
13:43:56 [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
13:43:56 [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
13:43:56 [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
13:43:56 [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
13:43:56 [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
13:43:56 [INFO] 
13:43:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.finder.test ---
13:43:56 [INFO] 
13:43:56 [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test >----
13:43:56 [INFO] Building org.eclipse.swtbot.e4.finder.test 3.0.0-SNAPSHOT        [58/64]
13:43:56 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:43:56 [INFO] 
13:43:56 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [INFO] The project's OSGi version is 3.0.0.202006031738
13:43:56 [INFO] 
13:43:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [INFO] 
13:43:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [INFO] 
13:43:56 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [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.*
13:43:56 [INFO] 
13:43:56 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:43:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/src/main/resources
13:43:56 [INFO] 
13:43:56 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/classes
13:43:56 [INFO] 
13:43:56 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:43:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/src/test/resources
13:43:56 [INFO] 
13:43:56 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [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
13:43:56 [INFO] 
13:43:56 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [INFO] 
13:43:56 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [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
13:43:56 [INFO] 
13:43:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [INFO] 
13:43:56 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [INFO] 
13:43:56 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [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
13:43:56 [INFO] 
13:43:56 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.e4.finder.test ---
13:43:56 [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
13:43:57 [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
13:43:59 [INFO] 
13:43:59 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.e4.finder.test ---
13:43:59 [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
13:43:59 [INFO] 
13:43:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder.test ---
13:43:59 [INFO] 
13:43:59 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.swtbot.e4.finder.test ---
13:43:59 [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
13:43:59 [INFO] Command line:
13:43:59 	[/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]
13:43:59 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
13:43:59 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
13:44:00 Launching application org.eclipse.e4.ui.workbench.swt.E4Application...
13:44:01 Running org.eclipse.swtbot.e4.finder.test.AllTests
13:44:02 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher).
13:44:02 log4j:WARN Please initialize the log4j system properly.
13:44:07 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.509 s - in org.eclipse.swtbot.e4.finder.test.AllTests
13:44:07 showsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest)  Time elapsed: 0.06 s
13:44:07 closePart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest)  Time elapsed: 5.011 s
13:44:07 findsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest)  Time elapsed: 0.001 s
13:44:07 getsPartTitle(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest)  Time elapsed: 0 s
13:44:07 openNewlyCreatedPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest)  Time elapsed: 0.059 s
13:44:07 switchPerspective(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotPerspectiveTest)  Time elapsed: 0.038 s
13:44:07 
13:44:07 Results:
13:44:07 
13:44:07 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
13:44:07 
13:44:08 [INFO] All tests passed!
13:44:08 [INFO] 
13:44:08 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.e4.finder.test ---
13:44:08 [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
13:44:08 [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
13:44:08 [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
13:44:08 [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
13:44:08 [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
13:44:08 [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
13:44:08 [INFO] 
13:44:08 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.e4.finder.test ---
13:44:08 [INFO] 
13:44:08 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test >--
13:44:08 [INFO] Building org.eclipse.swtbot.nebula.gallery.finder.test 3.0.0-SNAPSHOT [59/64]
13:44:08 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:44:08 [INFO] 
13:44:08 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [INFO] The project's OSGi version is 3.0.0.202006031738
13:44:08 [INFO] 
13:44:08 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [INFO] 
13:44:08 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [INFO] 
13:44:08 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [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.*
13:44:08 [INFO] 
13:44:08 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:44:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/src/main/resources
13:44:08 [INFO] 
13:44:08 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/classes
13:44:08 [INFO] 
13:44:08 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:44:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/src/test/resources
13:44:08 [INFO] 
13:44:08 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [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
13:44:08 [INFO] 
13:44:08 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [INFO] 
13:44:08 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [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
13:44:08 [INFO] 
13:44:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [INFO] 
13:44:08 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [INFO] 
13:44:08 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:08 [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
13:44:08 [INFO] 
13:44:08 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:09 [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
13:44:10 [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
13:44:11 [INFO] 
13:44:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:11 [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
13:44:11 [INFO] 
13:44:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:11 [INFO] 
13:44:11 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:11 [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
13:44:11 [INFO] Command line:
13:44:11 	[/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]
13:44:11 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
13:44:11 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
13:44:16 Running org.eclipse.swtbot.nebula.gallery.finder.test.AllTests
13:44:16 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher).
13:44:16 log4j:WARN Please initialize the log4j system properly.
13:44:16 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in org.eclipse.swtbot.nebula.gallery.finder.test.AllTests
13:44:16 testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest)  Time elapsed: 0.2 s
13:44:16 testCount(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest)  Time elapsed: 0.04 s
13:44:16 testGetGalleryItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest)  Time elapsed: 0.07 s
13:44:16 testSelectUnselect(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest)  Time elapsed: 0.077 s
13:44:16 testGetGalleryItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest)  Time elapsed: 0.042 s
13:44:16 testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest)  Time elapsed: 0.068 s
13:44:16 testGetItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest)  Time elapsed: 0.035 s
13:44:16 testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest)  Time elapsed: 0.07 s
13:44:16 testGetItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest)  Time elapsed: 0.037 s
13:44:16 testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest)  Time elapsed: 0.059 s
13:44:16 
13:44:16 Results:
13:44:16 
13:44:16 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
13:44:16 
13:44:19 [INFO] All tests passed!
13:44:19 [INFO] 
13:44:19 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:19 [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
13:44:19 [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
13:44:19 [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
13:44:19 [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
13:44:19 [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
13:44:19 [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
13:44:19 [INFO] 
13:44:19 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
13:44:19 [INFO] 
13:44:19 [INFO] ---< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test >----
13:44:19 [INFO] Building org.eclipse.swtbot.swt.finder.test 3.0.0-SNAPSHOT       [60/64]
13:44:19 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:44:19 [INFO] 
13:44:19 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test ---
13:44:19 [INFO] The project's OSGi version is 3.0.0.202006031738
13:44:19 [INFO] 
13:44:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test ---
13:44:19 [INFO] 
13:44:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test ---
13:44:19 [INFO] 
13:44:19 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test ---
13:44:19 [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.*
13:44:19 [INFO] 
13:44:19 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test ---
13:44:19 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:44:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/src/main/resources
13:44:19 [INFO] 
13:44:19 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test ---
13:44:19 [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/classes
13:44:20 [INFO] 
13:44:20 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test ---
13:44:20 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
13:44:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/src/test/resources
13:44:20 [INFO] 
13:44:20 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test ---
13:44:20 [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
13:44:20 [INFO] 
13:44:20 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test ---
13:44:20 [INFO] 
13:44:20 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test ---
13:44:20 [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
13:44:20 [INFO] 
13:44:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test ---
13:44:20 [INFO] 
13:44:20 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.finder.test ---
13:44:20 [INFO] 
13:44:20 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder.test ---
13:44:20 [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
13:44:20 [INFO] 
13:44:20 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.swt.finder.test ---
13:44:20 [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
13:44:22 [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
13:44:23 [INFO] 
13:44:23 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder.test ---
13:44:23 [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
13:44:23 [INFO] 
13:44:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test ---
13:44:23 [INFO] 
13:44:23 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.swtbot.swt.finder.test ---
13:44:24 [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
13:44:24 [INFO] Command line:
13:44:24 	[/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]
13:44:24 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
13:44:24 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
13:44:25 Running org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test
13:44:26 
13:44:26 (SWT:1367): Gtk-CRITICAL **: 17:44:26.340: gtk_widget_get_preferred_width_for_height: assertion 'height >= 0' failed
13:44:26 
13:44:26 (SWT:1367): Gtk-WARNING **: 17:44:26.340: gtk_widget_size_allocate(): attempt to allocate widget with width 5 and height -2
13:44:26 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.347 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test
13:44:26 getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test)  Time elapsed: 0.768 s
13:44:26 findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test)  Time elapsed: 0.389 s
13:44:26 Running org.eclipse.swtbot.swt.finder.finders.MenuFinderTest
13:44:27 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s - in org.eclipse.swtbot.swt.finder.finders.MenuFinderTest
13:44:27 findsAllVisibleMenus(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest)  Time elapsed: 0.096 s
13:44:27 clicksMenuItem(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest)  Time elapsed: 0.066 s
13:44:27 Running org.eclipse.swtbot.swt.finder.finders.ControlFinderTest
13:44:27 
13:44:27 (SWT:1367): Gtk-WARNING **: 17:44:27.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:27 
13:44:27 (SWT:1367): Gtk-WARNING **: 17:44:27.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:27 
13:44:27 (SWT:1367): Gtk-WARNING **: 17:44:27.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:27 
13:44:27 (SWT:1367): Gtk-WARNING **: 17:44:27.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:27 
13:44:27 (SWT:1367): Gtk-WARNING **: 17:44:27.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:27 
13:44:27 (SWT:1367): Gtk-WARNING **: 17:44:27.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:27 
13:44:27 (SWT:1367): Gtk-WARNING **: 17:44:27.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:28 
13:44:28 (SWT:1367): Gtk-WARNING **: 17:44:28.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:28 
13:44:28 (SWT:1367): Gtk-WARNING **: 17:44:28.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:28 
13:44:28 (SWT:1367): Gtk-WARNING **: 17:44:28.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:28 
13:44:28 (SWT:1367): Gtk-WARNING **: 17:44:28.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:28 
13:44:28 (SWT:1367): Gtk-WARNING **: 17:44:28.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:28 
13:44:28 (SWT:1367): Gtk-WARNING **: 17:44:28.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:28 
13:44:28 (SWT:1367): Gtk-WARNING **: 17:44:28.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:30 
13:44:30 (SWT:1367): Gtk-WARNING **: 17:44:30.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:30 
13:44:30 (SWT:1367): Gtk-WARNING **: 17:44:30.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:30 
13:44:30 (SWT:1367): Gtk-WARNING **: 17:44:30.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:30 
13:44:30 (SWT:1367): Gtk-WARNING **: 17:44:30.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:30 
13:44:30 (SWT:1367): Gtk-WARNING **: 17:44:30.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:30 
13:44:30 (SWT:1367): Gtk-WARNING **: 17:44:30.344: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:30 
13:44:30 (SWT:1367): Gtk-WARNING **: 17:44:30.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:31 
13:44:31 (SWT:1367): Gtk-WARNING **: 17:44:31.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:31 
13:44:31 (SWT:1367): Gtk-WARNING **: 17:44:31.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:31 
13:44:31 (SWT:1367): Gtk-WARNING **: 17:44:31.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:31 
13:44:31 (SWT:1367): Gtk-WARNING **: 17:44:31.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:31 
13:44:31 (SWT:1367): Gtk-WARNING **: 17:44:31.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:31 
13:44:31 (SWT:1367): Gtk-WARNING **: 17:44:31.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:31 
13:44:31 (SWT:1367): Gtk-WARNING **: 17:44:31.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:32 
13:44:32 (SWT:1367): Gtk-CRITICAL **: 17:44:32.790: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:32 
13:44:32 (SWT:1367): Gtk-CRITICAL **: 17:44:32.794: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:33 
13:44:33 (SWT:1367): Gtk-WARNING **: 17:44:33.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:33 
13:44:33 (SWT:1367): Gtk-WARNING **: 17:44:33.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:33 
13:44:33 (SWT:1367): Gtk-WARNING **: 17:44:33.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:33 
13:44:33 (SWT:1367): Gtk-WARNING **: 17:44:33.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:33 
13:44:33 (SWT:1367): Gtk-WARNING **: 17:44:33.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:33 
13:44:33 (SWT:1367): Gtk-WARNING **: 17:44:33.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:33 
13:44:33 (SWT:1367): Gtk-WARNING **: 17:44:33.370: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:35 
13:44:35 (SWT:1367): Gtk-WARNING **: 17:44:35.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:35 
13:44:35 (SWT:1367): Gtk-WARNING **: 17:44:35.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:35 
13:44:35 (SWT:1367): Gtk-WARNING **: 17:44:35.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:35 
13:44:35 (SWT:1367): Gtk-WARNING **: 17:44:35.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:35 
13:44:35 (SWT:1367): Gtk-WARNING **: 17:44:35.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:35 
13:44:35 (SWT:1367): Gtk-WARNING **: 17:44:35.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:35 
13:44:35 (SWT:1367): Gtk-WARNING **: 17:44:35.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:36 
13:44:36 (SWT:1367): Gtk-WARNING **: 17:44:36.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:36 
13:44:36 (SWT:1367): Gtk-WARNING **: 17:44:36.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:36 
13:44:36 (SWT:1367): Gtk-WARNING **: 17:44:36.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:36 
13:44:36 (SWT:1367): Gtk-WARNING **: 17:44:36.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:36 
13:44:36 (SWT:1367): Gtk-WARNING **: 17:44:36.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:36 
13:44:36 (SWT:1367): Gtk-WARNING **: 17:44:36.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:36 
13:44:36 (SWT:1367): Gtk-WARNING **: 17:44:36.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:38 
13:44:38 (SWT:1367): Gtk-WARNING **: 17:44:38.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:38 
13:44:38 (SWT:1367): Gtk-WARNING **: 17:44:38.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:38 
13:44:38 (SWT:1367): Gtk-WARNING **: 17:44:38.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:38 
13:44:38 (SWT:1367): Gtk-WARNING **: 17:44:38.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:38 
13:44:38 (SWT:1367): Gtk-WARNING **: 17:44:38.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:38 
13:44:38 (SWT:1367): Gtk-WARNING **: 17:44:38.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:38 
13:44:38 (SWT:1367): Gtk-WARNING **: 17:44:38.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:40 
13:44:40 (SWT:1367): Gtk-WARNING **: 17:44:40.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:40 
13:44:40 (SWT:1367): Gtk-WARNING **: 17:44:40.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:40 
13:44:40 (SWT:1367): Gtk-WARNING **: 17:44:40.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:40 
13:44:40 (SWT:1367): Gtk-WARNING **: 17:44:40.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:40 
13:44:40 (SWT:1367): Gtk-WARNING **: 17:44:40.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:40 
13:44:40 (SWT:1367): Gtk-WARNING **: 17:44:40.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:40 
13:44:40 (SWT:1367): Gtk-WARNING **: 17:44:40.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:41 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.388 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinderTest
13:44:41 findsATabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest)  Time elapsed: 1.503 s
13:44:41 getsControlPathToTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest)  Time elapsed: 1.436 s
13:44:41 getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest)  Time elapsed: 1.457 s
13:44:41 getsOnlyVisibleControls(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest)  Time elapsed: 1.554 s
13:44:41 findsAGroup(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest)  Time elapsed: 1.647 s
13:44:41 findsAShell(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest)  Time elapsed: 1.715 s
13:44:41 findsText(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest)  Time elapsed: 1.743 s
13:44:41 findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest)  Time elapsed: 1.674 s
13:44:41 findsTwoButtons(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest)  Time elapsed: 1.653 s
13:44:41 Running org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest
13:44:41 
13:44:41 (SWT:1367): Gtk-WARNING **: 17:44:41.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:41 
13:44:41 (SWT:1367): Gtk-WARNING **: 17:44:41.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:41 
13:44:41 (SWT:1367): Gtk-WARNING **: 17:44:41.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:41 
13:44:41 (SWT:1367): Gtk-WARNING **: 17:44:41.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:41 
13:44:41 (SWT:1367): Gtk-WARNING **: 17:44:41.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:41 
13:44:41 (SWT:1367): Gtk-WARNING **: 17:44:41.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:41 
13:44:41 (SWT:1367): Gtk-WARNING **: 17:44:41.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:43 
13:44:43 (SWT:1367): Gtk-WARNING **: 17:44:43.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:43 
13:44:43 (SWT:1367): Gtk-WARNING **: 17:44:43.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:43 
13:44:43 (SWT:1367): Gtk-WARNING **: 17:44:43.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:43 
13:44:43 (SWT:1367): Gtk-WARNING **: 17:44:43.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:43 
13:44:43 (SWT:1367): Gtk-WARNING **: 17:44:43.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:43 
13:44:43 (SWT:1367): Gtk-WARNING **: 17:44:43.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:43 
13:44:43 (SWT:1367): Gtk-WARNING **: 17:44:43.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:45 
13:44:45 (SWT:1367): Gtk-WARNING **: 17:44:45.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:45 
13:44:45 (SWT:1367): Gtk-WARNING **: 17:44:45.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:45 
13:44:45 (SWT:1367): Gtk-WARNING **: 17:44:45.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:45 
13:44:45 (SWT:1367): Gtk-WARNING **: 17:44:45.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:45 
13:44:45 (SWT:1367): Gtk-WARNING **: 17:44:45.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:45 
13:44:45 (SWT:1367): Gtk-WARNING **: 17:44:45.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:45 
13:44:45 (SWT:1367): Gtk-WARNING **: 17:44:45.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:46 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.207 s - in org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest
13:44:46 generatesStringFromPath(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest)  Time elapsed: 1.622 s
13:44:46 getsPathFromInvalidString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest)  Time elapsed: 1.7 s
13:44:46 getsPathFromString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest)  Time elapsed: 1.883 s
13:44:46 Running org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest
13:44:47 
13:44:47 (SWT:1367): Gtk-WARNING **: 17:44:47.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:47 
13:44:47 (SWT:1367): Gtk-WARNING **: 17:44:47.082: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:47 
13:44:47 (SWT:1367): Gtk-WARNING **: 17:44:47.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:47 
13:44:47 (SWT:1367): Gtk-WARNING **: 17:44:47.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:47 
13:44:47 (SWT:1367): Gtk-WARNING **: 17:44:47.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:47 
13:44:47 (SWT:1367): Gtk-WARNING **: 17:44:47.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:47 
13:44:47 (SWT:1367): Gtk-WARNING **: 17:44:47.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:48 
13:44:48 (SWT:1367): Gtk-WARNING **: 17:44:48.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:48 
13:44:48 (SWT:1367): Gtk-WARNING **: 17:44:48.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:48 
13:44:48 (SWT:1367): Gtk-WARNING **: 17:44:48.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:48 
13:44:48 (SWT:1367): Gtk-WARNING **: 17:44:48.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:48 
13:44:48 (SWT:1367): Gtk-WARNING **: 17:44:48.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:48 
13:44:48 (SWT:1367): Gtk-WARNING **: 17:44:48.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:48 
13:44:48 (SWT:1367): Gtk-WARNING **: 17:44:48.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:50 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.36 s - in org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest
13:44:50 childrenControlFinder1(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest)  Time elapsed: 1.631 s
13:44:50 childrenControlFinder2(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest)  Time elapsed: 1.727 s
13:44:50 Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest
13:44:50 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest
13:44:50 shouldBeAbleToParseUserProvidedKeyboardLayout(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest)  Time elapsed: 0.008 s
13:44:50 shouldBeAbleToParseUserProvidedKeyboardLayoutViaPreference(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest)  Time elapsed: 0 s
13:44:50 Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest
13:44:50 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest
13:44:50 createsKeyboardForAWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest)  Time elapsed: 0.061 s
13:44:50 createsKeyboardForMockKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest)  Time elapsed: 0.053 s
13:44:50 createsKeyboardForSWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest)  Time elapsed: 0.058 s
13:44:50 Running org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest
13:44:50 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest
13:44:50 getsKeystrokesForModificationKeyWithShiftAndCapitalCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest)  Time elapsed: 0.001 s
13:44:50 getsKeyStrokeForCapitalCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest)  Time elapsed: 0 s
13:44:50 getsKeyStrokeForSmallCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest)  Time elapsed: 0 s
13:44:50 getsKeystrokesForModificationKeys(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest)  Time elapsed: 0 s
13:44:50 getsKeystrokesForModificationKey(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest)  Time elapsed: 0 s
13:44:50 getsKeystrokesForModificationKeyWithShiftAndSmallCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest)  Time elapsed: 0 s
13:44:50 getsKeyStrokeForSpecialCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest)  Time elapsed: 0 s
13:44:50 getsKeystrokesForModificationKeyForCapitalCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest)  Time elapsed: 0 s
13:44:50 Running org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest
13:44:50 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest
13:44:50 org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest skipped
13:44:50 Running org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest
13:44:50 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest
13:44:50 org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest skipped
13:44:50 Running org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest
13:44:50 
13:44:50 (SWT:1367): Gtk-WARNING **: 17:44:50.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:50 
13:44:50 (SWT:1367): Gtk-WARNING **: 17:44:50.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:50 
13:44:50 (SWT:1367): Gtk-WARNING **: 17:44:50.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:50 
13:44:50 (SWT:1367): Gtk-WARNING **: 17:44:50.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:50 
13:44:50 (SWT:1367): Gtk-WARNING **: 17:44:50.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:50 
13:44:50 (SWT:1367): Gtk-WARNING **: 17:44:50.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:50 
13:44:50 (SWT:1367): Gtk-WARNING **: 17:44:50.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:52 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.73 s - in org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest
13:44:52 getsToString(org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest)  Time elapsed: 1.729 s
13:44:52 Running org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest
13:44:52 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest
13:44:52 getsToString(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest)  Time elapsed: 0.002 s
13:44:52 matchTooltipIgnoreCase(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest)  Time elapsed: 0.001 s
13:44:52 matchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest)  Time elapsed: 0 s
13:44:52 doesNotMatchObjectsWithNullGetTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest)  Time elapsed: 0 s
13:44:52 doesNotMatchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest)  Time elapsed: 0 s
13:44:52 doesNotMatchObjectsWithNoGetTooltipMethod(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest)  Time elapsed: 0 s
13:44:52 Running org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest
13:44:52 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest
13:44:52 matchMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest)  Time elapsed: 0.001 s
13:44:52 doesNotMatchObjectsWithNullGetMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest)  Time elapsed: 0 s
13:44:52 doesNotMatchMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest)  Time elapsed: 0 s
13:44:52 getsToString(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest)  Time elapsed: 0 s
13:44:52 doesNotMatchObjectsWithNoGetMessageMethod(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest)  Time elapsed: 0.001 s
13:44:52 Running org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest
13:44:53 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.472 s - in org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest
13:44:53 matchesControlsWithTooltip(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest)  Time elapsed: 0.188 s
13:44:53 matchesControlsWithTextIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest)  Time elapsed: 0.163 s
13:44:53 matchesControlsWithTooltipIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest)  Time elapsed: 0.164 s
13:44:53 matchesControlsWithText(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest)  Time elapsed: 0.158 s
13:44:53 matchesControlsInGroup(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest)  Time elapsed: 0.229 s
13:44:53 findsControlsById(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest)  Time elapsed: 0.173 s
13:44:53 matchesControlsWithLabel(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest)  Time elapsed: 0.182 s
13:44:53 matchesControlsWithRegex(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest)  Time elapsed: 0.21 s
13:44:53 Running org.eclipse.swtbot.swt.finder.matchers.WithItemTest
13:44:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.WithItemTest
13:44:53 testDescription(org.eclipse.swtbot.swt.finder.matchers.WithItemTest)  Time elapsed: 0.002 s
13:44:53 Running org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest
13:44:53 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest
13:44:53 matchesRegex(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest)  Time elapsed: 0 s
13:44:53 doesNotMatchRegex(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest)  Time elapsed: 0 s
13:44:53 getsToString(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest)  Time elapsed: 0.001 s
13:44:53 doesNotMatchNullText(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest)  Time elapsed: 0 s
13:44:53 cannotNotMatchText(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest)  Time elapsed: 0 s
13:44:53 Running org.eclipse.swtbot.swt.finder.matchers.AllOfTest
13:44:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.AllOfTest
13:44:53 testShouldAnswerTrueIfAllMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AllOfTest)  Time elapsed: 0.001 s
13:44:53 testShouldAnswerFalseIfAnyMatchersDoesNotMatch(org.eclipse.swtbot.swt.finder.matchers.AllOfTest)  Time elapsed: 0 s
13:44:53 Running org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest
13:44:53 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest
13:44:53 matchesMenuWithoutAccesor(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest)  Time elapsed: 0 s
13:44:53 matchesMenuWithMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest)  Time elapsed: 0 s
13:44:53 matchesWithoutMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest)  Time elapsed: 0 s
13:44:53 matchesMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest)  Time elapsed: 0 s
13:44:53 matchesMenuWithoutMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest)  Time elapsed: 0.001 s
13:44:53 Running org.eclipse.swtbot.swt.finder.matchers.AnyOfTest
13:44:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.AnyOfTest
13:44:53 testShouldAnswerTrueIfAnyMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest)  Time elapsed: 0.001 s
13:44:53 testShouldAnswerFalseIfNoMatchersMatche(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest)  Time elapsed: 0 s
13:44:53 Running org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest
13:44:53 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest
13:44:53 doesNotMatchText(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest)  Time elapsed: 0 s
13:44:53 doesNotMatchObjectsWithNullGetText(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest)  Time elapsed: 0 s
13:44:53 getsToString(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest)  Time elapsed: 0.001 s
13:44:53 matchText(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest)  Time elapsed: 0 s
13:44:53 doesNotMatchObjectsWithNoGetTextMethod(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest)  Time elapsed: 0 s
13:44:53 matchTextIgnoreCase(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest)  Time elapsed: 0 s
13:44:53 Running org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.774: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.775: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.788: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.815: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.815: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.900: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 
13:44:53 (SWT:1367): Gtk-CRITICAL **: 17:44:53.900: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:44:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 s - in org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest
13:44:53 dragsAndDropsFromTreeToTree(org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest)  Time elapsed: 0.34 s
13:44:53 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest
13:44:54 
13:44:54 (SWT:1367): Gtk-WARNING **: 17:44:54.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:54 
13:44:54 (SWT:1367): Gtk-WARNING **: 17:44:54.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:54 
13:44:54 (SWT:1367): Gtk-WARNING **: 17:44:54.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:54 
13:44:54 (SWT:1367): Gtk-WARNING **: 17:44:54.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:54 
13:44:54 (SWT:1367): Gtk-WARNING **: 17:44:54.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:54 
13:44:54 (SWT:1367): Gtk-WARNING **: 17:44:54.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:54 
13:44:54 (SWT:1367): Gtk-WARNING **: 17:44:54.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:56 
13:44:56 (SWT:1367): Gtk-WARNING **: 17:44:56.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:56 
13:44:56 (SWT:1367): Gtk-WARNING **: 17:44:56.071: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:56 
13:44:56 (SWT:1367): Gtk-WARNING **: 17:44:56.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:56 
13:44:56 (SWT:1367): Gtk-WARNING **: 17:44:56.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:56 
13:44:56 (SWT:1367): Gtk-WARNING **: 17:44:56.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:56 
13:44:56 (SWT:1367): Gtk-WARNING **: 17:44:56.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:56 
13:44:56 (SWT:1367): Gtk-WARNING **: 17:44:56.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:57 
13:44:57 (SWT:1367): Gtk-WARNING **: 17:44:57.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:57 
13:44:57 (SWT:1367): Gtk-WARNING **: 17:44:57.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:57 
13:44:57 (SWT:1367): Gtk-WARNING **: 17:44:57.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:57 
13:44:57 (SWT:1367): Gtk-WARNING **: 17:44:57.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:57 
13:44:57 (SWT:1367): Gtk-WARNING **: 17:44:57.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:57 
13:44:57 (SWT:1367): Gtk-WARNING **: 17:44:57.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:57 
13:44:57 (SWT:1367): Gtk-WARNING **: 17:44:57.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:59 
13:44:59 (SWT:1367): Gtk-WARNING **: 17:44:59.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:59 
13:44:59 (SWT:1367): Gtk-WARNING **: 17:44:59.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:59 
13:44:59 (SWT:1367): Gtk-WARNING **: 17:44:59.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:59 
13:44:59 (SWT:1367): Gtk-WARNING **: 17:44:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:59 
13:44:59 (SWT:1367): Gtk-WARNING **: 17:44:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:59 
13:44:59 (SWT:1367): Gtk-WARNING **: 17:44:59.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:44:59 
13:44:59 (SWT:1367): Gtk-WARNING **: 17:44:59.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:01 
13:45:01 (SWT:1367): Gtk-WARNING **: 17:45:01.570: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:01 
13:45:01 (SWT:1367): Gtk-WARNING **: 17:45:01.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:01 
13:45:01 (SWT:1367): Gtk-WARNING **: 17:45:01.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:01 
13:45:01 (SWT:1367): Gtk-WARNING **: 17:45:01.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:01 
13:45:01 (SWT:1367): Gtk-WARNING **: 17:45:01.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:01 
13:45:01 (SWT:1367): Gtk-WARNING **: 17:45:01.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:01 
13:45:01 (SWT:1367): Gtk-WARNING **: 17:45:01.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:03 
13:45:03 (SWT:1367): Gtk-WARNING **: 17:45:03.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:03 
13:45:03 (SWT:1367): Gtk-WARNING **: 17:45:03.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:03 
13:45:03 (SWT:1367): Gtk-WARNING **: 17:45:03.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:03 
13:45:03 (SWT:1367): Gtk-WARNING **: 17:45:03.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:03 
13:45:03 (SWT:1367): Gtk-WARNING **: 17:45:03.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:03 
13:45:03 (SWT:1367): Gtk-WARNING **: 17:45:03.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:03 
13:45:03 (SWT:1367): Gtk-WARNING **: 17:45:03.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:04 
13:45:04 (SWT:1367): Gtk-WARNING **: 17:45:04.538: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
13:45:04 
13:45:04 (SWT:1367): Gtk-WARNING **: 17:45:04.544: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
13:45:04 
13:45:04 (SWT:1367): Gtk-WARNING **: 17:45:04.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
13:45:04 
13:45:04 (SWT:1367): Gtk-WARNING **: 17:45:04.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
13:45:04 
13:45:04 (SWT:1367): Gtk-WARNING **: 17:45:04.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
13:45:04 
13:45:04 (SWT:1367): Gtk-WARNING **: 17:45:04.547: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
13:45:04 
13:45:04 (SWT:1367): Gtk-WARNING **: 17:45:04.548: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
13:45:05 
13:45:05 (SWT:1367): Gtk-WARNING **: 17:45:05.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:05 
13:45:05 (SWT:1367): Gtk-WARNING **: 17:45:05.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:05 
13:45:05 (SWT:1367): Gtk-WARNING **: 17:45:05.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:05 
13:45:05 (SWT:1367): Gtk-WARNING **: 17:45:05.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:05 
13:45:05 (SWT:1367): Gtk-WARNING **: 17:45:05.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:05 
13:45:05 (SWT:1367): Gtk-WARNING **: 17:45:05.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:05 
13:45:05 (SWT:1367): Gtk-WARNING **: 17:45:05.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:11 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.751 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest
13:45:11 shouldGetExpandItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest)  Time elapsed: 1.794 s
13:45:11 shouldCollapseAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest)  Time elapsed: 1.767 s
13:45:11 shouldExpandAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest)  Time elapsed: 1.859 s
13:45:11 shouldGetExpandedAndCollapsedItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest)  Time elapsed: 1.859 s
13:45:11 shouldGetAllExpandBarItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest)  Time elapsed: 1.8 s
13:45:11 shouldMatchEvents(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest)  Time elapsed: 1.871 s
13:45:11 shouldThrowExceptionWhenItemIsNotFound(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest)  Time elapsed: 6.799 s
13:45:11 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest
13:45:12 
13:45:12 (SWT:1367): Gtk-WARNING **: 17:45:12.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:12 
13:45:12 (SWT:1367): Gtk-WARNING **: 17:45:12.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:12 
13:45:12 (SWT:1367): Gtk-WARNING **: 17:45:12.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:12 
13:45:12 (SWT:1367): Gtk-WARNING **: 17:45:12.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:12 
13:45:12 (SWT:1367): Gtk-WARNING **: 17:45:12.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:12 
13:45:12 (SWT:1367): Gtk-WARNING **: 17:45:12.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:12 
13:45:12 (SWT:1367): Gtk-WARNING **: 17:45:12.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:13 
13:45:13 (SWT:1367): Gtk-WARNING **: 17:45:13.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:13 
13:45:13 (SWT:1367): Gtk-WARNING **: 17:45:13.989: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:13 
13:45:13 (SWT:1367): Gtk-WARNING **: 17:45:13.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:13 
13:45:13 (SWT:1367): Gtk-WARNING **: 17:45:13.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:13 
13:45:13 (SWT:1367): Gtk-WARNING **: 17:45:13.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:13 
13:45:13 (SWT:1367): Gtk-WARNING **: 17:45:13.993: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:13 
13:45:13 (SWT:1367): Gtk-WARNING **: 17:45:13.993: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.869 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest
13:45:15 findsArrowButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest)  Time elapsed: 1.909 s
13:45:15 clicksArrowButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest)  Time elapsed: 1.958 s
13:45:15 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest
13:45:15 
13:45:15 (SWT:1367): Gtk-WARNING **: 17:45:15.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:15 
13:45:15 (SWT:1367): Gtk-WARNING **: 17:45:15.952: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:15 
13:45:15 (SWT:1367): Gtk-WARNING **: 17:45:15.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:15 
13:45:15 (SWT:1367): Gtk-WARNING **: 17:45:15.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:15 
13:45:15 (SWT:1367): Gtk-WARNING **: 17:45:15.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:15 
13:45:15 (SWT:1367): Gtk-WARNING **: 17:45:15.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:15 
13:45:15 (SWT:1367): Gtk-WARNING **: 17:45:15.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:17 
13:45:17 (SWT:1367): Gtk-WARNING **: 17:45:17.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:17 
13:45:17 (SWT:1367): Gtk-WARNING **: 17:45:17.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:17 
13:45:17 (SWT:1367): Gtk-WARNING **: 17:45:17.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:17 
13:45:17 (SWT:1367): Gtk-WARNING **: 17:45:17.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:17 
13:45:17 (SWT:1367): Gtk-WARNING **: 17:45:17.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:17 
13:45:17 (SWT:1367): Gtk-WARNING **: 17:45:17.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:17 
13:45:17 (SWT:1367): Gtk-WARNING **: 17:45:17.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:19 
13:45:19 (SWT:1367): Gtk-WARNING **: 17:45:19.640: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:19 
13:45:19 (SWT:1367): Gtk-WARNING **: 17:45:19.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:19 
13:45:19 (SWT:1367): Gtk-WARNING **: 17:45:19.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:19 
13:45:19 (SWT:1367): Gtk-WARNING **: 17:45:19.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:19 
13:45:19 (SWT:1367): Gtk-WARNING **: 17:45:19.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:19 
13:45:19 (SWT:1367): Gtk-WARNING **: 17:45:19.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:19 
13:45:19 (SWT:1367): Gtk-WARNING **: 17:45:19.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:21 
13:45:21 (SWT:1367): Gtk-WARNING **: 17:45:21.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:21 
13:45:21 (SWT:1367): Gtk-WARNING **: 17:45:21.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:21 
13:45:21 (SWT:1367): Gtk-WARNING **: 17:45:21.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:21 
13:45:21 (SWT:1367): Gtk-WARNING **: 17:45:21.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:21 
13:45:21 (SWT:1367): Gtk-WARNING **: 17:45:21.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:21 
13:45:21 (SWT:1367): Gtk-WARNING **: 17:45:21.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:21 
13:45:21 (SWT:1367): Gtk-WARNING **: 17:45:21.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:23 
13:45:23 (SWT:1367): Gtk-WARNING **: 17:45:23.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:23 
13:45:23 (SWT:1367): Gtk-WARNING **: 17:45:23.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:23 
13:45:23 (SWT:1367): Gtk-WARNING **: 17:45:23.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:23 
13:45:23 (SWT:1367): Gtk-WARNING **: 17:45:23.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:23 
13:45:23 (SWT:1367): Gtk-WARNING **: 17:45:23.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:23 
13:45:23 (SWT:1367): Gtk-WARNING **: 17:45:23.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:23 
13:45:23 (SWT:1367): Gtk-WARNING **: 17:45:23.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:24 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.151 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest
13:45:24 testsInitialValues(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest)  Time elapsed: 1.804 s
13:45:24 findsProgressBarInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest)  Time elapsed: 1.867 s
13:45:24 testsGetStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest)  Time elapsed: 1.833 s
13:45:24 findsProgressBar(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest)  Time elapsed: 1.849 s
13:45:24 testsProgressPercentage(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest)  Time elapsed: 1.781 s
13:45:24 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest
13:45:25 
13:45:25 (SWT:1367): Gtk-WARNING **: 17:45:25.153: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:25 
13:45:25 (SWT:1367): Gtk-WARNING **: 17:45:25.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:25 
13:45:25 (SWT:1367): Gtk-WARNING **: 17:45:25.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:25 
13:45:25 (SWT:1367): Gtk-WARNING **: 17:45:25.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:25 
13:45:25 (SWT:1367): Gtk-WARNING **: 17:45:25.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:25 
13:45:25 (SWT:1367): Gtk-WARNING **: 17:45:25.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:25 
13:45:25 (SWT:1367): Gtk-WARNING **: 17:45:25.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:27 
13:45:27 (SWT:1367): Gtk-WARNING **: 17:45:27.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:27 
13:45:27 (SWT:1367): Gtk-WARNING **: 17:45:27.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:27 
13:45:27 (SWT:1367): Gtk-WARNING **: 17:45:27.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:27 
13:45:27 (SWT:1367): Gtk-WARNING **: 17:45:27.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:27 
13:45:27 (SWT:1367): Gtk-WARNING **: 17:45:27.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:27 
13:45:27 (SWT:1367): Gtk-WARNING **: 17:45:27.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:27 
13:45:27 (SWT:1367): Gtk-WARNING **: 17:45:27.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:29 
13:45:29 (SWT:1367): Gtk-WARNING **: 17:45:29.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:29 
13:45:29 (SWT:1367): Gtk-WARNING **: 17:45:29.222: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:29 
13:45:29 (SWT:1367): Gtk-WARNING **: 17:45:29.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:29 
13:45:29 (SWT:1367): Gtk-WARNING **: 17:45:29.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:29 
13:45:29 (SWT:1367): Gtk-WARNING **: 17:45:29.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:29 
13:45:29 (SWT:1367): Gtk-WARNING **: 17:45:29.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:29 
13:45:29 (SWT:1367): Gtk-WARNING **: 17:45:29.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:31 
13:45:31 (SWT:1367): Gtk-WARNING **: 17:45:31.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:31 
13:45:31 (SWT:1367): Gtk-WARNING **: 17:45:31.498: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:31 
13:45:31 (SWT:1367): Gtk-WARNING **: 17:45:31.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:31 
13:45:31 (SWT:1367): Gtk-WARNING **: 17:45:31.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:31 
13:45:31 (SWT:1367): Gtk-WARNING **: 17:45:31.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:31 
13:45:31 (SWT:1367): Gtk-WARNING **: 17:45:31.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:31 
13:45:31 (SWT:1367): Gtk-WARNING **: 17:45:31.502: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:33 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.331 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest
13:45:33 findsForegroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest)  Time elapsed: 2.024 s
13:45:33 findsBackgroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest)  Time elapsed: 2.018 s
13:45:33 clicksButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest)  Time elapsed: 2.275 s
13:45:33 findsButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest)  Time elapsed: 2.009 s
13:45:33 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest
13:45:33 
13:45:33 (SWT:1367): Gtk-WARNING **: 17:45:33.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:33 
13:45:33 (SWT:1367): Gtk-WARNING **: 17:45:33.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:33 
13:45:33 (SWT:1367): Gtk-WARNING **: 17:45:33.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:33 
13:45:33 (SWT:1367): Gtk-WARNING **: 17:45:33.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:33 
13:45:33 (SWT:1367): Gtk-WARNING **: 17:45:33.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:33 
13:45:33 (SWT:1367): Gtk-WARNING **: 17:45:33.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:33 
13:45:33 (SWT:1367): Gtk-WARNING **: 17:45:33.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:35 
13:45:35 (SWT:1367): Gtk-WARNING **: 17:45:35.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:35 
13:45:35 (SWT:1367): Gtk-WARNING **: 17:45:35.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:35 
13:45:35 (SWT:1367): Gtk-WARNING **: 17:45:35.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:35 
13:45:35 (SWT:1367): Gtk-WARNING **: 17:45:35.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:35 
13:45:35 (SWT:1367): Gtk-WARNING **: 17:45:35.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:35 
13:45:35 (SWT:1367): Gtk-WARNING **: 17:45:35.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:35 
13:45:35 (SWT:1367): Gtk-WARNING **: 17:45:35.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:37 
13:45:37 (SWT:1367): Gtk-WARNING **: 17:45:37.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:37 
13:45:37 (SWT:1367): Gtk-WARNING **: 17:45:37.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:37 
13:45:37 (SWT:1367): Gtk-WARNING **: 17:45:37.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:37 
13:45:37 (SWT:1367): Gtk-WARNING **: 17:45:37.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:37 
13:45:37 (SWT:1367): Gtk-WARNING **: 17:45:37.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:37 
13:45:37 (SWT:1367): Gtk-WARNING **: 17:45:37.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:37 
13:45:37 (SWT:1367): Gtk-WARNING **: 17:45:37.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:39 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.987 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest
13:45:39 findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest)  Time elapsed: 1.95 s
13:45:39 findsLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest)  Time elapsed: 2.049 s
13:45:39 getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest)  Time elapsed: 1.985 s
13:45:39 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest
13:45:39 
13:45:39 (SWT:1367): Gtk-WARNING **: 17:45:39.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:39 
13:45:39 (SWT:1367): Gtk-WARNING **: 17:45:39.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:39 
13:45:39 (SWT:1367): Gtk-WARNING **: 17:45:39.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:39 
13:45:39 (SWT:1367): Gtk-WARNING **: 17:45:39.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:39 
13:45:39 (SWT:1367): Gtk-WARNING **: 17:45:39.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:39 
13:45:39 (SWT:1367): Gtk-WARNING **: 17:45:39.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:39 
13:45:39 (SWT:1367): Gtk-WARNING **: 17:45:39.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:41 
13:45:41 (SWT:1367): Gtk-WARNING **: 17:45:41.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:41 
13:45:41 (SWT:1367): Gtk-WARNING **: 17:45:41.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:41 
13:45:41 (SWT:1367): Gtk-WARNING **: 17:45:41.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:41 
13:45:41 (SWT:1367): Gtk-WARNING **: 17:45:41.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:41 
13:45:41 (SWT:1367): Gtk-WARNING **: 17:45:41.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:41 
13:45:41 (SWT:1367): Gtk-WARNING **: 17:45:41.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:41 
13:45:41 (SWT:1367): Gtk-WARNING **: 17:45:41.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:43 
13:45:43 (SWT:1367): Gtk-WARNING **: 17:45:43.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:43 
13:45:43 (SWT:1367): Gtk-WARNING **: 17:45:43.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:43 
13:45:43 (SWT:1367): Gtk-WARNING **: 17:45:43.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:43 
13:45:43 (SWT:1367): Gtk-WARNING **: 17:45:43.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:43 
13:45:43 (SWT:1367): Gtk-WARNING **: 17:45:43.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:43 
13:45:43 (SWT:1367): Gtk-WARNING **: 17:45:43.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:43 
13:45:43 (SWT:1367): Gtk-WARNING **: 17:45:43.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:45 
13:45:45 (SWT:1367): Gtk-WARNING **: 17:45:45.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:45 
13:45:45 (SWT:1367): Gtk-WARNING **: 17:45:45.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:45 
13:45:45 (SWT:1367): Gtk-WARNING **: 17:45:45.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:45 
13:45:45 (SWT:1367): Gtk-WARNING **: 17:45:45.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:45 
13:45:45 (SWT:1367): Gtk-WARNING **: 17:45:45.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:45 
13:45:45 (SWT:1367): Gtk-WARNING **: 17:45:45.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:45 
13:45:45 (SWT:1367): Gtk-WARNING **: 17:45:45.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:47 
13:45:47 (SWT:1367): Gtk-WARNING **: 17:45:47.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:47 
13:45:47 (SWT:1367): Gtk-WARNING **: 17:45:47.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:47 
13:45:47 (SWT:1367): Gtk-WARNING **: 17:45:47.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:47 
13:45:47 (SWT:1367): Gtk-WARNING **: 17:45:47.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:47 
13:45:47 (SWT:1367): Gtk-WARNING **: 17:45:47.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:47 
13:45:47 (SWT:1367): Gtk-WARNING **: 17:45:47.947: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:47 
13:45:47 (SWT:1367): Gtk-WARNING **: 17:45:47.947: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:49 
13:45:49 (SWT:1367): Gtk-WARNING **: 17:45:49.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:49 
13:45:49 (SWT:1367): Gtk-WARNING **: 17:45:50.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:50 
13:45:50 (SWT:1367): Gtk-WARNING **: 17:45:50.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:50 
13:45:50 (SWT:1367): Gtk-WARNING **: 17:45:50.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:50 
13:45:50 (SWT:1367): Gtk-WARNING **: 17:45:50.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:50 
13:45:50 (SWT:1367): Gtk-WARNING **: 17:45:50.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:50 
13:45:50 (SWT:1367): Gtk-WARNING **: 17:45:50.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:51 
13:45:51 (SWT:1367): Gtk-WARNING **: 17:45:51.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:51 
13:45:51 (SWT:1367): Gtk-WARNING **: 17:45:51.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:51 
13:45:51 (SWT:1367): Gtk-WARNING **: 17:45:51.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:51 
13:45:51 (SWT:1367): Gtk-WARNING **: 17:45:51.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:51 
13:45:51 (SWT:1367): Gtk-WARNING **: 17:45:51.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:51 
13:45:51 (SWT:1367): Gtk-WARNING **: 17:45:51.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:51 
13:45:51 (SWT:1367): Gtk-WARNING **: 17:45:51.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:54 
13:45:54 (SWT:1367): Gtk-WARNING **: 17:45:54.009: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:54 
13:45:54 (SWT:1367): Gtk-WARNING **: 17:45:54.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:54 
13:45:54 (SWT:1367): Gtk-WARNING **: 17:45:54.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:54 
13:45:54 (SWT:1367): Gtk-WARNING **: 17:45:54.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:54 
13:45:54 (SWT:1367): Gtk-WARNING **: 17:45:54.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:54 
13:45:54 (SWT:1367): Gtk-WARNING **: 17:45:54.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:54 
13:45:54 (SWT:1367): Gtk-WARNING **: 17:45:54.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:55 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.49 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest
13:45:55 selectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest)  Time elapsed: 2.104 s
13:45:55 findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest)  Time elapsed: 2.101 s
13:45:55 clicksRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest)  Time elapsed: 2.176 s
13:45:55 togglesRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest)  Time elapsed: 2.041 s
13:45:55 togglingRadioButtonDeselectsOtherConditionally(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest)  Time elapsed: 2.092 s
13:45:55 clickingRadioButtonDeselectsOther(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest)  Time elapsed: 1.925 s
13:45:55 deselectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest)  Time elapsed: 2.074 s
13:45:55 clicksRadioButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest)  Time elapsed: 1.972 s
13:45:55 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest
13:45:56 
13:45:56 (SWT:1367): Gtk-WARNING **: 17:45:56.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:56 
13:45:56 (SWT:1367): Gtk-WARNING **: 17:45:56.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:56 
13:45:56 (SWT:1367): Gtk-WARNING **: 17:45:56.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:56 
13:45:56 (SWT:1367): Gtk-WARNING **: 17:45:56.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:56 
13:45:56 (SWT:1367): Gtk-WARNING **: 17:45:56.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:56 
13:45:56 (SWT:1367): Gtk-WARNING **: 17:45:56.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:56 
13:45:56 (SWT:1367): Gtk-WARNING **: 17:45:56.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:58 
13:45:58 (SWT:1367): Gtk-WARNING **: 17:45:58.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:58 
13:45:58 (SWT:1367): Gtk-WARNING **: 17:45:58.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:58 
13:45:58 (SWT:1367): Gtk-WARNING **: 17:45:58.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:58 
13:45:58 (SWT:1367): Gtk-WARNING **: 17:45:58.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:58 
13:45:58 (SWT:1367): Gtk-WARNING **: 17:45:58.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:58 
13:45:58 (SWT:1367): Gtk-WARNING **: 17:45:58.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:45:58 
13:45:58 (SWT:1367): Gtk-WARNING **: 17:45:58.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:00 
13:46:00 (SWT:1367): Gtk-WARNING **: 17:46:00.152: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:00 
13:46:00 (SWT:1367): Gtk-WARNING **: 17:46:00.157: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:00 
13:46:00 (SWT:1367): Gtk-WARNING **: 17:46:00.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:00 
13:46:00 (SWT:1367): Gtk-WARNING **: 17:46:00.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:00 
13:46:00 (SWT:1367): Gtk-WARNING **: 17:46:00.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:00 
13:46:00 (SWT:1367): Gtk-WARNING **: 17:46:00.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:00 
13:46:00 (SWT:1367): Gtk-WARNING **: 17:46:00.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:02 
13:46:02 (SWT:1367): Gtk-WARNING **: 17:46:02.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:02 
13:46:02 (SWT:1367): Gtk-WARNING **: 17:46:02.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:02 
13:46:02 (SWT:1367): Gtk-WARNING **: 17:46:02.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:02 
13:46:02 (SWT:1367): Gtk-WARNING **: 17:46:02.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:02 
13:46:02 (SWT:1367): Gtk-WARNING **: 17:46:02.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:02 
13:46:02 (SWT:1367): Gtk-WARNING **: 17:46:02.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:02 
13:46:02 (SWT:1367): Gtk-WARNING **: 17:46:02.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:04 
13:46:04 (SWT:1367): Gtk-WARNING **: 17:46:04.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:04 
13:46:04 (SWT:1367): Gtk-WARNING **: 17:46:04.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:04 
13:46:04 (SWT:1367): Gtk-WARNING **: 17:46:04.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:04 
13:46:04 (SWT:1367): Gtk-WARNING **: 17:46:04.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:04 
13:46:04 (SWT:1367): Gtk-WARNING **: 17:46:04.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:04 
13:46:04 (SWT:1367): Gtk-WARNING **: 17:46:04.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:04 
13:46:04 (SWT:1367): Gtk-WARNING **: 17:46:04.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:06 
13:46:06 (SWT:1367): Gtk-WARNING **: 17:46:06.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:06 
13:46:06 (SWT:1367): Gtk-WARNING **: 17:46:06.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:06 
13:46:06 (SWT:1367): Gtk-WARNING **: 17:46:06.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:06 
13:46:06 (SWT:1367): Gtk-WARNING **: 17:46:06.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:06 
13:46:06 (SWT:1367): Gtk-WARNING **: 17:46:06.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:06 
13:46:06 (SWT:1367): Gtk-WARNING **: 17:46:06.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:06 
13:46:06 (SWT:1367): Gtk-WARNING **: 17:46:06.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:08 
13:46:08 (SWT:1367): Gtk-WARNING **: 17:46:08.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:08 
13:46:08 (SWT:1367): Gtk-WARNING **: 17:46:08.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:08 
13:46:08 (SWT:1367): Gtk-WARNING **: 17:46:08.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:08 
13:46:08 (SWT:1367): Gtk-WARNING **: 17:46:08.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:08 
13:46:08 (SWT:1367): Gtk-WARNING **: 17:46:08.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:08 
13:46:08 (SWT:1367): Gtk-WARNING **: 17:46:08.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:08 
13:46:08 (SWT:1367): Gtk-WARNING **: 17:46:08.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:10 
13:46:10 (SWT:1367): Gtk-WARNING **: 17:46:10.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:10 
13:46:10 (SWT:1367): Gtk-WARNING **: 17:46:10.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:10 
13:46:10 (SWT:1367): Gtk-WARNING **: 17:46:10.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:10 
13:46:10 (SWT:1367): Gtk-WARNING **: 17:46:10.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:10 
13:46:10 (SWT:1367): Gtk-WARNING **: 17:46:10.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:10 
13:46:10 (SWT:1367): Gtk-WARNING **: 17:46:10.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:10 
13:46:10 (SWT:1367): Gtk-WARNING **: 17:46:10.360: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:12 
13:46:12 (SWT:1367): Gtk-WARNING **: 17:46:12.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:12 
13:46:12 (SWT:1367): Gtk-WARNING **: 17:46:12.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:12 
13:46:12 (SWT:1367): Gtk-WARNING **: 17:46:12.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:12 
13:46:12 (SWT:1367): Gtk-WARNING **: 17:46:12.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:12 
13:46:12 (SWT:1367): Gtk-WARNING **: 17:46:12.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:12 
13:46:12 (SWT:1367): Gtk-WARNING **: 17:46:12.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:12 
13:46:12 (SWT:1367): Gtk-WARNING **: 17:46:12.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:14 
13:46:14 (SWT:1367): Gtk-WARNING **: 17:46:14.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:14 
13:46:14 (SWT:1367): Gtk-WARNING **: 17:46:14.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:14 
13:46:14 (SWT:1367): Gtk-WARNING **: 17:46:14.611: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:14 
13:46:14 (SWT:1367): Gtk-WARNING **: 17:46:14.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:14 
13:46:14 (SWT:1367): Gtk-WARNING **: 17:46:14.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:14 
13:46:14 (SWT:1367): Gtk-WARNING **: 17:46:14.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:14 
13:46:14 (SWT:1367): Gtk-WARNING **: 17:46:14.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:16 
13:46:16 (SWT:1367): Gtk-WARNING **: 17:46:16.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:16 
13:46:16 (SWT:1367): Gtk-WARNING **: 17:46:16.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:16 
13:46:16 (SWT:1367): Gtk-WARNING **: 17:46:16.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:16 
13:46:16 (SWT:1367): Gtk-WARNING **: 17:46:16.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:16 
13:46:16 (SWT:1367): Gtk-WARNING **: 17:46:16.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:16 
13:46:16 (SWT:1367): Gtk-WARNING **: 17:46:16.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:16 
13:46:16 (SWT:1367): Gtk-WARNING **: 17:46:16.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:20 
13:46:20 (SWT:1367): Gtk-WARNING **: 17:46:20.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:20 
13:46:20 (SWT:1367): Gtk-WARNING **: 17:46:20.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:20 
13:46:20 (SWT:1367): Gtk-WARNING **: 17:46:20.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:20 
13:46:20 (SWT:1367): Gtk-WARNING **: 17:46:20.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:20 
13:46:20 (SWT:1367): Gtk-WARNING **: 17:46:20.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:20 
13:46:20 (SWT:1367): Gtk-WARNING **: 17:46:20.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:20 
13:46:20 (SWT:1367): Gtk-WARNING **: 17:46:20.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:24 
13:46:24 (SWT:1367): Gtk-WARNING **: 17:46:24.455: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:24 
13:46:24 (SWT:1367): Gtk-WARNING **: 17:46:24.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:24 
13:46:24 (SWT:1367): Gtk-WARNING **: 17:46:24.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:24 
13:46:24 (SWT:1367): Gtk-WARNING **: 17:46:24.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:24 
13:46:24 (SWT:1367): Gtk-WARNING **: 17:46:24.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:24 
13:46:24 (SWT:1367): Gtk-WARNING **: 17:46:24.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:24 
13:46:24 (SWT:1367): Gtk-WARNING **: 17:46:24.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:26 
13:46:26 (SWT:1367): Gtk-WARNING **: 17:46:26.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:26 
13:46:26 (SWT:1367): Gtk-WARNING **: 17:46:26.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:26 
13:46:26 (SWT:1367): Gtk-WARNING **: 17:46:26.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:26 
13:46:26 (SWT:1367): Gtk-WARNING **: 17:46:26.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:26 
13:46:26 (SWT:1367): Gtk-WARNING **: 17:46:26.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:26 
13:46:26 (SWT:1367): Gtk-WARNING **: 17:46:26.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:26 
13:46:26 (SWT:1367): Gtk-WARNING **: 17:46:26.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:29 
13:46:29 (SWT:1367): Gtk-WARNING **: 17:46:29.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:29 
13:46:29 (SWT:1367): Gtk-WARNING **: 17:46:29.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:29 
13:46:29 (SWT:1367): Gtk-WARNING **: 17:46:29.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:29 
13:46:29 (SWT:1367): Gtk-WARNING **: 17:46:29.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:29 
13:46:29 (SWT:1367): Gtk-WARNING **: 17:46:29.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:29 
13:46:29 (SWT:1367): Gtk-WARNING **: 17:46:29.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:29 
13:46:29 (SWT:1367): Gtk-WARNING **: 17:46:29.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:31 
13:46:31 (SWT:1367): Gtk-WARNING **: 17:46:31.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:31 
13:46:31 (SWT:1367): Gtk-WARNING **: 17:46:31.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:31 
13:46:31 (SWT:1367): Gtk-WARNING **: 17:46:31.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:31 
13:46:31 (SWT:1367): Gtk-WARNING **: 17:46:31.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:31 
13:46:31 (SWT:1367): Gtk-WARNING **: 17:46:31.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:31 
13:46:31 (SWT:1367): Gtk-WARNING **: 17:46:31.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:31 
13:46:31 (SWT:1367): Gtk-WARNING **: 17:46:31.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:34 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.426 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest
13:46:34 findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.057 s
13:46:34 clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.084 s
13:46:34 clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.059 s
13:46:34 findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 1.971 s
13:46:34 testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.047 s
13:46:34 clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.059 s
13:46:34 findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.055 s
13:46:34 clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.088 s
13:46:34 findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.151 s
13:46:34 clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.117 s
13:46:34 clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 4.135 s
13:46:34 findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 3.552 s
13:46:34 testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.325 s
13:46:34 clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.435 s
13:46:34 findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.466 s
13:46:34 clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest)  Time elapsed: 2.809 s
13:46:34 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest
13:46:34 
13:46:34 (SWT:1367): Gtk-WARNING **: 17:46:34.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:34 
13:46:34 (SWT:1367): Gtk-WARNING **: 17:46:34.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:34 
13:46:34 (SWT:1367): Gtk-WARNING **: 17:46:34.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:34 
13:46:34 (SWT:1367): Gtk-WARNING **: 17:46:34.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:34 
13:46:34 (SWT:1367): Gtk-WARNING **: 17:46:34.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:34 
13:46:34 (SWT:1367): Gtk-WARNING **: 17:46:34.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:34 
13:46:34 (SWT:1367): Gtk-WARNING **: 17:46:34.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:36 
13:46:36 (SWT:1367): Gtk-WARNING **: 17:46:36.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:36 
13:46:36 (SWT:1367): Gtk-WARNING **: 17:46:36.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:36 
13:46:36 (SWT:1367): Gtk-WARNING **: 17:46:36.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:36 
13:46:36 (SWT:1367): Gtk-WARNING **: 17:46:36.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:36 
13:46:36 (SWT:1367): Gtk-WARNING **: 17:46:36.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:36 
13:46:36 (SWT:1367): Gtk-WARNING **: 17:46:36.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:36 
13:46:36 (SWT:1367): Gtk-WARNING **: 17:46:36.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:39 
13:46:39 (SWT:1367): Gtk-WARNING **: 17:46:39.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:39 
13:46:39 (SWT:1367): Gtk-WARNING **: 17:46:39.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:39 
13:46:39 (SWT:1367): Gtk-WARNING **: 17:46:39.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:39 
13:46:39 (SWT:1367): Gtk-WARNING **: 17:46:39.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:39 
13:46:39 (SWT:1367): Gtk-WARNING **: 17:46:39.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:39 
13:46:39 (SWT:1367): Gtk-WARNING **: 17:46:39.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:39 
13:46:39 (SWT:1367): Gtk-WARNING **: 17:46:39.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:41 
13:46:41 (SWT:1367): Gtk-WARNING **: 17:46:41.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:41 
13:46:41 (SWT:1367): Gtk-WARNING **: 17:46:41.537: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:41 
13:46:41 (SWT:1367): Gtk-WARNING **: 17:46:41.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:41 
13:46:41 (SWT:1367): Gtk-WARNING **: 17:46:41.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:41 
13:46:41 (SWT:1367): Gtk-WARNING **: 17:46:41.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:41 
13:46:41 (SWT:1367): Gtk-WARNING **: 17:46:41.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:41 
13:46:41 (SWT:1367): Gtk-WARNING **: 17:46:41.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:43 
13:46:43 (SWT:1367): Gtk-WARNING **: 17:46:43.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:43 
13:46:43 (SWT:1367): Gtk-WARNING **: 17:46:43.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:43 
13:46:43 (SWT:1367): Gtk-WARNING **: 17:46:43.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:43 
13:46:43 (SWT:1367): Gtk-WARNING **: 17:46:43.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:43 
13:46:43 (SWT:1367): Gtk-WARNING **: 17:46:43.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:43 
13:46:43 (SWT:1367): Gtk-WARNING **: 17:46:43.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:43 
13:46:43 (SWT:1367): Gtk-WARNING **: 17:46:43.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:45 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.769 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest
13:46:45 findsDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest)  Time elapsed: 2.366 s
13:46:45 bug347824(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest)  Time elapsed: 2.309 s
13:46:45 shouldHandleInvalidDates(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest)  Time elapsed: 2.299 s
13:46:45 setsAndGetsDateOnDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest)  Time elapsed: 2.378 s
13:46:45 sendsNotification(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest)  Time elapsed: 2.409 s
13:46:45 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest
13:46:46 
13:46:46 (SWT:1367): Gtk-WARNING **: 17:46:46.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:46 
13:46:46 (SWT:1367): Gtk-WARNING **: 17:46:46.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:46 
13:46:46 (SWT:1367): Gtk-WARNING **: 17:46:46.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:46 
13:46:46 (SWT:1367): Gtk-WARNING **: 17:46:46.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:46 
13:46:46 (SWT:1367): Gtk-WARNING **: 17:46:46.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:46 
13:46:46 (SWT:1367): Gtk-WARNING **: 17:46:46.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:46 
13:46:46 (SWT:1367): Gtk-WARNING **: 17:46:46.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:48 
13:46:48 (SWT:1367): Gtk-WARNING **: 17:46:48.656: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:48 
13:46:48 (SWT:1367): Gtk-WARNING **: 17:46:48.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:48 
13:46:48 (SWT:1367): Gtk-WARNING **: 17:46:48.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:48 
13:46:48 (SWT:1367): Gtk-WARNING **: 17:46:48.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:48 
13:46:48 (SWT:1367): Gtk-WARNING **: 17:46:48.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:48 
13:46:48 (SWT:1367): Gtk-WARNING **: 17:46:48.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:48 
13:46:48 (SWT:1367): Gtk-WARNING **: 17:46:48.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:54 
13:46:54 (SWT:1367): Gtk-WARNING **: 17:46:54.993: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:54 
13:46:54 (SWT:1367): Gtk-WARNING **: 17:46:55.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:55 
13:46:55 (SWT:1367): Gtk-WARNING **: 17:46:55.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:55 
13:46:55 (SWT:1367): Gtk-WARNING **: 17:46:55.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:55 
13:46:55 (SWT:1367): Gtk-WARNING **: 17:46:55.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:55 
13:46:55 (SWT:1367): Gtk-WARNING **: 17:46:55.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:46:55 
13:46:55 (SWT:1367): Gtk-WARNING **: 17:46:55.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:01 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.252 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest
13:47:01 clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest)  Time elapsed: 2.353 s
13:47:01 doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest)  Time elapsed: 6.285 s
13:47:01 doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest)  Time elapsed: 6.611 s
13:47:01 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest
13:47:07 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.255 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest
13:47:07 canClickContextMenuOnCTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest)  Time elapsed: 0.623 s
13:47:07 canCloseCTabItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest)  Time elapsed: 5.627 s
13:47:07 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest
13:47:07 
13:47:07 (SWT:1367): Gtk-WARNING **: 17:47:07.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:07 
13:47:07 (SWT:1367): Gtk-WARNING **: 17:47:07.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:07 
13:47:07 (SWT:1367): Gtk-WARNING **: 17:47:07.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:07 
13:47:07 (SWT:1367): Gtk-WARNING **: 17:47:07.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:07 
13:47:07 (SWT:1367): Gtk-WARNING **: 17:47:07.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:07 
13:47:07 (SWT:1367): Gtk-WARNING **: 17:47:07.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:07 
13:47:07 (SWT:1367): Gtk-WARNING **: 17:47:07.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:10 
13:47:10 (SWT:1367): Gtk-WARNING **: 17:47:10.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:10 
13:47:10 (SWT:1367): Gtk-WARNING **: 17:47:10.814: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:10 
13:47:10 (SWT:1367): Gtk-WARNING **: 17:47:10.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:10 
13:47:10 (SWT:1367): Gtk-WARNING **: 17:47:10.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:10 
13:47:10 (SWT:1367): Gtk-WARNING **: 17:47:10.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:10 
13:47:10 (SWT:1367): Gtk-WARNING **: 17:47:10.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:10 
13:47:10 (SWT:1367): Gtk-WARNING **: 17:47:10.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:13 
13:47:13 (SWT:1367): Gtk-WARNING **: 17:47:13.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:13 
13:47:13 (SWT:1367): Gtk-WARNING **: 17:47:13.569: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:13 
13:47:13 (SWT:1367): Gtk-WARNING **: 17:47:13.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:13 
13:47:13 (SWT:1367): Gtk-WARNING **: 17:47:13.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:13 
13:47:13 (SWT:1367): Gtk-WARNING **: 17:47:13.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:13 
13:47:13 (SWT:1367): Gtk-WARNING **: 17:47:13.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:13 
13:47:13 (SWT:1367): Gtk-WARNING **: 17:47:13.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:16 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.603 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest
13:47:16 clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest)  Time elapsed: 2.98 s
13:47:16 findsTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest)  Time elapsed: 2.718 s
13:47:16 clicksTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest)  Time elapsed: 2.901 s
13:47:16 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest
13:47:16 
13:47:16 (SWT:1367): Gtk-WARNING **: 17:47:16.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:16 
13:47:16 (SWT:1367): Gtk-WARNING **: 17:47:16.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:16 
13:47:16 (SWT:1367): Gtk-WARNING **: 17:47:16.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:16 
13:47:16 (SWT:1367): Gtk-WARNING **: 17:47:16.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:16 
13:47:16 (SWT:1367): Gtk-WARNING **: 17:47:16.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:16 
13:47:16 (SWT:1367): Gtk-WARNING **: 17:47:16.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:16 
13:47:16 (SWT:1367): Gtk-WARNING **: 17:47:16.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:18 
13:47:18 (SWT:1367): Gtk-WARNING **: 17:47:18.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:18 
13:47:18 (SWT:1367): Gtk-WARNING **: 17:47:18.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:18 
13:47:18 (SWT:1367): Gtk-WARNING **: 17:47:18.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:18 
13:47:18 (SWT:1367): Gtk-WARNING **: 17:47:18.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:18 
13:47:18 (SWT:1367): Gtk-WARNING **: 17:47:18.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:18 
13:47:18 (SWT:1367): Gtk-WARNING **: 17:47:18.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:18 
13:47:18 (SWT:1367): Gtk-WARNING **: 17:47:18.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:21 
13:47:21 (SWT:1367): Gtk-WARNING **: 17:47:21.302: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:21 
13:47:21 (SWT:1367): Gtk-WARNING **: 17:47:21.308: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:21 
13:47:21 (SWT:1367): Gtk-WARNING **: 17:47:21.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:21 
13:47:21 (SWT:1367): Gtk-WARNING **: 17:47:21.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:21 
13:47:21 (SWT:1367): Gtk-WARNING **: 17:47:21.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:21 
13:47:21 (SWT:1367): Gtk-WARNING **: 17:47:21.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:21 
13:47:21 (SWT:1367): Gtk-WARNING **: 17:47:21.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:23 
13:47:23 (SWT:1367): Gtk-WARNING **: 17:47:23.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:23 
13:47:23 (SWT:1367): Gtk-WARNING **: 17:47:23.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:23 
13:47:23 (SWT:1367): Gtk-WARNING **: 17:47:23.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:23 
13:47:23 (SWT:1367): Gtk-WARNING **: 17:47:23.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:23 
13:47:23 (SWT:1367): Gtk-WARNING **: 17:47:23.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:23 
13:47:23 (SWT:1367): Gtk-WARNING **: 17:47:23.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:23 
13:47:23 (SWT:1367): Gtk-WARNING **: 17:47:23.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:26 
13:47:26 (SWT:1367): Gtk-WARNING **: 17:47:26.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:26 
13:47:26 (SWT:1367): Gtk-WARNING **: 17:47:26.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:26 
13:47:26 (SWT:1367): Gtk-WARNING **: 17:47:26.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:26 
13:47:26 (SWT:1367): Gtk-WARNING **: 17:47:26.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:26 
13:47:26 (SWT:1367): Gtk-WARNING **: 17:47:26.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:26 
13:47:26 (SWT:1367): Gtk-WARNING **: 17:47:26.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:26 
13:47:26 (SWT:1367): Gtk-WARNING **: 17:47:26.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:28 
13:47:28 (SWT:1367): Gtk-WARNING **: 17:47:28.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:28 
13:47:28 (SWT:1367): Gtk-WARNING **: 17:47:28.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:28 
13:47:28 (SWT:1367): Gtk-WARNING **: 17:47:28.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:28 
13:47:28 (SWT:1367): Gtk-WARNING **: 17:47:28.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:28 
13:47:28 (SWT:1367): Gtk-WARNING **: 17:47:28.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:28 
13:47:28 (SWT:1367): Gtk-WARNING **: 17:47:28.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:28 
13:47:28 (SWT:1367): Gtk-WARNING **: 17:47:28.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:30 
13:47:30 (SWT:1367): Gtk-WARNING **: 17:47:30.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:30 
13:47:30 (SWT:1367): Gtk-WARNING **: 17:47:30.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:30 
13:47:30 (SWT:1367): Gtk-WARNING **: 17:47:30.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:30 
13:47:30 (SWT:1367): Gtk-WARNING **: 17:47:30.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:30 
13:47:30 (SWT:1367): Gtk-WARNING **: 17:47:30.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:30 
13:47:30 (SWT:1367): Gtk-WARNING **: 17:47:30.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:30 
13:47:30 (SWT:1367): Gtk-WARNING **: 17:47:30.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:33 
13:47:33 (SWT:1367): Gtk-WARNING **: 17:47:33.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:33 
13:47:33 (SWT:1367): Gtk-WARNING **: 17:47:33.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:33 
13:47:33 (SWT:1367): Gtk-WARNING **: 17:47:33.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:33 
13:47:33 (SWT:1367): Gtk-WARNING **: 17:47:33.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:33 
13:47:33 (SWT:1367): Gtk-WARNING **: 17:47:33.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:33 
13:47:33 (SWT:1367): Gtk-WARNING **: 17:47:33.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:33 
13:47:33 (SWT:1367): Gtk-WARNING **: 17:47:33.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:40 
13:47:40 (SWT:1367): Gtk-WARNING **: 17:47:40.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:40 
13:47:40 (SWT:1367): Gtk-WARNING **: 17:47:40.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:40 
13:47:40 (SWT:1367): Gtk-WARNING **: 17:47:40.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:40 
13:47:40 (SWT:1367): Gtk-WARNING **: 17:47:40.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:40 
13:47:40 (SWT:1367): Gtk-WARNING **: 17:47:40.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:40 
13:47:40 (SWT:1367): Gtk-WARNING **: 17:47:40.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:40 
13:47:40 (SWT:1367): Gtk-WARNING **: 17:47:40.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:43 
13:47:43 (SWT:1367): Gtk-WARNING **: 17:47:43.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:43 
13:47:43 (SWT:1367): Gtk-WARNING **: 17:47:43.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:43 
13:47:43 (SWT:1367): Gtk-WARNING **: 17:47:43.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:43 
13:47:43 (SWT:1367): Gtk-WARNING **: 17:47:43.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:43 
13:47:43 (SWT:1367): Gtk-WARNING **: 17:47:43.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:43 
13:47:43 (SWT:1367): Gtk-WARNING **: 17:47:43.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:43 
13:47:43 (SWT:1367): Gtk-WARNING **: 17:47:43.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:44 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'
13:47:45 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'
13:47:45 
13:47:45 (SWT:1367): Gtk-WARNING **: 17:47:45.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:45 
13:47:45 (SWT:1367): Gtk-WARNING **: 17:47:45.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:45 
13:47:45 (SWT:1367): Gtk-WARNING **: 17:47:45.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:45 
13:47:45 (SWT:1367): Gtk-WARNING **: 17:47:45.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:45 
13:47:45 (SWT:1367): Gtk-WARNING **: 17:47:45.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:45 
13:47:45 (SWT:1367): Gtk-WARNING **: 17:47:45.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:45 
13:47:45 (SWT:1367): Gtk-WARNING **: 17:47:45.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:48 
13:47:48 (SWT:1367): Gtk-WARNING **: 17:47:48.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:48 
13:47:48 (SWT:1367): Gtk-WARNING **: 17:47:48.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:48 
13:47:48 (SWT:1367): Gtk-WARNING **: 17:47:48.319: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:48 
13:47:48 (SWT:1367): Gtk-WARNING **: 17:47:48.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:48 
13:47:48 (SWT:1367): Gtk-WARNING **: 17:47:48.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:48 
13:47:48 (SWT:1367): Gtk-WARNING **: 17:47:48.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:48 
13:47:48 (SWT:1367): Gtk-WARNING **: 17:47:48.322: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:50 
13:47:50 (SWT:1367): Gtk-WARNING **: 17:47:50.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:50 
13:47:50 (SWT:1367): Gtk-WARNING **: 17:47:50.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:50 
13:47:50 (SWT:1367): Gtk-WARNING **: 17:47:50.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:50 
13:47:50 (SWT:1367): Gtk-WARNING **: 17:47:50.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:50 
13:47:50 (SWT:1367): Gtk-WARNING **: 17:47:50.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:50 
13:47:50 (SWT:1367): Gtk-WARNING **: 17:47:50.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:50 
13:47:50 (SWT:1367): Gtk-WARNING **: 17:47:50.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:53 
13:47:53 (SWT:1367): Gtk-WARNING **: 17:47:53.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:53 
13:47:53 (SWT:1367): Gtk-WARNING **: 17:47:53.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:53 
13:47:53 (SWT:1367): Gtk-WARNING **: 17:47:53.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:53 
13:47:53 (SWT:1367): Gtk-WARNING **: 17:47:53.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:53 
13:47:53 (SWT:1367): Gtk-WARNING **: 17:47:53.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:53 
13:47:53 (SWT:1367): Gtk-WARNING **: 17:47:53.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:53 
13:47:53 (SWT:1367): Gtk-WARNING **: 17:47:53.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:55 
13:47:55 (SWT:1367): Gtk-WARNING **: 17:47:55.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:55 
13:47:55 (SWT:1367): Gtk-WARNING **: 17:47:55.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:55 
13:47:55 (SWT:1367): Gtk-WARNING **: 17:47:55.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:55 
13:47:55 (SWT:1367): Gtk-WARNING **: 17:47:55.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:55 
13:47:55 (SWT:1367): Gtk-WARNING **: 17:47:55.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:55 
13:47:55 (SWT:1367): Gtk-WARNING **: 17:47:55.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:55 
13:47:55 (SWT:1367): Gtk-WARNING **: 17:47:55.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:58 
13:47:58 (SWT:1367): Gtk-WARNING **: 17:47:58.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:58 
13:47:58 (SWT:1367): Gtk-WARNING **: 17:47:58.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:58 
13:47:58 (SWT:1367): Gtk-WARNING **: 17:47:58.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:58 
13:47:58 (SWT:1367): Gtk-WARNING **: 17:47:58.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:58 
13:47:58 (SWT:1367): Gtk-WARNING **: 17:47:58.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:58 
13:47:58 (SWT:1367): Gtk-WARNING **: 17:47:58.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:47:58 
13:47:58 (SWT:1367): Gtk-WARNING **: 17:47:58.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:00 
13:48:00 (SWT:1367): Gtk-WARNING **: 17:48:00.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:00 
13:48:00 (SWT:1367): Gtk-WARNING **: 17:48:00.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:00 
13:48:00 (SWT:1367): Gtk-WARNING **: 17:48:00.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:00 
13:48:00 (SWT:1367): Gtk-WARNING **: 17:48:00.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:00 
13:48:00 (SWT:1367): Gtk-WARNING **: 17:48:00.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:00 
13:48:00 (SWT:1367): Gtk-WARNING **: 17:48:00.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:00 
13:48:00 (SWT:1367): Gtk-WARNING **: 17:48:00.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:03 
13:48:03 (SWT:1367): Gtk-WARNING **: 17:48:03.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:03 
13:48:03 (SWT:1367): Gtk-WARNING **: 17:48:03.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:03 
13:48:03 (SWT:1367): Gtk-WARNING **: 17:48:03.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:03 
13:48:03 (SWT:1367): Gtk-WARNING **: 17:48:03.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:03 
13:48:03 (SWT:1367): Gtk-WARNING **: 17:48:03.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:03 
13:48:03 (SWT:1367): Gtk-WARNING **: 17:48:03.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:03 
13:48:03 (SWT:1367): Gtk-WARNING **: 17:48:03.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:05 
13:48:05 (SWT:1367): Gtk-WARNING **: 17:48:05.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:05 
13:48:05 (SWT:1367): Gtk-WARNING **: 17:48:05.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:05 
13:48:05 (SWT:1367): Gtk-WARNING **: 17:48:05.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:05 
13:48:05 (SWT:1367): Gtk-WARNING **: 17:48:05.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:05 
13:48:05 (SWT:1367): Gtk-WARNING **: 17:48:05.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:05 
13:48:05 (SWT:1367): Gtk-WARNING **: 17:48:05.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:05 
13:48:05 (SWT:1367): Gtk-WARNING **: 17:48:05.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:08 
13:48:08 (SWT:1367): Gtk-WARNING **: 17:48:08.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:08 
13:48:08 (SWT:1367): Gtk-WARNING **: 17:48:08.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:08 
13:48:08 (SWT:1367): Gtk-WARNING **: 17:48:08.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:08 
13:48:08 (SWT:1367): Gtk-WARNING **: 17:48:08.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:08 
13:48:08 (SWT:1367): Gtk-WARNING **: 17:48:08.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:08 
13:48:08 (SWT:1367): Gtk-WARNING **: 17:48:08.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:08 
13:48:08 (SWT:1367): Gtk-WARNING **: 17:48:08.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:11 
13:48:11 (SWT:1367): Gtk-WARNING **: 17:48:11.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:11 
13:48:11 (SWT:1367): Gtk-WARNING **: 17:48:11.214: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:11 
13:48:11 (SWT:1367): Gtk-WARNING **: 17:48:11.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:11 
13:48:11 (SWT:1367): Gtk-WARNING **: 17:48:11.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:11 
13:48:11 (SWT:1367): Gtk-WARNING **: 17:48:11.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:11 
13:48:11 (SWT:1367): Gtk-WARNING **: 17:48:11.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:11 
13:48:11 (SWT:1367): Gtk-WARNING **: 17:48:11.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:13 
13:48:13 (SWT:1367): Gtk-WARNING **: 17:48:13.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:13 
13:48:13 (SWT:1367): Gtk-WARNING **: 17:48:13.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:13 
13:48:13 (SWT:1367): Gtk-WARNING **: 17:48:13.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:13 
13:48:13 (SWT:1367): Gtk-WARNING **: 17:48:13.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:13 
13:48:13 (SWT:1367): Gtk-WARNING **: 17:48:13.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:13 
13:48:13 (SWT:1367): Gtk-WARNING **: 17:48:13.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:13 
13:48:13 (SWT:1367): Gtk-WARNING **: 17:48:13.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:16 
13:48:16 (SWT:1367): Gtk-WARNING **: 17:48:16.568: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:16 
13:48:16 (SWT:1367): Gtk-WARNING **: 17:48:16.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:16 
13:48:16 (SWT:1367): Gtk-WARNING **: 17:48:16.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:16 
13:48:16 (SWT:1367): Gtk-WARNING **: 17:48:16.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:16 
13:48:16 (SWT:1367): Gtk-WARNING **: 17:48:16.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:16 
13:48:16 (SWT:1367): Gtk-WARNING **: 17:48:16.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:16 
13:48:16 (SWT:1367): Gtk-WARNING **: 17:48:16.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:19 
13:48:19 (SWT:1367): Gtk-WARNING **: 17:48:19.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:19 
13:48:19 (SWT:1367): Gtk-WARNING **: 17:48:19.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:19 
13:48:19 (SWT:1367): Gtk-WARNING **: 17:48:19.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:19 
13:48:19 (SWT:1367): Gtk-WARNING **: 17:48:19.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:19 
13:48:19 (SWT:1367): Gtk-WARNING **: 17:48:19.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:19 
13:48:19 (SWT:1367): Gtk-WARNING **: 17:48:19.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:19 
13:48:19 (SWT:1367): Gtk-WARNING **: 17:48:19.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:22 
13:48:22 (SWT:1367): Gtk-WARNING **: 17:48:22.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:22 
13:48:22 (SWT:1367): Gtk-WARNING **: 17:48:22.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:22 
13:48:22 (SWT:1367): Gtk-WARNING **: 17:48:22.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:22 
13:48:22 (SWT:1367): Gtk-WARNING **: 17:48:22.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:22 
13:48:22 (SWT:1367): Gtk-WARNING **: 17:48:22.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:22 
13:48:22 (SWT:1367): Gtk-WARNING **: 17:48:22.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:22 
13:48:22 (SWT:1367): Gtk-WARNING **: 17:48:22.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:26 
13:48:26 (SWT:1367): Gtk-WARNING **: 17:48:26.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:26 
13:48:26 (SWT:1367): Gtk-WARNING **: 17:48:26.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:26 
13:48:26 (SWT:1367): Gtk-WARNING **: 17:48:26.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:26 
13:48:26 (SWT:1367): Gtk-WARNING **: 17:48:26.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:26 
13:48:26 (SWT:1367): Gtk-WARNING **: 17:48:26.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:26 
13:48:26 (SWT:1367): Gtk-WARNING **: 17:48:26.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:26 
13:48:26 (SWT:1367): Gtk-WARNING **: 17:48:26.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:29 
13:48:29 (SWT:1367): Gtk-WARNING **: 17:48:29.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:29 
13:48:29 (SWT:1367): Gtk-WARNING **: 17:48:29.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:29 
13:48:29 (SWT:1367): Gtk-WARNING **: 17:48:29.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:29 
13:48:29 (SWT:1367): Gtk-WARNING **: 17:48:29.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:29 
13:48:29 (SWT:1367): Gtk-WARNING **: 17:48:29.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:29 
13:48:29 (SWT:1367): Gtk-WARNING **: 17:48:29.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:29 
13:48:29 (SWT:1367): Gtk-WARNING **: 17:48:29.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:32 Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.227 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest
13:48:32 checkingATreeThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.334 s
13:48:32 selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.529 s
13:48:32 getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.448 s
13:48:32 canSelectAListOfNodes(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.558 s
13:48:32 canExpandANodeUsingVarArgs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.269 s
13:48:32 canClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.315 s
13:48:32 canUnCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.509 s
13:48:32 throwsExceptionIfNodeNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 7.431 s
13:48:32 cellOutOfRangeWithMultipleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.444 s
13:48:32 isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.425 s
13:48:32 unselects(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.585 s
13:48:32 isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.361 s
13:48:32 canFindANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.391 s
13:48:32 canDoubleClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.386 s
13:48:32 getsRow(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.657 s
13:48:32 getsColumnTextBasedOnColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.623 s
13:48:32 getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.409 s
13:48:32 getNodeBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.659 s
13:48:32 canRightClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.727 s
13:48:32 throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.643 s
13:48:32 canToggleANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.724 s
13:48:32 cellOutOfRangeWithSingleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.651 s
13:48:32 cannotFindANodeWithIncorrectNodeIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 3.383 s
13:48:32 canCallGetItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.535 s
13:48:32 canClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 3.778 s
13:48:32 canCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 3.459 s
13:48:32 throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest)  Time elapsed: 2.972 s
13:48:32 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest
13:48:32 
13:48:32 (SWT:1367): Gtk-WARNING **: 17:48:32.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:32 
13:48:32 (SWT:1367): Gtk-WARNING **: 17:48:32.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:32 
13:48:32 (SWT:1367): Gtk-WARNING **: 17:48:32.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:32 
13:48:32 (SWT:1367): Gtk-WARNING **: 17:48:32.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:32 
13:48:32 (SWT:1367): Gtk-WARNING **: 17:48:32.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:32 
13:48:32 (SWT:1367): Gtk-WARNING **: 17:48:32.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:32 
13:48:32 (SWT:1367): Gtk-WARNING **: 17:48:32.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:35 
13:48:35 (SWT:1367): Gtk-WARNING **: 17:48:35.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:35 
13:48:35 (SWT:1367): Gtk-WARNING **: 17:48:35.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:35 
13:48:35 (SWT:1367): Gtk-WARNING **: 17:48:35.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:35 
13:48:35 (SWT:1367): Gtk-WARNING **: 17:48:35.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:35 
13:48:35 (SWT:1367): Gtk-WARNING **: 17:48:35.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:35 
13:48:35 (SWT:1367): Gtk-WARNING **: 17:48:35.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:35 
13:48:35 (SWT:1367): Gtk-WARNING **: 17:48:35.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:37 
13:48:37 (SWT:1367): Gtk-WARNING **: 17:48:37.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:37 
13:48:37 (SWT:1367): Gtk-WARNING **: 17:48:37.889: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:37 
13:48:37 (SWT:1367): Gtk-WARNING **: 17:48:37.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:37 
13:48:37 (SWT:1367): Gtk-WARNING **: 17:48:37.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:37 
13:48:37 (SWT:1367): Gtk-WARNING **: 17:48:37.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:37 
13:48:37 (SWT:1367): Gtk-WARNING **: 17:48:37.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:37 
13:48:37 (SWT:1367): Gtk-WARNING **: 17:48:37.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:40 
13:48:40 (SWT:1367): Gtk-WARNING **: 17:48:40.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:40 
13:48:40 (SWT:1367): Gtk-WARNING **: 17:48:40.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:40 
13:48:40 (SWT:1367): Gtk-WARNING **: 17:48:40.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:40 
13:48:40 (SWT:1367): Gtk-WARNING **: 17:48:40.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:40 
13:48:40 (SWT:1367): Gtk-WARNING **: 17:48:40.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:40 
13:48:40 (SWT:1367): Gtk-WARNING **: 17:48:40.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:40 
13:48:40 (SWT:1367): Gtk-WARNING **: 17:48:40.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:43 
13:48:43 (SWT:1367): Gtk-WARNING **: 17:48:43.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:43 
13:48:43 (SWT:1367): Gtk-WARNING **: 17:48:43.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:43 
13:48:43 (SWT:1367): Gtk-WARNING **: 17:48:43.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:43 
13:48:43 (SWT:1367): Gtk-WARNING **: 17:48:43.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:43 
13:48:43 (SWT:1367): Gtk-WARNING **: 17:48:43.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:43 
13:48:43 (SWT:1367): Gtk-WARNING **: 17:48:43.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:43 
13:48:43 (SWT:1367): Gtk-WARNING **: 17:48:43.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:45 
13:48:45 (SWT:1367): Gtk-WARNING **: 17:48:45.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:45 
13:48:45 (SWT:1367): Gtk-WARNING **: 17:48:45.654: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:45 
13:48:45 (SWT:1367): Gtk-WARNING **: 17:48:45.656: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:45 
13:48:45 (SWT:1367): Gtk-WARNING **: 17:48:45.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:45 
13:48:45 (SWT:1367): Gtk-WARNING **: 17:48:45.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:45 
13:48:45 (SWT:1367): Gtk-WARNING **: 17:48:45.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:45 
13:48:45 (SWT:1367): Gtk-WARNING **: 17:48:45.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:48:47 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.473 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest
13:48:47 findsScaleInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest)  Time elapsed: 2.615 s
13:48:47 shouldSetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest)  Time elapsed: 2.507 s
13:48:47 shouldGetIncrementAndPageIncrement(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest)  Time elapsed: 2.577 s
13:48:47 shouldGetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest)  Time elapsed: 2.659 s
13:48:47 findsScale(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest)  Time elapsed: 2.557 s
13:48:47 shouldGetMinimumAndMaximum(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest)  Time elapsed: 2.553 s
13:48:47 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.295: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.310: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.313: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.313: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.313: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.887: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.889: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.902: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.902: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.902: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:48 
13:48:48 (SWT:1367): Gtk-CRITICAL **: 17:48:48.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:50 
13:48:50 (SWT:1367): Gtk-CRITICAL **: 17:48:50.105: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:50 
13:48:50 (SWT:1367): Gtk-CRITICAL **: 17:48:50.107: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:50 
13:48:50 (SWT:1367): Gtk-CRITICAL **: 17:48:50.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:50 
13:48:50 (SWT:1367): Gtk-CRITICAL **: 17:48:50.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:50 
13:48:50 (SWT:1367): Gtk-CRITICAL **: 17:48:50.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:50 
13:48:50 (SWT:1367): Gtk-CRITICAL **: 17:48:50.121: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:50 
13:48:50 (SWT:1367): Gtk-CRITICAL **: 17:48:50.122: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:50 
13:48:50 (SWT:1367): Gtk-CRITICAL **: 17:48:50.122: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:51 
13:48:51 (SWT:1367): Gtk-CRITICAL **: 17:48:51.804: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:51 
13:48:51 (SWT:1367): Gtk-CRITICAL **: 17:48:51.805: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:51 
13:48:51 (SWT:1367): Gtk-CRITICAL **: 17:48:51.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:51 
13:48:51 (SWT:1367): Gtk-CRITICAL **: 17:48:51.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:51 
13:48:51 (SWT:1367): Gtk-CRITICAL **: 17:48:51.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:51 
13:48:51 (SWT:1367): Gtk-CRITICAL **: 17:48:51.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:51 
13:48:51 (SWT:1367): Gtk-CRITICAL **: 17:48:51.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:51 
13:48:51 (SWT:1367): Gtk-CRITICAL **: 17:48:51.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:51 03 Jun 2020 17:48:51.824 -                      test - DEBUG -                       Keyboard - (Keyboard.java:89) - Typing text '---typed Text---
13:48:51 ' with an interval of 50ms. between characters.
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.290: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.291: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.305: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.305: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.937: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:53 
13:48:53 (SWT:1367): Gtk-CRITICAL **: 17:48:53.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:54 
13:48:54 (SWT:1367): Gtk-CRITICAL **: 17:48:54.600: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:54 
13:48:54 (SWT:1367): Gtk-CRITICAL **: 17:48:54.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:54 
13:48:54 (SWT:1367): Gtk-CRITICAL **: 17:48:54.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:54 
13:48:54 (SWT:1367): Gtk-CRITICAL **: 17:48:54.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:54 
13:48:54 (SWT:1367): Gtk-CRITICAL **: 17:48:54.616: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:54 
13:48:54 (SWT:1367): Gtk-CRITICAL **: 17:48:54.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:54 
13:48:54 (SWT:1367): Gtk-CRITICAL **: 17:48:54.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:54 
13:48:54 (SWT:1367): Gtk-CRITICAL **: 17:48:54.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.334: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.335: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.982: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.984: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:56 
13:48:56 (SWT:1367): Gtk-CRITICAL **: 17:48:56.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:57 
13:48:57 (SWT:1367): Gtk-CRITICAL **: 17:48:57.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:57 
13:48:57 (SWT:1367): Gtk-CRITICAL **: 17:48:57.542: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:57 
13:48:57 (SWT:1367): Gtk-CRITICAL **: 17:48:57.555: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:57 
13:48:57 (SWT:1367): Gtk-CRITICAL **: 17:48:57.559: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:57 
13:48:57 (SWT:1367): Gtk-CRITICAL **: 17:48:57.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:57 
13:48:57 (SWT:1367): Gtk-CRITICAL **: 17:48:57.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:57 
13:48:57 (SWT:1367): Gtk-CRITICAL **: 17:48:57.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:57 
13:48:57 (SWT:1367): Gtk-CRITICAL **: 17:48:57.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.142: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.155: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.797: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.799: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.811: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.811: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.812: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:58 
13:48:58 (SWT:1367): Gtk-CRITICAL **: 17:48:58.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:59 
13:48:59 (SWT:1367): Gtk-CRITICAL **: 17:48:59.389: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:59 
13:48:59 (SWT:1367): Gtk-CRITICAL **: 17:48:59.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:59 
13:48:59 (SWT:1367): Gtk-CRITICAL **: 17:48:59.403: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:59 
13:48:59 (SWT:1367): Gtk-CRITICAL **: 17:48:59.404: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:59 
13:48:59 (SWT:1367): Gtk-CRITICAL **: 17:48:59.404: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:59 
13:48:59 (SWT:1367): Gtk-CRITICAL **: 17:48:59.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:59 
13:48:59 (SWT:1367): Gtk-CRITICAL **: 17:48:59.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:48:59 
13:48:59 (SWT:1367): Gtk-CRITICAL **: 17:48:59.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.048: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.048: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.048: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.672: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.684: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.685: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.685: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.686: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.686: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:00 
13:49:00 (SWT:1367): Gtk-CRITICAL **: 17:49:00.686: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.292: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.879: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.880: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:01 
13:49:01 (SWT:1367): Gtk-CRITICAL **: 17:49:01.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:02 
13:49:02 (SWT:1367): Gtk-CRITICAL **: 17:49:02.505: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:02 
13:49:02 (SWT:1367): Gtk-CRITICAL **: 17:49:02.506: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:02 
13:49:02 (SWT:1367): Gtk-CRITICAL **: 17:49:02.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:02 
13:49:02 (SWT:1367): Gtk-CRITICAL **: 17:49:02.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:02 
13:49:02 (SWT:1367): Gtk-CRITICAL **: 17:49:02.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:02 
13:49:02 (SWT:1367): Gtk-CRITICAL **: 17:49:02.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:02 
13:49:02 (SWT:1367): Gtk-CRITICAL **: 17:49:02.521: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:02 
13:49:02 (SWT:1367): Gtk-CRITICAL **: 17:49:02.521: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:02 03 Jun 2020 17:49:02.522 -                      test - DEBUG -                       Keyboard - (Keyboard.java:89) - Typing text '---123 #@! :; {} [] ---
13:49:02 ' with an interval of 50ms. between characters.
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.310: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.312: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.324: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.325: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.325: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.973: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.974: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.987: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.987: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.987: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.989: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.989: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:04 
13:49:04 (SWT:1367): Gtk-CRITICAL **: 17:49:04.989: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:05 
13:49:05 (SWT:1367): Gtk-CRITICAL **: 17:49:05.627: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:05 
13:49:05 (SWT:1367): Gtk-CRITICAL **: 17:49:05.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:05 
13:49:05 (SWT:1367): Gtk-CRITICAL **: 17:49:05.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:05 
13:49:05 (SWT:1367): Gtk-CRITICAL **: 17:49:05.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:05 
13:49:05 (SWT:1367): Gtk-CRITICAL **: 17:49:05.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:05 
13:49:05 (SWT:1367): Gtk-CRITICAL **: 17:49:05.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:05 
13:49:05 (SWT:1367): Gtk-CRITICAL **: 17:49:05.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:05 
13:49:05 (SWT:1367): Gtk-CRITICAL **: 17:49:05.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:06 
13:49:06 (SWT:1367): Gtk-CRITICAL **: 17:49:06.335: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:06 
13:49:06 (SWT:1367): Gtk-CRITICAL **: 17:49:06.337: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:06 
13:49:06 (SWT:1367): Gtk-CRITICAL **: 17:49:06.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:06 
13:49:06 (SWT:1367): Gtk-CRITICAL **: 17:49:06.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:06 
13:49:06 (SWT:1367): Gtk-CRITICAL **: 17:49:06.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:06 
13:49:06 (SWT:1367): Gtk-CRITICAL **: 17:49:06.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:06 
13:49:06 (SWT:1367): Gtk-CRITICAL **: 17:49:06.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:06 
13:49:06 (SWT:1367): Gtk-CRITICAL **: 17:49:06.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:06 03 Jun 2020 17:49:06.354 -                      test - DEBUG -                       Keyboard - (Keyboard.java:89) - Typing text '---
13:49:06 	typed text
13:49:06 ---
13:49:06 ' with an interval of 50ms. between characters.
13:49:07 
13:49:07 (SWT:1367): Gtk-CRITICAL **: 17:49:07.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:07 
13:49:07 (SWT:1367): Gtk-CRITICAL **: 17:49:07.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:07 
13:49:07 (SWT:1367): Gtk-CRITICAL **: 17:49:07.994: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:07 
13:49:07 (SWT:1367): Gtk-CRITICAL **: 17:49:07.994: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:07 
13:49:07 (SWT:1367): Gtk-CRITICAL **: 17:49:07.995: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:07 
13:49:07 (SWT:1367): Gtk-CRITICAL **: 17:49:07.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:07 
13:49:07 (SWT:1367): Gtk-CRITICAL **: 17:49:07.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:07 
13:49:07 (SWT:1367): Gtk-CRITICAL **: 17:49:07.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:08 
13:49:08 (SWT:1367): Gtk-CRITICAL **: 17:49:08.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:08 
13:49:08 (SWT:1367): Gtk-CRITICAL **: 17:49:08.657: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:08 
13:49:08 (SWT:1367): Gtk-CRITICAL **: 17:49:08.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:08 
13:49:08 (SWT:1367): Gtk-CRITICAL **: 17:49:08.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:08 
13:49:08 (SWT:1367): Gtk-CRITICAL **: 17:49:08.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:08 
13:49:08 (SWT:1367): Gtk-CRITICAL **: 17:49:08.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:08 
13:49:08 (SWT:1367): Gtk-CRITICAL **: 17:49:08.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:08 
13:49:08 (SWT:1367): Gtk-CRITICAL **: 17:49:08.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:08 03 Jun 2020 17:49:08.713 -                      test - DEBUG -                       Keyboard - (Keyboard.java:89) - Typing text '---typed Text---' with an interval of 50ms. between characters.
13:49:09 03 Jun 2020 17:49:09.521 -                      test - DEBUG -                       Keyboard - (Keyboard.java:89) - Typing text '---typed Text---' with an interval of 50ms. between characters.
13:49:10 
13:49:10 (SWT:1367): Gtk-CRITICAL **: 17:49:10.924: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:10 
13:49:10 (SWT:1367): Gtk-CRITICAL **: 17:49:10.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:10 
13:49:10 (SWT:1367): Gtk-CRITICAL **: 17:49:10.937: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:10 
13:49:10 (SWT:1367): Gtk-CRITICAL **: 17:49:10.937: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:10 
13:49:10 (SWT:1367): Gtk-CRITICAL **: 17:49:10.938: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:10 
13:49:10 (SWT:1367): Gtk-CRITICAL **: 17:49:10.939: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:10 
13:49:10 (SWT:1367): Gtk-CRITICAL **: 17:49:10.939: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:10 
13:49:10 (SWT:1367): Gtk-CRITICAL **: 17:49:10.939: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 
13:49:11 (SWT:1367): Gtk-CRITICAL **: 17:49:11.495: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 
13:49:11 (SWT:1367): Gtk-CRITICAL **: 17:49:11.497: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 
13:49:11 (SWT:1367): Gtk-CRITICAL **: 17:49:11.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 
13:49:11 (SWT:1367): Gtk-CRITICAL **: 17:49:11.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 
13:49:11 (SWT:1367): Gtk-CRITICAL **: 17:49:11.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 
13:49:11 (SWT:1367): Gtk-CRITICAL **: 17:49:11.511: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 
13:49:11 (SWT:1367): Gtk-CRITICAL **: 17:49:11.512: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 
13:49:11 (SWT:1367): Gtk-CRITICAL **: 17:49:11.512: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.84 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest
13:49:11 selectsRangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.581 s
13:49:11 selectsRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 1.243 s
13:49:11 insertsTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 1.678 s
13:49:11 typesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 1.488 s
13:49:11 insertsTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.641 s
13:49:11 canDoubleClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.676 s
13:49:11 getsLinesWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 1.738 s
13:49:11 canClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.637 s
13:49:11 getsLineCountWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.576 s
13:49:11 getsBullet(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.594 s
13:49:11 canCtrlClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.662 s
13:49:11 findsStylesRangeInARangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.598 s
13:49:11 findsTextStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.618 s
13:49:11 canShiftClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.644 s
13:49:11 findsTextStyleWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.638 s
13:49:11 getsTextOnCurrentLine(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.578 s
13:49:11 setsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.603 s
13:49:11 typesSpecialCharactersAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 1.809 s
13:49:11 navigatesToAParticularLocationWithTAB(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.655 s
13:49:11 navigatesToAParticularLocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.642 s
13:49:11 findsStylesRangeInARange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.675 s
13:49:11 testTypesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 1.676 s
13:49:11 getsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.691 s
13:49:11 typesTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 2.268 s
13:49:11 getsLinesWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.593 s
13:49:11 getsLineCountWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest)  Time elapsed: 0.616 s
13:49:11 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest
13:49:11 
13:49:11 (SWT:1367): Gtk-CRITICAL **: 17:49:11.788: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 
13:49:11 (SWT:1367): Gtk-CRITICAL **: 17:49:11.797: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:49:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest
13:49:11 doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest)  Time elapsed: 0.157 s
13:49:11 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest
13:49:12 
13:49:12 (SWT:1367): Gtk-WARNING **: 17:49:12.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:12 
13:49:12 (SWT:1367): Gtk-WARNING **: 17:49:12.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:12 
13:49:12 (SWT:1367): Gtk-WARNING **: 17:49:12.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:12 
13:49:12 (SWT:1367): Gtk-WARNING **: 17:49:12.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:12 
13:49:12 (SWT:1367): Gtk-WARNING **: 17:49:12.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:12 
13:49:12 (SWT:1367): Gtk-WARNING **: 17:49:12.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:12 
13:49:12 (SWT:1367): Gtk-WARNING **: 17:49:12.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:15 
13:49:15 (SWT:1367): Gtk-WARNING **: 17:49:15.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:15 
13:49:15 (SWT:1367): Gtk-WARNING **: 17:49:15.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:15 
13:49:15 (SWT:1367): Gtk-WARNING **: 17:49:15.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:15 
13:49:15 (SWT:1367): Gtk-WARNING **: 17:49:15.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:15 
13:49:15 (SWT:1367): Gtk-WARNING **: 17:49:15.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:15 
13:49:15 (SWT:1367): Gtk-WARNING **: 17:49:15.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:15 
13:49:15 (SWT:1367): Gtk-WARNING **: 17:49:15.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:18 
13:49:18 (SWT:1367): Gtk-WARNING **: 17:49:18.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:18 
13:49:18 (SWT:1367): Gtk-WARNING **: 17:49:18.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:18 
13:49:18 (SWT:1367): Gtk-WARNING **: 17:49:18.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:18 
13:49:18 (SWT:1367): Gtk-WARNING **: 17:49:18.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:18 
13:49:18 (SWT:1367): Gtk-WARNING **: 17:49:18.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:18 
13:49:18 (SWT:1367): Gtk-WARNING **: 17:49:18.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:18 
13:49:18 (SWT:1367): Gtk-WARNING **: 17:49:18.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:21 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.641 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest
13:49:21 clicksTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest)  Time elapsed: 2.921 s
13:49:21 clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest)  Time elapsed: 3.335 s
13:49:21 findsTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest)  Time elapsed: 3.384 s
13:49:21 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest
13:49:21 
13:49:21 (SWT:1367): Gtk-WARNING **: 17:49:21.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:21 
13:49:21 (SWT:1367): Gtk-WARNING **: 17:49:21.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:21 
13:49:21 (SWT:1367): Gtk-WARNING **: 17:49:21.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:21 
13:49:21 (SWT:1367): Gtk-WARNING **: 17:49:21.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:21 
13:49:21 (SWT:1367): Gtk-WARNING **: 17:49:21.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:21 
13:49:21 (SWT:1367): Gtk-WARNING **: 17:49:21.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:21 
13:49:21 (SWT:1367): Gtk-WARNING **: 17:49:21.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:24 
13:49:24 (SWT:1367): Gtk-WARNING **: 17:49:24.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:24 
13:49:24 (SWT:1367): Gtk-WARNING **: 17:49:24.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:24 
13:49:24 (SWT:1367): Gtk-WARNING **: 17:49:24.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:24 
13:49:24 (SWT:1367): Gtk-WARNING **: 17:49:24.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:24 
13:49:24 (SWT:1367): Gtk-WARNING **: 17:49:24.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:24 
13:49:24 (SWT:1367): Gtk-WARNING **: 17:49:24.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:24 
13:49:24 (SWT:1367): Gtk-WARNING **: 17:49:24.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:27 
13:49:27 (SWT:1367): Gtk-WARNING **: 17:49:27.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:27 
13:49:27 (SWT:1367): Gtk-WARNING **: 17:49:27.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:27 
13:49:27 (SWT:1367): Gtk-WARNING **: 17:49:27.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:27 
13:49:27 (SWT:1367): Gtk-WARNING **: 17:49:27.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:27 
13:49:27 (SWT:1367): Gtk-WARNING **: 17:49:27.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:27 
13:49:27 (SWT:1367): Gtk-WARNING **: 17:49:27.804: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:27 
13:49:27 (SWT:1367): Gtk-WARNING **: 17:49:27.804: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:30 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.227 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest
13:49:30 selectionWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest)  Time elapsed: 2.865 s
13:49:30 findsSpinner(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest)  Time elapsed: 2.888 s
13:49:30 findsSpinnerInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest)  Time elapsed: 3.472 s
13:49:30 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest
13:49:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest
13:49:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest skipped
13:49:30 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest
13:49:31 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest
13:49:31 findsSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest)  Time elapsed: 0.178 s
13:49:31 clicksSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest)  Time elapsed: 0.175 s
13:49:31 findsMenuRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest)  Time elapsed: 0.162 s
13:49:31 findsMenuNotRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest)  Time elapsed: 0.179 s
13:49:31 findsMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest)  Time elapsed: 0.17 s
13:49:31 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest
13:49:32 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest
13:49:32 indexedTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest)  Time elapsed: 0.112 s
13:49:32 menuCanBeAccessedOnTrayItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest)  Time elapsed: 0.13 s
13:49:32 firstTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest)  Time elapsed: 0.14 s
13:49:32 listOfTrayItemsIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest)  Time elapsed: 0.12 s
13:49:32 trayItemWithTooltipIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest)  Time elapsed: 0.115 s
13:49:32 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest
13:49:32 
13:49:32 (SWT:1367): Gtk-WARNING **: 17:49:32.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:32 
13:49:32 (SWT:1367): Gtk-WARNING **: 17:49:32.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:32 
13:49:32 (SWT:1367): Gtk-WARNING **: 17:49:32.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:32 
13:49:32 (SWT:1367): Gtk-WARNING **: 17:49:32.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:32 
13:49:32 (SWT:1367): Gtk-WARNING **: 17:49:32.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:32 
13:49:32 (SWT:1367): Gtk-WARNING **: 17:49:32.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:32 
13:49:32 (SWT:1367): Gtk-WARNING **: 17:49:32.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:36 
13:49:36 (SWT:1367): Gtk-WARNING **: 17:49:36.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:36 
13:49:36 (SWT:1367): Gtk-WARNING **: 17:49:36.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:36 
13:49:36 (SWT:1367): Gtk-WARNING **: 17:49:36.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:36 
13:49:36 (SWT:1367): Gtk-WARNING **: 17:49:36.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:36 
13:49:36 (SWT:1367): Gtk-WARNING **: 17:49:36.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:36 
13:49:36 (SWT:1367): Gtk-WARNING **: 17:49:36.106: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:36 
13:49:36 (SWT:1367): Gtk-WARNING **: 17:49:36.106: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:39 
13:49:39 (SWT:1367): Gtk-WARNING **: 17:49:39.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:39 
13:49:39 (SWT:1367): Gtk-WARNING **: 17:49:39.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:39 
13:49:39 (SWT:1367): Gtk-WARNING **: 17:49:39.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:39 
13:49:39 (SWT:1367): Gtk-WARNING **: 17:49:39.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:39 
13:49:39 (SWT:1367): Gtk-WARNING **: 17:49:39.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:39 
13:49:39 (SWT:1367): Gtk-WARNING **: 17:49:39.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:39 
13:49:39 (SWT:1367): Gtk-WARNING **: 17:49:39.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:42 
13:49:42 (SWT:1367): Gtk-WARNING **: 17:49:42.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:42 
13:49:42 (SWT:1367): Gtk-WARNING **: 17:49:42.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:42 
13:49:42 (SWT:1367): Gtk-WARNING **: 17:49:42.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:42 
13:49:42 (SWT:1367): Gtk-WARNING **: 17:49:42.517: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:42 
13:49:42 (SWT:1367): Gtk-WARNING **: 17:49:42.517: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:42 
13:49:42 (SWT:1367): Gtk-WARNING **: 17:49:42.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:42 
13:49:42 (SWT:1367): Gtk-WARNING **: 17:49:42.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:45 
13:49:45 (SWT:1367): Gtk-WARNING **: 17:49:45.578: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:45 
13:49:45 (SWT:1367): Gtk-WARNING **: 17:49:45.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:45 
13:49:45 (SWT:1367): Gtk-WARNING **: 17:49:45.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:45 
13:49:45 (SWT:1367): Gtk-WARNING **: 17:49:45.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:45 
13:49:45 (SWT:1367): Gtk-WARNING **: 17:49:45.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:45 
13:49:45 (SWT:1367): Gtk-WARNING **: 17:49:45.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:45 
13:49:45 (SWT:1367): Gtk-WARNING **: 17:49:45.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:48 
13:49:48 (SWT:1367): Gtk-WARNING **: 17:49:48.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:48 
13:49:48 (SWT:1367): Gtk-WARNING **: 17:49:48.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:48 
13:49:48 (SWT:1367): Gtk-WARNING **: 17:49:48.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:48 
13:49:48 (SWT:1367): Gtk-WARNING **: 17:49:48.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:48 
13:49:48 (SWT:1367): Gtk-WARNING **: 17:49:48.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:48 
13:49:48 (SWT:1367): Gtk-WARNING **: 17:49:48.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:48 
13:49:48 (SWT:1367): Gtk-WARNING **: 17:49:48.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:52 
13:49:52 (SWT:1367): Gtk-WARNING **: 17:49:52.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:52 
13:49:52 (SWT:1367): Gtk-WARNING **: 17:49:52.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:52 
13:49:52 (SWT:1367): Gtk-WARNING **: 17:49:52.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:52 
13:49:52 (SWT:1367): Gtk-WARNING **: 17:49:52.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:52 
13:49:52 (SWT:1367): Gtk-WARNING **: 17:49:52.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:52 
13:49:52 (SWT:1367): Gtk-WARNING **: 17:49:52.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:52 
13:49:52 (SWT:1367): Gtk-WARNING **: 17:49:52.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:56 
13:49:56 (SWT:1367): Gtk-WARNING **: 17:49:56.130: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:56 
13:49:56 (SWT:1367): Gtk-WARNING **: 17:49:56.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:56 
13:49:56 (SWT:1367): Gtk-WARNING **: 17:49:56.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:56 
13:49:56 (SWT:1367): Gtk-WARNING **: 17:49:56.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:56 
13:49:56 (SWT:1367): Gtk-WARNING **: 17:49:56.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:56 
13:49:56 (SWT:1367): Gtk-WARNING **: 17:49:56.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:56 
13:49:56 (SWT:1367): Gtk-WARNING **: 17:49:56.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:59 
13:49:59 (SWT:1367): Gtk-WARNING **: 17:49:59.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:59 
13:49:59 (SWT:1367): Gtk-WARNING **: 17:49:59.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:59 
13:49:59 (SWT:1367): Gtk-WARNING **: 17:49:59.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:59 
13:49:59 (SWT:1367): Gtk-WARNING **: 17:49:59.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:59 
13:49:59 (SWT:1367): Gtk-WARNING **: 17:49:59.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:59 
13:49:59 (SWT:1367): Gtk-WARNING **: 17:49:59.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:49:59 
13:49:59 (SWT:1367): Gtk-WARNING **: 17:49:59.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:02 
13:50:02 (SWT:1367): Gtk-WARNING **: 17:50:02.949: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:02 
13:50:02 (SWT:1367): Gtk-WARNING **: 17:50:02.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:02 
13:50:02 (SWT:1367): Gtk-WARNING **: 17:50:02.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:02 
13:50:02 (SWT:1367): Gtk-WARNING **: 17:50:02.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:02 
13:50:02 (SWT:1367): Gtk-WARNING **: 17:50:02.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:02 
13:50:02 (SWT:1367): Gtk-WARNING **: 17:50:02.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:02 
13:50:02 (SWT:1367): Gtk-WARNING **: 17:50:02.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:06 
13:50:06 (SWT:1367): Gtk-WARNING **: 17:50:06.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:06 
13:50:06 (SWT:1367): Gtk-WARNING **: 17:50:06.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:06 
13:50:06 (SWT:1367): Gtk-WARNING **: 17:50:06.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:06 
13:50:06 (SWT:1367): Gtk-WARNING **: 17:50:06.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:06 
13:50:06 (SWT:1367): Gtk-WARNING **: 17:50:06.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:06 
13:50:06 (SWT:1367): Gtk-WARNING **: 17:50:06.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:06 
13:50:06 (SWT:1367): Gtk-WARNING **: 17:50:06.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:09 
13:50:09 (SWT:1367): Gtk-WARNING **: 17:50:09.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:09 
13:50:09 (SWT:1367): Gtk-WARNING **: 17:50:09.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:09 
13:50:09 (SWT:1367): Gtk-WARNING **: 17:50:09.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:09 
13:50:09 (SWT:1367): Gtk-WARNING **: 17:50:09.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:09 
13:50:09 (SWT:1367): Gtk-WARNING **: 17:50:09.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:09 
13:50:09 (SWT:1367): Gtk-WARNING **: 17:50:09.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:09 
13:50:09 (SWT:1367): Gtk-WARNING **: 17:50:09.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:13 
13:50:13 (SWT:1367): Gtk-WARNING **: 17:50:13.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:13 
13:50:13 (SWT:1367): Gtk-WARNING **: 17:50:13.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:13 
13:50:13 (SWT:1367): Gtk-WARNING **: 17:50:13.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:13 
13:50:13 (SWT:1367): Gtk-WARNING **: 17:50:13.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:13 
13:50:13 (SWT:1367): Gtk-WARNING **: 17:50:13.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:13 
13:50:13 (SWT:1367): Gtk-WARNING **: 17:50:13.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:13 
13:50:13 (SWT:1367): Gtk-WARNING **: 17:50:13.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:17 
13:50:17 (SWT:1367): Gtk-WARNING **: 17:50:17.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:17 
13:50:17 (SWT:1367): Gtk-WARNING **: 17:50:17.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:17 
13:50:17 (SWT:1367): Gtk-WARNING **: 17:50:17.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:17 
13:50:17 (SWT:1367): Gtk-WARNING **: 17:50:17.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:17 
13:50:17 (SWT:1367): Gtk-WARNING **: 17:50:17.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:17 
13:50:17 (SWT:1367): Gtk-WARNING **: 17:50:17.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:17 
13:50:17 (SWT:1367): Gtk-WARNING **: 17:50:17.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:21 
13:50:21 (SWT:1367): Gtk-WARNING **: 17:50:21.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:21 
13:50:21 (SWT:1367): Gtk-WARNING **: 17:50:21.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:21 
13:50:21 (SWT:1367): Gtk-WARNING **: 17:50:21.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:21 
13:50:21 (SWT:1367): Gtk-WARNING **: 17:50:21.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:21 
13:50:21 (SWT:1367): Gtk-WARNING **: 17:50:21.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:21 
13:50:21 (SWT:1367): Gtk-WARNING **: 17:50:21.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:21 
13:50:21 (SWT:1367): Gtk-WARNING **: 17:50:21.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:24 
13:50:24 (SWT:1367): Gtk-WARNING **: 17:50:24.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:24 
13:50:24 (SWT:1367): Gtk-WARNING **: 17:50:24.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:24 
13:50:24 (SWT:1367): Gtk-WARNING **: 17:50:24.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:24 
13:50:24 (SWT:1367): Gtk-WARNING **: 17:50:24.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:24 
13:50:24 (SWT:1367): Gtk-WARNING **: 17:50:24.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:24 
13:50:24 (SWT:1367): Gtk-WARNING **: 17:50:24.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:24 
13:50:24 (SWT:1367): Gtk-WARNING **: 17:50:24.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:28 
13:50:28 (SWT:1367): Gtk-WARNING **: 17:50:28.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:28 
13:50:28 (SWT:1367): Gtk-WARNING **: 17:50:28.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:28 
13:50:28 (SWT:1367): Gtk-WARNING **: 17:50:28.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:28 
13:50:28 (SWT:1367): Gtk-WARNING **: 17:50:28.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:28 
13:50:28 (SWT:1367): Gtk-WARNING **: 17:50:28.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:28 
13:50:28 (SWT:1367): Gtk-WARNING **: 17:50:28.152: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:28 
13:50:28 (SWT:1367): Gtk-WARNING **: 17:50:28.152: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:30 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.51 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest
13:50:30 selectionNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.354 s
13:50:30 unSelectsSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.217 s
13:50:30 throwsExceptionInCaseOfInvalidTextBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.184 s
13:50:30 setsAndGetsMultipleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.109 s
13:50:30 unSelectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.076 s
13:50:30 setsAndGetsSingleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.626 s
13:50:30 setsAndGetsMultipleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.809 s
13:50:30 throwsExceptionInCaseOfInvalidIndexBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.368 s
13:50:30 getsItemAtIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.443 s
13:50:30 throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.301 s
13:50:30 canDoubleClickOnList(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.284 s
13:50:30 throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.484 s
13:50:30 deSelectNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 4.21 s
13:50:30 selectionNotifiesListenersMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.742 s
13:50:30 setsAndGetsSingleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.659 s
13:50:30 findsAListWithoutLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.477 s
13:50:30 getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest)  Time elapsed: 3.118 s
13:50:30 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest
13:50:31 
13:50:31 (SWT:1367): Gtk-WARNING **: 17:50:31.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:31 
13:50:31 (SWT:1367): Gtk-WARNING **: 17:50:31.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:31 
13:50:31 (SWT:1367): Gtk-WARNING **: 17:50:31.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:31 
13:50:31 (SWT:1367): Gtk-WARNING **: 17:50:31.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:31 
13:50:31 (SWT:1367): Gtk-WARNING **: 17:50:31.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:31 
13:50:31 (SWT:1367): Gtk-WARNING **: 17:50:31.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:31 
13:50:31 (SWT:1367): Gtk-WARNING **: 17:50:31.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:35 
13:50:35 (SWT:1367): Gtk-WARNING **: 17:50:35.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:35 
13:50:35 (SWT:1367): Gtk-WARNING **: 17:50:35.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:35 
13:50:35 (SWT:1367): Gtk-WARNING **: 17:50:35.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:35 
13:50:35 (SWT:1367): Gtk-WARNING **: 17:50:35.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:35 
13:50:35 (SWT:1367): Gtk-WARNING **: 17:50:35.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:35 
13:50:35 (SWT:1367): Gtk-WARNING **: 17:50:35.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:35 
13:50:35 (SWT:1367): Gtk-WARNING **: 17:50:35.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:39 
13:50:39 (SWT:1367): Gtk-WARNING **: 17:50:39.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:39 
13:50:39 (SWT:1367): Gtk-WARNING **: 17:50:39.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:39 
13:50:39 (SWT:1367): Gtk-WARNING **: 17:50:39.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:39 
13:50:39 (SWT:1367): Gtk-WARNING **: 17:50:39.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:39 
13:50:39 (SWT:1367): Gtk-WARNING **: 17:50:39.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:39 
13:50:39 (SWT:1367): Gtk-WARNING **: 17:50:39.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:39 
13:50:39 (SWT:1367): Gtk-WARNING **: 17:50:39.166: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:43 
13:50:43 (SWT:1367): Gtk-WARNING **: 17:50:43.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:43 
13:50:43 (SWT:1367): Gtk-WARNING **: 17:50:43.059: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:43 
13:50:43 (SWT:1367): Gtk-WARNING **: 17:50:43.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:43 
13:50:43 (SWT:1367): Gtk-WARNING **: 17:50:43.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:43 
13:50:43 (SWT:1367): Gtk-WARNING **: 17:50:43.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:43 
13:50:43 (SWT:1367): Gtk-WARNING **: 17:50:43.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:43 
13:50:43 (SWT:1367): Gtk-WARNING **: 17:50:43.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:47 
13:50:47 (SWT:1367): Gtk-WARNING **: 17:50:47.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:47 
13:50:47 (SWT:1367): Gtk-WARNING **: 17:50:47.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:47 
13:50:47 (SWT:1367): Gtk-WARNING **: 17:50:47.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:47 
13:50:47 (SWT:1367): Gtk-WARNING **: 17:50:47.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:47 
13:50:47 (SWT:1367): Gtk-WARNING **: 17:50:47.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:47 
13:50:47 (SWT:1367): Gtk-WARNING **: 17:50:47.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:47 
13:50:47 (SWT:1367): Gtk-WARNING **: 17:50:47.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:49 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'
13:50:50 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'
13:50:51 
13:50:51 (SWT:1367): Gtk-WARNING **: 17:50:51.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:51 
13:50:51 (SWT:1367): Gtk-WARNING **: 17:50:51.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:51 
13:50:51 (SWT:1367): Gtk-WARNING **: 17:50:51.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:51 
13:50:51 (SWT:1367): Gtk-WARNING **: 17:50:51.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:51 
13:50:51 (SWT:1367): Gtk-WARNING **: 17:50:51.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:51 
13:50:51 (SWT:1367): Gtk-WARNING **: 17:50:51.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:51 
13:50:51 (SWT:1367): Gtk-WARNING **: 17:50:51.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:54 
13:50:54 (SWT:1367): Gtk-WARNING **: 17:50:54.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:54 
13:50:54 (SWT:1367): Gtk-WARNING **: 17:50:54.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:54 
13:50:54 (SWT:1367): Gtk-WARNING **: 17:50:54.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:54 
13:50:54 (SWT:1367): Gtk-WARNING **: 17:50:54.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:54 
13:50:54 (SWT:1367): Gtk-WARNING **: 17:50:54.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:54 
13:50:54 (SWT:1367): Gtk-WARNING **: 17:50:54.931: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:54 
13:50:54 (SWT:1367): Gtk-WARNING **: 17:50:54.931: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:58 
13:50:58 (SWT:1367): Gtk-WARNING **: 17:50:58.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:58 
13:50:58 (SWT:1367): Gtk-WARNING **: 17:50:58.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:58 
13:50:58 (SWT:1367): Gtk-WARNING **: 17:50:58.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:58 
13:50:58 (SWT:1367): Gtk-WARNING **: 17:50:58.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:58 
13:50:58 (SWT:1367): Gtk-WARNING **: 17:50:58.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:58 
13:50:58 (SWT:1367): Gtk-WARNING **: 17:50:58.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:50:58 
13:50:58 (SWT:1367): Gtk-WARNING **: 17:50:58.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:02 
13:51:02 (SWT:1367): Gtk-WARNING **: 17:51:02.132: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:02 
13:51:02 (SWT:1367): Gtk-WARNING **: 17:51:02.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:02 
13:51:02 (SWT:1367): Gtk-WARNING **: 17:51:02.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:02 
13:51:02 (SWT:1367): Gtk-WARNING **: 17:51:02.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:02 
13:51:02 (SWT:1367): Gtk-WARNING **: 17:51:02.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:02 
13:51:02 (SWT:1367): Gtk-WARNING **: 17:51:02.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:02 
13:51:02 (SWT:1367): Gtk-WARNING **: 17:51:02.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:06 
13:51:06 (SWT:1367): Gtk-WARNING **: 17:51:06.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:06 
13:51:06 (SWT:1367): Gtk-WARNING **: 17:51:06.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:06 
13:51:06 (SWT:1367): Gtk-WARNING **: 17:51:06.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:06 
13:51:06 (SWT:1367): Gtk-WARNING **: 17:51:06.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:06 
13:51:06 (SWT:1367): Gtk-WARNING **: 17:51:06.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:06 
13:51:06 (SWT:1367): Gtk-WARNING **: 17:51:06.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:06 
13:51:06 (SWT:1367): Gtk-WARNING **: 17:51:06.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:10 
13:51:10 (SWT:1367): Gtk-WARNING **: 17:51:10.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:10 
13:51:10 (SWT:1367): Gtk-WARNING **: 17:51:10.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:10 
13:51:10 (SWT:1367): Gtk-WARNING **: 17:51:10.549: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:10 
13:51:10 (SWT:1367): Gtk-WARNING **: 17:51:10.549: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:10 
13:51:10 (SWT:1367): Gtk-WARNING **: 17:51:10.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:10 
13:51:10 (SWT:1367): Gtk-WARNING **: 17:51:10.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:10 
13:51:10 (SWT:1367): Gtk-WARNING **: 17:51:10.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:14 
13:51:14 (SWT:1367): Gtk-WARNING **: 17:51:14.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:14 
13:51:14 (SWT:1367): Gtk-WARNING **: 17:51:14.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:14 
13:51:14 (SWT:1367): Gtk-WARNING **: 17:51:14.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:14 
13:51:14 (SWT:1367): Gtk-WARNING **: 17:51:14.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:14 
13:51:14 (SWT:1367): Gtk-WARNING **: 17:51:14.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:14 
13:51:14 (SWT:1367): Gtk-WARNING **: 17:51:14.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:14 
13:51:14 (SWT:1367): Gtk-WARNING **: 17:51:14.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:18 
13:51:18 (SWT:1367): Gtk-WARNING **: 17:51:18.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:18 
13:51:18 (SWT:1367): Gtk-WARNING **: 17:51:18.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:18 
13:51:18 (SWT:1367): Gtk-WARNING **: 17:51:18.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:18 
13:51:18 (SWT:1367): Gtk-WARNING **: 17:51:18.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:18 
13:51:18 (SWT:1367): Gtk-WARNING **: 17:51:18.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:18 
13:51:18 (SWT:1367): Gtk-WARNING **: 17:51:18.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:18 
13:51:18 (SWT:1367): Gtk-WARNING **: 17:51:18.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:21 
13:51:21 (SWT:1367): Gtk-WARNING **: 17:51:21.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:21 
13:51:21 (SWT:1367): Gtk-WARNING **: 17:51:21.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:21 
13:51:21 (SWT:1367): Gtk-WARNING **: 17:51:21.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:21 
13:51:21 (SWT:1367): Gtk-WARNING **: 17:51:21.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:21 
13:51:21 (SWT:1367): Gtk-WARNING **: 17:51:21.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:21 
13:51:21 (SWT:1367): Gtk-WARNING **: 17:51:21.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:21 
13:51:21 (SWT:1367): Gtk-WARNING **: 17:51:21.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:25 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.358 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest
13:51:25 canUnCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 3.678 s
13:51:25 isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 4.036 s
13:51:25 canFindALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 3.967 s
13:51:25 checkingATableThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 4.058 s
13:51:25 isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 4.109 s
13:51:25 canGetTableItemText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 3.754 s
13:51:25 canRightClickOnALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 3.693 s
13:51:25 canGetLineText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 3.534 s
13:51:25 canToggleALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 3.833 s
13:51:25 canDoubleClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 4.476 s
13:51:25 canClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 3.784 s
13:51:25 canClickALineInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 3.893 s
13:51:25 canSelectALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 3.81 s
13:51:25 canCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest)  Time elapsed: 3.717 s
13:51:25 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest
13:51:25 
13:51:25 (SWT:1367): Gtk-WARNING **: 17:51:25.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:25 
13:51:25 (SWT:1367): Gtk-WARNING **: 17:51:25.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:25 
13:51:25 (SWT:1367): Gtk-WARNING **: 17:51:25.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:25 
13:51:25 (SWT:1367): Gtk-WARNING **: 17:51:25.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:25 
13:51:25 (SWT:1367): Gtk-WARNING **: 17:51:25.680: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:25 
13:51:25 (SWT:1367): Gtk-WARNING **: 17:51:25.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:25 
13:51:25 (SWT:1367): Gtk-WARNING **: 17:51:25.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:28 
13:51:28 (SWT:1367): Gtk-WARNING **: 17:51:28.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:28 
13:51:28 (SWT:1367): Gtk-WARNING **: 17:51:28.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:28 
13:51:28 (SWT:1367): Gtk-WARNING **: 17:51:28.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:28 
13:51:28 (SWT:1367): Gtk-WARNING **: 17:51:28.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:28 
13:51:28 (SWT:1367): Gtk-WARNING **: 17:51:28.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:28 
13:51:28 (SWT:1367): Gtk-WARNING **: 17:51:28.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:28 
13:51:28 (SWT:1367): Gtk-WARNING **: 17:51:28.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:31 
13:51:31 (SWT:1367): Gtk-WARNING **: 17:51:31.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:31 
13:51:31 (SWT:1367): Gtk-WARNING **: 17:51:31.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:31 
13:51:31 (SWT:1367): Gtk-WARNING **: 17:51:31.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:31 
13:51:31 (SWT:1367): Gtk-WARNING **: 17:51:31.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:31 
13:51:31 (SWT:1367): Gtk-WARNING **: 17:51:31.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:31 
13:51:31 (SWT:1367): Gtk-WARNING **: 17:51:31.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:31 
13:51:31 (SWT:1367): Gtk-WARNING **: 17:51:31.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:34 
13:51:34 (SWT:1367): Gtk-WARNING **: 17:51:34.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:34 
13:51:34 (SWT:1367): Gtk-WARNING **: 17:51:34.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:34 
13:51:34 (SWT:1367): Gtk-WARNING **: 17:51:34.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:34 
13:51:34 (SWT:1367): Gtk-WARNING **: 17:51:34.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:34 
13:51:34 (SWT:1367): Gtk-WARNING **: 17:51:34.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:34 
13:51:34 (SWT:1367): Gtk-WARNING **: 17:51:34.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:34 
13:51:34 (SWT:1367): Gtk-WARNING **: 17:51:34.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:37 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.991 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest
13:51:37 findsToolBarButtonWithToolTipBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest)  Time elapsed: 3.086 s
13:51:37 findsToolBarButtonWithToolTip(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest)  Time elapsed: 3.001 s
13:51:37 getsTooltipOnButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest)  Time elapsed: 2.945 s
13:51:37 findsToolBarButtonWithToolTip2(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest)  Time elapsed: 2.956 s
13:51:37 Running org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest
13:51:37 
13:51:37 (SWT:1367): Gtk-WARNING **: 17:51:37.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:37 
13:51:37 (SWT:1367): Gtk-WARNING **: 17:51:37.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:37 
13:51:37 (SWT:1367): Gtk-WARNING **: 17:51:37.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:37 
13:51:37 (SWT:1367): Gtk-WARNING **: 17:51:37.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:37 
13:51:37 (SWT:1367): Gtk-WARNING **: 17:51:37.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:37 
13:51:37 (SWT:1367): Gtk-WARNING **: 17:51:37.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:37 
13:51:37 (SWT:1367): Gtk-WARNING **: 17:51:37.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:40 
13:51:40 (SWT:1367): Gtk-WARNING **: 17:51:40.533: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:40 
13:51:40 (SWT:1367): Gtk-WARNING **: 17:51:40.541: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:40 
13:51:40 (SWT:1367): Gtk-WARNING **: 17:51:40.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:40 
13:51:40 (SWT:1367): Gtk-WARNING **: 17:51:40.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:40 
13:51:40 (SWT:1367): Gtk-WARNING **: 17:51:40.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:40 
13:51:40 (SWT:1367): Gtk-WARNING **: 17:51:40.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:40 
13:51:40 (SWT:1367): Gtk-WARNING **: 17:51:40.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:43 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.835 s - in org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest
13:51:43 throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest)  Time elapsed: 2.891 s
13:51:43 throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest)  Time elapsed: 2.943 s
13:51:43 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest
13:51:43 
13:51:43 (SWT:1367): Gtk-WARNING **: 17:51:43.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:43 
13:51:43 (SWT:1367): Gtk-WARNING **: 17:51:43.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:43 
13:51:43 (SWT:1367): Gtk-WARNING **: 17:51:43.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:43 
13:51:43 (SWT:1367): Gtk-WARNING **: 17:51:43.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:43 
13:51:43 (SWT:1367): Gtk-WARNING **: 17:51:43.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:43 
13:51:43 (SWT:1367): Gtk-WARNING **: 17:51:43.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:43 
13:51:43 (SWT:1367): Gtk-WARNING **: 17:51:43.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:46 
13:51:46 (SWT:1367): Gtk-WARNING **: 17:51:46.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:46 
13:51:46 (SWT:1367): Gtk-WARNING **: 17:51:46.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:46 
13:51:46 (SWT:1367): Gtk-WARNING **: 17:51:46.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:46 
13:51:46 (SWT:1367): Gtk-WARNING **: 17:51:46.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:46 
13:51:46 (SWT:1367): Gtk-WARNING **: 17:51:46.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:46 
13:51:46 (SWT:1367): Gtk-WARNING **: 17:51:46.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:46 
13:51:46 (SWT:1367): Gtk-WARNING **: 17:51:46.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:48 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.
13:51:50 
13:51:50 (SWT:1367): Gtk-WARNING **: 17:51:50.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:50 
13:51:50 (SWT:1367): Gtk-WARNING **: 17:51:50.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:50 
13:51:50 (SWT:1367): Gtk-WARNING **: 17:51:50.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:50 
13:51:50 (SWT:1367): Gtk-WARNING **: 17:51:50.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:50 
13:51:50 (SWT:1367): Gtk-WARNING **: 17:51:50.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:50 
13:51:50 (SWT:1367): Gtk-WARNING **: 17:51:50.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:50 
13:51:50 (SWT:1367): Gtk-WARNING **: 17:51:50.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:53 
13:51:53 (SWT:1367): Gtk-WARNING **: 17:51:53.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:53 
13:51:53 (SWT:1367): Gtk-WARNING **: 17:51:53.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:53 
13:51:53 (SWT:1367): Gtk-WARNING **: 17:51:53.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:53 
13:51:53 (SWT:1367): Gtk-WARNING **: 17:51:53.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:53 
13:51:53 (SWT:1367): Gtk-WARNING **: 17:51:53.495: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:53 
13:51:53 (SWT:1367): Gtk-WARNING **: 17:51:53.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:53 
13:51:53 (SWT:1367): Gtk-WARNING **: 17:51:53.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:56 
13:51:56 (SWT:1367): Gtk-WARNING **: 17:51:56.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:56 
13:51:56 (SWT:1367): Gtk-WARNING **: 17:51:56.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:56 
13:51:56 (SWT:1367): Gtk-WARNING **: 17:51:56.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:56 
13:51:56 (SWT:1367): Gtk-WARNING **: 17:51:56.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:56 
13:51:56 (SWT:1367): Gtk-WARNING **: 17:51:56.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:56 
13:51:56 (SWT:1367): Gtk-WARNING **: 17:51:56.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:56 
13:51:56 (SWT:1367): Gtk-WARNING **: 17:51:56.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:59 
13:51:59 (SWT:1367): Gtk-WARNING **: 17:51:59.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:59 
13:51:59 (SWT:1367): Gtk-WARNING **: 17:51:59.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:59 
13:51:59 (SWT:1367): Gtk-WARNING **: 17:51:59.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:59 
13:51:59 (SWT:1367): Gtk-WARNING **: 17:51:59.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:59 
13:51:59 (SWT:1367): Gtk-WARNING **: 17:51:59.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:59 
13:51:59 (SWT:1367): Gtk-WARNING **: 17:51:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:51:59 
13:51:59 (SWT:1367): Gtk-WARNING **: 17:51:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:02 
13:52:02 (SWT:1367): Gtk-WARNING **: 17:52:02.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:02 
13:52:02 (SWT:1367): Gtk-WARNING **: 17:52:02.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:02 
13:52:02 (SWT:1367): Gtk-WARNING **: 17:52:02.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:02 
13:52:02 (SWT:1367): Gtk-WARNING **: 17:52:02.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:02 
13:52:02 (SWT:1367): Gtk-WARNING **: 17:52:02.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:02 
13:52:02 (SWT:1367): Gtk-WARNING **: 17:52:02.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:02 
13:52:02 (SWT:1367): Gtk-WARNING **: 17:52:02.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:05 
13:52:05 (SWT:1367): Gtk-WARNING **: 17:52:05.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:05 
13:52:05 (SWT:1367): Gtk-WARNING **: 17:52:05.708: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:05 
13:52:05 (SWT:1367): Gtk-WARNING **: 17:52:05.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:05 
13:52:05 (SWT:1367): Gtk-WARNING **: 17:52:05.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:05 
13:52:05 (SWT:1367): Gtk-WARNING **: 17:52:05.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:05 
13:52:05 (SWT:1367): Gtk-WARNING **: 17:52:05.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:05 
13:52:05 (SWT:1367): Gtk-WARNING **: 17:52:05.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:08 
13:52:08 (SWT:1367): Gtk-WARNING **: 17:52:08.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:08 
13:52:08 (SWT:1367): Gtk-WARNING **: 17:52:08.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:08 
13:52:08 (SWT:1367): Gtk-WARNING **: 17:52:08.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:08 
13:52:08 (SWT:1367): Gtk-WARNING **: 17:52:08.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:08 
13:52:08 (SWT:1367): Gtk-WARNING **: 17:52:08.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:08 
13:52:08 (SWT:1367): Gtk-WARNING **: 17:52:08.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:08 
13:52:08 (SWT:1367): Gtk-WARNING **: 17:52:08.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:11 
13:52:11 (SWT:1367): Gtk-WARNING **: 17:52:11.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:11 
13:52:11 (SWT:1367): Gtk-WARNING **: 17:52:11.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:11 
13:52:11 (SWT:1367): Gtk-WARNING **: 17:52:11.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:11 
13:52:11 (SWT:1367): Gtk-WARNING **: 17:52:11.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:11 
13:52:11 (SWT:1367): Gtk-WARNING **: 17:52:11.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:11 
13:52:11 (SWT:1367): Gtk-WARNING **: 17:52:11.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:11 
13:52:11 (SWT:1367): Gtk-WARNING **: 17:52:11.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:14 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.269 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest
13:52:14 setTextBetweenSelectionsWithSameIndices(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest)  Time elapsed: 3.014 s
13:52:14 typeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest)  Time elapsed: 3.828 s
13:52:14 changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest)  Time elapsed: 3.099 s
13:52:14 changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest)  Time elapsed: 3.159 s
13:52:14 throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest)  Time elapsed: 3.051 s
13:52:14 throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest)  Time elapsed: 3 s
13:52:14 throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest)  Time elapsed: 3.032 s
13:52:14 findsCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest)  Time elapsed: 3.005 s
13:52:14 changeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest)  Time elapsed: 3.001 s
13:52:14 getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest)  Time elapsed: 3.061 s
13:52:14 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest
13:52:14 
13:52:14 (SWT:1367): Gtk-WARNING **: 17:52:14.814: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:14 
13:52:14 (SWT:1367): Gtk-WARNING **: 17:52:14.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:14 
13:52:14 (SWT:1367): Gtk-WARNING **: 17:52:14.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:14 
13:52:14 (SWT:1367): Gtk-WARNING **: 17:52:14.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:14 
13:52:14 (SWT:1367): Gtk-WARNING **: 17:52:14.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:14 
13:52:14 (SWT:1367): Gtk-WARNING **: 17:52:14.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:14 
13:52:14 (SWT:1367): Gtk-WARNING **: 17:52:14.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:17 
13:52:17 (SWT:1367): Gtk-WARNING **: 17:52:17.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:17 
13:52:17 (SWT:1367): Gtk-WARNING **: 17:52:17.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:17 
13:52:17 (SWT:1367): Gtk-WARNING **: 17:52:17.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:17 
13:52:17 (SWT:1367): Gtk-WARNING **: 17:52:17.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:17 
13:52:17 (SWT:1367): Gtk-WARNING **: 17:52:17.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:17 
13:52:17 (SWT:1367): Gtk-WARNING **: 17:52:17.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:17 
13:52:17 (SWT:1367): Gtk-WARNING **: 17:52:17.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:21 
13:52:21 (SWT:1367): Gtk-WARNING **: 17:52:21.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:21 
13:52:21 (SWT:1367): Gtk-WARNING **: 17:52:21.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:21 
13:52:21 (SWT:1367): Gtk-WARNING **: 17:52:21.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:21 
13:52:21 (SWT:1367): Gtk-WARNING **: 17:52:21.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:21 
13:52:21 (SWT:1367): Gtk-WARNING **: 17:52:21.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:21 
13:52:21 (SWT:1367): Gtk-WARNING **: 17:52:21.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:21 
13:52:21 (SWT:1367): Gtk-WARNING **: 17:52:21.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:24 
13:52:24 (SWT:1367): Gtk-WARNING **: 17:52:24.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:24 
13:52:24 (SWT:1367): Gtk-WARNING **: 17:52:24.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:24 
13:52:24 (SWT:1367): Gtk-WARNING **: 17:52:24.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:24 
13:52:24 (SWT:1367): Gtk-WARNING **: 17:52:24.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:24 
13:52:24 (SWT:1367): Gtk-WARNING **: 17:52:24.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:24 
13:52:24 (SWT:1367): Gtk-WARNING **: 17:52:24.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:24 
13:52:24 (SWT:1367): Gtk-WARNING **: 17:52:24.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:27 
13:52:27 (SWT:1367): Gtk-WARNING **: 17:52:27.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:27 
13:52:27 (SWT:1367): Gtk-WARNING **: 17:52:27.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:27 
13:52:27 (SWT:1367): Gtk-WARNING **: 17:52:27.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:27 
13:52:27 (SWT:1367): Gtk-WARNING **: 17:52:27.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:27 
13:52:27 (SWT:1367): Gtk-WARNING **: 17:52:27.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:27 
13:52:27 (SWT:1367): Gtk-WARNING **: 17:52:27.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:27 
13:52:27 (SWT:1367): Gtk-WARNING **: 17:52:27.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:30 
13:52:30 (SWT:1367): Gtk-WARNING **: 17:52:30.927: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:30 
13:52:30 (SWT:1367): Gtk-WARNING **: 17:52:30.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:30 
13:52:30 (SWT:1367): Gtk-WARNING **: 17:52:30.938: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:30 
13:52:30 (SWT:1367): Gtk-WARNING **: 17:52:30.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:30 
13:52:30 (SWT:1367): Gtk-WARNING **: 17:52:30.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:30 
13:52:30 (SWT:1367): Gtk-WARNING **: 17:52:30.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:30 
13:52:30 (SWT:1367): Gtk-WARNING **: 17:52:30.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:33 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.379 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest
13:52:33 clicksOnALinkAtIndexWithHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest)  Time elapsed: 3.055 s
13:52:33 clicksOnALinkWithHyperlinkTextAndHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest)  Time elapsed: 3.115 s
13:52:33 clicksOnALink(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest)  Time elapsed: 3.198 s
13:52:33 clicksOnALinkAtIndexWithNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest)  Time elapsed: 3.317 s
13:52:33 clicksOnALinkWithHyperlinkTextAndNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest)  Time elapsed: 3.385 s
13:52:33 clicksOnALinkAtIndexOutOfRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest)  Time elapsed: 3.301 s
13:52:33 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest
13:52:34 
13:52:34 (SWT:1367): Gtk-WARNING **: 17:52:34.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:34 
13:52:34 (SWT:1367): Gtk-WARNING **: 17:52:34.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:34 
13:52:34 (SWT:1367): Gtk-WARNING **: 17:52:34.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:34 
13:52:34 (SWT:1367): Gtk-WARNING **: 17:52:34.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:34 
13:52:34 (SWT:1367): Gtk-WARNING **: 17:52:34.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:34 
13:52:34 (SWT:1367): Gtk-WARNING **: 17:52:34.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:34 
13:52:34 (SWT:1367): Gtk-WARNING **: 17:52:34.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:38 
13:52:38 (SWT:1367): Gtk-WARNING **: 17:52:38.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:38 
13:52:38 (SWT:1367): Gtk-WARNING **: 17:52:38.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:38 
13:52:38 (SWT:1367): Gtk-WARNING **: 17:52:38.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:38 
13:52:38 (SWT:1367): Gtk-WARNING **: 17:52:38.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:38 
13:52:38 (SWT:1367): Gtk-WARNING **: 17:52:38.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:38 
13:52:38 (SWT:1367): Gtk-WARNING **: 17:52:38.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:38 
13:52:38 (SWT:1367): Gtk-WARNING **: 17:52:38.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:43 
13:52:43 (SWT:1367): Gtk-WARNING **: 17:52:43.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:43 
13:52:43 (SWT:1367): Gtk-WARNING **: 17:52:43.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:43 
13:52:43 (SWT:1367): Gtk-WARNING **: 17:52:43.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:43 
13:52:43 (SWT:1367): Gtk-WARNING **: 17:52:43.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:43 
13:52:43 (SWT:1367): Gtk-WARNING **: 17:52:43.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:43 
13:52:43 (SWT:1367): Gtk-WARNING **: 17:52:43.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:43 
13:52:43 (SWT:1367): Gtk-WARNING **: 17:52:43.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:47 
13:52:47 (SWT:1367): Gtk-WARNING **: 17:52:47.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:47 
13:52:47 (SWT:1367): Gtk-WARNING **: 17:52:47.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:47 
13:52:47 (SWT:1367): Gtk-WARNING **: 17:52:47.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:47 
13:52:47 (SWT:1367): Gtk-WARNING **: 17:52:47.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:47 
13:52:47 (SWT:1367): Gtk-WARNING **: 17:52:47.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:47 
13:52:47 (SWT:1367): Gtk-WARNING **: 17:52:47.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:47 
13:52:47 (SWT:1367): Gtk-WARNING **: 17:52:47.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:56 
13:52:56 (SWT:1367): Gtk-WARNING **: 17:52:56.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:56 
13:52:56 (SWT:1367): Gtk-WARNING **: 17:52:56.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:56 
13:52:56 (SWT:1367): Gtk-WARNING **: 17:52:56.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:56 
13:52:56 (SWT:1367): Gtk-WARNING **: 17:52:56.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:56 
13:52:56 (SWT:1367): Gtk-WARNING **: 17:52:56.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:56 
13:52:56 (SWT:1367): Gtk-WARNING **: 17:52:56.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:52:56 
13:52:56 (SWT:1367): Gtk-WARNING **: 17:52:56.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:04 
13:53:04 (SWT:1367): Gtk-WARNING **: 17:53:04.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:04 
13:53:04 (SWT:1367): Gtk-WARNING **: 17:53:04.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:04 
13:53:04 (SWT:1367): Gtk-WARNING **: 17:53:04.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:04 
13:53:04 (SWT:1367): Gtk-WARNING **: 17:53:04.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:04 
13:53:04 (SWT:1367): Gtk-WARNING **: 17:53:04.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:04 
13:53:04 (SWT:1367): Gtk-WARNING **: 17:53:04.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:04 
13:53:04 (SWT:1367): Gtk-WARNING **: 17:53:04.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:07 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.171 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest
13:53:07 clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest)  Time elapsed: 4.581 s
13:53:07 isSelectedWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest)  Time elapsed: 4.335 s
13:53:07 clickingOneRadioDeselectsOthers(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest)  Time elapsed: 4.648 s
13:53:07 doesNotMatchCheckboxButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest)  Time elapsed: 8.431 s
13:53:07 doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest)  Time elapsed: 8.511 s
13:53:07 clicksRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest)  Time elapsed: 3.661 s
13:53:07 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest
13:53:08 
13:53:08 (SWT:1367): Gtk-WARNING **: 17:53:08.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:08 
13:53:08 (SWT:1367): Gtk-WARNING **: 17:53:08.441: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:08 
13:53:08 (SWT:1367): Gtk-WARNING **: 17:53:08.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:08 
13:53:08 (SWT:1367): Gtk-WARNING **: 17:53:08.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:08 
13:53:08 (SWT:1367): Gtk-WARNING **: 17:53:08.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:08 
13:53:08 (SWT:1367): Gtk-WARNING **: 17:53:08.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:08 
13:53:08 (SWT:1367): Gtk-WARNING **: 17:53:08.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:10 
13:53:10 (SWT:1367): Gtk-CRITICAL **: 17:53:10.169: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:10 
13:53:10 (SWT:1367): Gtk-CRITICAL **: 17:53:10.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:10 
13:53:10 (SWT:1367): Gtk-CRITICAL **: 17:53:10.198: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:10 
13:53:10 (SWT:1367): Gtk-CRITICAL **: 17:53:10.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:10 
13:53:10 (SWT:1367): Gtk-CRITICAL **: 17:53:10.222: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:10 
13:53:10 (SWT:1367): Gtk-CRITICAL **: 17:53:10.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:11 
13:53:11 (SWT:1367): Gtk-WARNING **: 17:53:11.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:11 
13:53:11 (SWT:1367): Gtk-WARNING **: 17:53:11.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:11 
13:53:11 (SWT:1367): Gtk-WARNING **: 17:53:11.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:11 
13:53:11 (SWT:1367): Gtk-WARNING **: 17:53:11.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:11 
13:53:11 (SWT:1367): Gtk-WARNING **: 17:53:11.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:11 
13:53:11 (SWT:1367): Gtk-WARNING **: 17:53:11.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:11 
13:53:11 (SWT:1367): Gtk-WARNING **: 17:53:11.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.602: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 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.
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.673: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.685: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.719: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.736: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.751: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.768: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.802: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.836: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.853: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.869: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.885: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:13 
13:53:13 (SWT:1367): Gtk-CRITICAL **: 17:53:13.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:14 
13:53:14 (SWT:1367): Gtk-CRITICAL **: 17:53:14.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:14 
13:53:14 (SWT:1367): Gtk-CRITICAL **: 17:53:14.080: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:14 
13:53:14 (SWT:1367): Gtk-CRITICAL **: 17:53:14.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:14 
13:53:14 (SWT:1367): Gtk-CRITICAL **: 17:53:14.181: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:14 
13:53:14 (SWT:1367): Gtk-CRITICAL **: 17:53:14.232: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:15 
13:53:15 (SWT:1367): Gtk-WARNING **: 17:53:15.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:15 
13:53:15 (SWT:1367): Gtk-WARNING **: 17:53:15.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:15 
13:53:15 (SWT:1367): Gtk-WARNING **: 17:53:15.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:15 
13:53:15 (SWT:1367): Gtk-WARNING **: 17:53:15.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:15 
13:53:15 (SWT:1367): Gtk-WARNING **: 17:53:15.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:15 
13:53:15 (SWT:1367): Gtk-WARNING **: 17:53:15.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:15 
13:53:15 (SWT:1367): Gtk-WARNING **: 17:53:15.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:17 
13:53:17 (SWT:1367): Gtk-CRITICAL **: 17:53:17.644: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:17 
13:53:17 (SWT:1367): Gtk-CRITICAL **: 17:53:17.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:17 
13:53:17 (SWT:1367): Gtk-CRITICAL **: 17:53:17.673: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:19 
13:53:19 (SWT:1367): Gtk-WARNING **: 17:53:19.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:19 
13:53:19 (SWT:1367): Gtk-WARNING **: 17:53:19.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:19 
13:53:19 (SWT:1367): Gtk-WARNING **: 17:53:19.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:19 
13:53:19 (SWT:1367): Gtk-WARNING **: 17:53:19.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:19 
13:53:19 (SWT:1367): Gtk-WARNING **: 17:53:19.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:19 
13:53:19 (SWT:1367): Gtk-WARNING **: 17:53:19.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:19 
13:53:19 (SWT:1367): Gtk-WARNING **: 17:53:19.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:20 
13:53:20 (SWT:1367): Gtk-CRITICAL **: 17:53:20.970: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:20 
13:53:20 (SWT:1367): Gtk-CRITICAL **: 17:53:20.976: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:20 
13:53:20 (SWT:1367): Gtk-CRITICAL **: 17:53:20.990: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:21 
13:53:21 (SWT:1367): Gtk-CRITICAL **: 17:53:21.008: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:21 
13:53:21 (SWT:1367): Gtk-CRITICAL **: 17:53:21.012: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:22 
13:53:22 (SWT:1367): Gtk-WARNING **: 17:53:22.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:22 
13:53:22 (SWT:1367): Gtk-WARNING **: 17:53:22.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:22 
13:53:22 (SWT:1367): Gtk-WARNING **: 17:53:22.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:22 
13:53:22 (SWT:1367): Gtk-WARNING **: 17:53:22.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:22 
13:53:22 (SWT:1367): Gtk-WARNING **: 17:53:22.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:22 
13:53:22 (SWT:1367): Gtk-WARNING **: 17:53:22.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:22 
13:53:22 (SWT:1367): Gtk-WARNING **: 17:53:22.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:24 
13:53:24 (SWT:1367): Gtk-CRITICAL **: 17:53:24.542: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:24 
13:53:24 (SWT:1367): Gtk-CRITICAL **: 17:53:24.549: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:53:25 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.706 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest
13:53:25 findsTextBoxInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest)  Time elapsed: 3.265 s
13:53:25 typesText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest)  Time elapsed: 4.068 s
13:53:25 setsTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest)  Time elapsed: 3.376 s
13:53:25 typesTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest)  Time elapsed: 3.426 s
13:53:25 findsTextBoxWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest)  Time elapsed: 3.568 s
13:53:25 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest
13:53:26 
13:53:26 (SWT:1367): Gtk-WARNING **: 17:53:26.222: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:26 
13:53:26 (SWT:1367): Gtk-WARNING **: 17:53:26.231: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:26 
13:53:26 (SWT:1367): Gtk-WARNING **: 17:53:26.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:26 
13:53:26 (SWT:1367): Gtk-WARNING **: 17:53:26.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:26 
13:53:26 (SWT:1367): Gtk-WARNING **: 17:53:26.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:26 
13:53:26 (SWT:1367): Gtk-WARNING **: 17:53:26.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:26 
13:53:26 (SWT:1367): Gtk-WARNING **: 17:53:26.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:29 
13:53:29 (SWT:1367): Gtk-WARNING **: 17:53:29.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:29 
13:53:29 (SWT:1367): Gtk-WARNING **: 17:53:29.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:29 
13:53:29 (SWT:1367): Gtk-WARNING **: 17:53:29.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:29 
13:53:29 (SWT:1367): Gtk-WARNING **: 17:53:29.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:29 
13:53:29 (SWT:1367): Gtk-WARNING **: 17:53:29.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:29 
13:53:29 (SWT:1367): Gtk-WARNING **: 17:53:29.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:29 
13:53:29 (SWT:1367): Gtk-WARNING **: 17:53:29.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:33 
13:53:33 (SWT:1367): Gtk-WARNING **: 17:53:33.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:33 
13:53:33 (SWT:1367): Gtk-WARNING **: 17:53:33.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:33 
13:53:33 (SWT:1367): Gtk-WARNING **: 17:53:33.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:33 
13:53:33 (SWT:1367): Gtk-WARNING **: 17:53:33.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:33 
13:53:33 (SWT:1367): Gtk-WARNING **: 17:53:33.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:33 
13:53:33 (SWT:1367): Gtk-WARNING **: 17:53:33.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:33 
13:53:33 (SWT:1367): Gtk-WARNING **: 17:53:33.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:36 
13:53:36 (SWT:1367): Gtk-WARNING **: 17:53:36.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:36 
13:53:36 (SWT:1367): Gtk-WARNING **: 17:53:36.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:36 
13:53:36 (SWT:1367): Gtk-WARNING **: 17:53:36.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:36 
13:53:36 (SWT:1367): Gtk-WARNING **: 17:53:36.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:36 
13:53:36 (SWT:1367): Gtk-WARNING **: 17:53:36.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:36 
13:53:36 (SWT:1367): Gtk-WARNING **: 17:53:36.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:36 
13:53:36 (SWT:1367): Gtk-WARNING **: 17:53:36.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:42 
13:53:42 (SWT:1367): Gtk-WARNING **: 17:53:42.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:42 
13:53:42 (SWT:1367): Gtk-WARNING **: 17:53:42.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:42 
13:53:42 (SWT:1367): Gtk-WARNING **: 17:53:42.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:42 
13:53:42 (SWT:1367): Gtk-WARNING **: 17:53:42.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:42 
13:53:42 (SWT:1367): Gtk-WARNING **: 17:53:42.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:42 
13:53:42 (SWT:1367): Gtk-WARNING **: 17:53:42.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:42 
13:53:42 (SWT:1367): Gtk-WARNING **: 17:53:42.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:45 
13:53:45 (SWT:1367): Gtk-WARNING **: 17:53:45.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:45 
13:53:45 (SWT:1367): Gtk-WARNING **: 17:53:45.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:45 
13:53:45 (SWT:1367): Gtk-WARNING **: 17:53:45.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:45 
13:53:45 (SWT:1367): Gtk-WARNING **: 17:53:45.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:45 
13:53:45 (SWT:1367): Gtk-WARNING **: 17:53:45.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:45 
13:53:45 (SWT:1367): Gtk-WARNING **: 17:53:45.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:45 
13:53:45 (SWT:1367): Gtk-WARNING **: 17:53:45.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:51 
13:53:51 (SWT:1367): Gtk-WARNING **: 17:53:51.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:51 
13:53:51 (SWT:1367): Gtk-WARNING **: 17:53:51.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:51 
13:53:51 (SWT:1367): Gtk-WARNING **: 17:53:51.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:51 
13:53:51 (SWT:1367): Gtk-WARNING **: 17:53:51.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:51 
13:53:51 (SWT:1367): Gtk-WARNING **: 17:53:51.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:51 
13:53:51 (SWT:1367): Gtk-WARNING **: 17:53:51.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:51 
13:53:51 (SWT:1367): Gtk-WARNING **: 17:53:51.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:54 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.707 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest
13:53:54 clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest)  Time elapsed: 3.595 s
13:53:54 findsToolBarPushButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest)  Time elapsed: 3.334 s
13:53:54 clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest)  Time elapsed: 3.592 s
13:53:54 doesNotFindToolBarRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest)  Time elapsed: 5.535 s
13:53:54 findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest)  Time elapsed: 3.409 s
13:53:54 doesNotFindToolBarCheckButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest)  Time elapsed: 5.885 s
13:53:54 isEnabled(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest)  Time elapsed: 3.353 s
13:53:54 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest
13:53:54 
13:53:54 (SWT:1367): Gtk-WARNING **: 17:53:54.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:54 
13:53:54 (SWT:1367): Gtk-WARNING **: 17:53:54.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:54 
13:53:54 (SWT:1367): Gtk-WARNING **: 17:53:54.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:54 
13:53:54 (SWT:1367): Gtk-WARNING **: 17:53:54.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:54 
13:53:54 (SWT:1367): Gtk-WARNING **: 17:53:54.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:54 
13:53:54 (SWT:1367): Gtk-WARNING **: 17:53:54.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:54 
13:53:54 (SWT:1367): Gtk-WARNING **: 17:53:54.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:58 
13:53:58 (SWT:1367): Gtk-WARNING **: 17:53:58.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:58 
13:53:58 (SWT:1367): Gtk-WARNING **: 17:53:58.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:58 
13:53:58 (SWT:1367): Gtk-WARNING **: 17:53:58.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:58 
13:53:58 (SWT:1367): Gtk-WARNING **: 17:53:58.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:58 
13:53:58 (SWT:1367): Gtk-WARNING **: 17:53:58.295: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:58 
13:53:58 (SWT:1367): Gtk-WARNING **: 17:53:58.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:53:58 
13:53:58 (SWT:1367): Gtk-WARNING **: 17:53:58.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:01 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.749 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest
13:54:01 findsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest)  Time elapsed: 3.329 s
13:54:01 activatesTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest)  Time elapsed: 3.417 s
13:54:01 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest
13:54:01 
13:54:01 (SWT:1367): Gtk-WARNING **: 17:54:01.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:01 
13:54:01 (SWT:1367): Gtk-WARNING **: 17:54:01.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:01 
13:54:01 (SWT:1367): Gtk-WARNING **: 17:54:01.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:01 
13:54:01 (SWT:1367): Gtk-WARNING **: 17:54:01.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:01 
13:54:01 (SWT:1367): Gtk-WARNING **: 17:54:01.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:01 
13:54:01 (SWT:1367): Gtk-WARNING **: 17:54:01.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:01 
13:54:01 (SWT:1367): Gtk-WARNING **: 17:54:01.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:05 
13:54:05 (SWT:1367): Gtk-WARNING **: 17:54:05.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:05 
13:54:05 (SWT:1367): Gtk-WARNING **: 17:54:05.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:05 
13:54:05 (SWT:1367): Gtk-WARNING **: 17:54:05.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:05 
13:54:05 (SWT:1367): Gtk-WARNING **: 17:54:05.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:05 
13:54:05 (SWT:1367): Gtk-WARNING **: 17:54:05.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:05 
13:54:05 (SWT:1367): Gtk-WARNING **: 17:54:05.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:05 
13:54:05 (SWT:1367): Gtk-WARNING **: 17:54:05.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:08 
13:54:08 (SWT:1367): Gtk-WARNING **: 17:54:08.975: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:08 
13:54:08 (SWT:1367): Gtk-WARNING **: 17:54:08.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:08 
13:54:08 (SWT:1367): Gtk-WARNING **: 17:54:08.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:08 
13:54:08 (SWT:1367): Gtk-WARNING **: 17:54:08.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:08 
13:54:08 (SWT:1367): Gtk-WARNING **: 17:54:08.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:08 
13:54:08 (SWT:1367): Gtk-WARNING **: 17:54:08.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:08 
13:54:08 (SWT:1367): Gtk-WARNING **: 17:54:08.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:12 
13:54:12 (SWT:1367): Gtk-WARNING **: 17:54:12.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:12 
13:54:12 (SWT:1367): Gtk-WARNING **: 17:54:12.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:12 
13:54:12 (SWT:1367): Gtk-WARNING **: 17:54:12.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:12 
13:54:12 (SWT:1367): Gtk-WARNING **: 17:54:12.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:12 
13:54:12 (SWT:1367): Gtk-WARNING **: 17:54:12.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:12 
13:54:12 (SWT:1367): Gtk-WARNING **: 17:54:12.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:12 
13:54:12 (SWT:1367): Gtk-WARNING **: 17:54:12.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:16 
13:54:16 (SWT:1367): Gtk-WARNING **: 17:54:16.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:16 
13:54:16 (SWT:1367): Gtk-WARNING **: 17:54:16.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:16 
13:54:16 (SWT:1367): Gtk-WARNING **: 17:54:16.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:16 
13:54:16 (SWT:1367): Gtk-WARNING **: 17:54:16.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:16 
13:54:16 (SWT:1367): Gtk-WARNING **: 17:54:16.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:16 
13:54:16 (SWT:1367): Gtk-WARNING **: 17:54:16.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:16 
13:54:16 (SWT:1367): Gtk-WARNING **: 17:54:16.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:21 
13:54:21 (SWT:1367): Gtk-WARNING **: 17:54:21.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:21 
13:54:21 (SWT:1367): Gtk-WARNING **: 17:54:21.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:21 
13:54:21 (SWT:1367): Gtk-WARNING **: 17:54:21.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:21 
13:54:21 (SWT:1367): Gtk-WARNING **: 17:54:21.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:21 
13:54:21 (SWT:1367): Gtk-WARNING **: 17:54:21.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:21 
13:54:21 (SWT:1367): Gtk-WARNING **: 17:54:21.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:21 
13:54:21 (SWT:1367): Gtk-WARNING **: 17:54:21.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:25 
13:54:25 (SWT:1367): Gtk-WARNING **: 17:54:25.755: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:25 
13:54:25 (SWT:1367): Gtk-WARNING **: 17:54:25.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:25 
13:54:25 (SWT:1367): Gtk-WARNING **: 17:54:25.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:25 
13:54:25 (SWT:1367): Gtk-WARNING **: 17:54:25.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:25 
13:54:25 (SWT:1367): Gtk-WARNING **: 17:54:25.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:25 
13:54:25 (SWT:1367): Gtk-WARNING **: 17:54:25.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:25 
13:54:25 (SWT:1367): Gtk-WARNING **: 17:54:25.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:29 
13:54:29 (SWT:1367): Gtk-WARNING **: 17:54:29.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:29 
13:54:29 (SWT:1367): Gtk-WARNING **: 17:54:29.832: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:29 
13:54:29 (SWT:1367): Gtk-WARNING **: 17:54:29.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:29 
13:54:29 (SWT:1367): Gtk-WARNING **: 17:54:29.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:29 
13:54:29 (SWT:1367): Gtk-WARNING **: 17:54:29.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:29 
13:54:29 (SWT:1367): Gtk-WARNING **: 17:54:29.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:29 
13:54:29 (SWT:1367): Gtk-WARNING **: 17:54:29.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:33 
13:54:33 (SWT:1367): Gtk-WARNING **: 17:54:33.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:33 
13:54:33 (SWT:1367): Gtk-WARNING **: 17:54:33.744: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:33 
13:54:33 (SWT:1367): Gtk-WARNING **: 17:54:33.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:33 
13:54:33 (SWT:1367): Gtk-WARNING **: 17:54:33.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:33 
13:54:33 (SWT:1367): Gtk-WARNING **: 17:54:33.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:33 
13:54:33 (SWT:1367): Gtk-WARNING **: 17:54:33.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:33 
13:54:33 (SWT:1367): Gtk-WARNING **: 17:54:33.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:37 
13:54:37 (SWT:1367): Gtk-WARNING **: 17:54:37.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:37 
13:54:37 (SWT:1367): Gtk-WARNING **: 17:54:37.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:37 
13:54:37 (SWT:1367): Gtk-WARNING **: 17:54:37.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:37 
13:54:37 (SWT:1367): Gtk-WARNING **: 17:54:37.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:37 
13:54:37 (SWT:1367): Gtk-WARNING **: 17:54:37.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:37 
13:54:37 (SWT:1367): Gtk-WARNING **: 17:54:37.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:37 
13:54:37 (SWT:1367): Gtk-WARNING **: 17:54:37.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:41 
13:54:41 (SWT:1367): Gtk-WARNING **: 17:54:41.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:41 
13:54:41 (SWT:1367): Gtk-WARNING **: 17:54:41.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:41 
13:54:41 (SWT:1367): Gtk-WARNING **: 17:54:41.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:41 
13:54:41 (SWT:1367): Gtk-WARNING **: 17:54:41.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:41 
13:54:41 (SWT:1367): Gtk-WARNING **: 17:54:41.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:41 
13:54:41 (SWT:1367): Gtk-WARNING **: 17:54:41.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:41 
13:54:41 (SWT:1367): Gtk-WARNING **: 17:54:41.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:46 
13:54:46 (SWT:1367): Gtk-WARNING **: 17:54:46.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:46 
13:54:46 (SWT:1367): Gtk-WARNING **: 17:54:46.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:46 
13:54:46 (SWT:1367): Gtk-WARNING **: 17:54:46.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:46 
13:54:46 (SWT:1367): Gtk-WARNING **: 17:54:46.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:46 
13:54:46 (SWT:1367): Gtk-WARNING **: 17:54:46.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:46 
13:54:46 (SWT:1367): Gtk-WARNING **: 17:54:46.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:46 
13:54:46 (SWT:1367): Gtk-WARNING **: 17:54:46.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:50 
13:54:50 (SWT:1367): Gtk-WARNING **: 17:54:50.220: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:50 
13:54:50 (SWT:1367): Gtk-WARNING **: 17:54:50.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:50 
13:54:50 (SWT:1367): Gtk-WARNING **: 17:54:50.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:50 
13:54:50 (SWT:1367): Gtk-WARNING **: 17:54:50.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:50 
13:54:50 (SWT:1367): Gtk-WARNING **: 17:54:50.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:50 
13:54:50 (SWT:1367): Gtk-WARNING **: 17:54:50.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:50 
13:54:50 (SWT:1367): Gtk-WARNING **: 17:54:50.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:53 
13:54:53 (SWT:1367): Gtk-WARNING **: 17:54:53.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:53 
13:54:53 (SWT:1367): Gtk-WARNING **: 17:54:53.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:53 
13:54:53 (SWT:1367): Gtk-WARNING **: 17:54:53.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:53 
13:54:53 (SWT:1367): Gtk-WARNING **: 17:54:53.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:53 
13:54:53 (SWT:1367): Gtk-WARNING **: 17:54:53.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:53 
13:54:53 (SWT:1367): Gtk-WARNING **: 17:54:53.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:53 
13:54:53 (SWT:1367): Gtk-WARNING **: 17:54:53.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:57 
13:54:57 (SWT:1367): Gtk-WARNING **: 17:54:57.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:57 
13:54:57 (SWT:1367): Gtk-WARNING **: 17:54:57.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:57 
13:54:57 (SWT:1367): Gtk-WARNING **: 17:54:57.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:57 
13:54:57 (SWT:1367): Gtk-WARNING **: 17:54:57.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:57 
13:54:57 (SWT:1367): Gtk-WARNING **: 17:54:57.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:57 
13:54:57 (SWT:1367): Gtk-WARNING **: 17:54:57.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:54:57 
13:54:57 (SWT:1367): Gtk-WARNING **: 17:54:57.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:01 
13:55:01 (SWT:1367): Gtk-WARNING **: 17:55:01.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:01 
13:55:01 (SWT:1367): Gtk-WARNING **: 17:55:01.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:01 
13:55:01 (SWT:1367): Gtk-WARNING **: 17:55:01.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:01 
13:55:01 (SWT:1367): Gtk-WARNING **: 17:55:01.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:01 
13:55:01 (SWT:1367): Gtk-WARNING **: 17:55:01.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:01 
13:55:01 (SWT:1367): Gtk-WARNING **: 17:55:01.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:01 
13:55:01 (SWT:1367): Gtk-WARNING **: 17:55:01.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:04 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.217 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest
13:55:04 findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.56 s
13:55:04 clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.643 s
13:55:04 clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.91 s
13:55:04 findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.935 s
13:55:04 testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 4.722 s
13:55:04 clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 4.184 s
13:55:04 findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 4.091 s
13:55:04 clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.919 s
13:55:04 findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.875 s
13:55:04 clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 4.003 s
13:55:04 clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 4.642 s
13:55:04 findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.982 s
13:55:04 testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.709 s
13:55:04 clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.751 s
13:55:04 findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.675 s
13:55:04 clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest)  Time elapsed: 3.609 s
13:55:04 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest
13:55:04 
13:55:04 (SWT:1367): Gtk-WARNING **: 17:55:04.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:04 
13:55:04 (SWT:1367): Gtk-WARNING **: 17:55:04.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:04 
13:55:04 (SWT:1367): Gtk-WARNING **: 17:55:04.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:04 
13:55:04 (SWT:1367): Gtk-WARNING **: 17:55:04.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:04 
13:55:04 (SWT:1367): Gtk-WARNING **: 17:55:04.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:04 
13:55:04 (SWT:1367): Gtk-WARNING **: 17:55:04.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:04 
13:55:04 (SWT:1367): Gtk-WARNING **: 17:55:04.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:08 
13:55:08 (SWT:1367): Gtk-WARNING **: 17:55:08.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:08 
13:55:08 (SWT:1367): Gtk-WARNING **: 17:55:08.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:08 
13:55:08 (SWT:1367): Gtk-WARNING **: 17:55:08.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:08 
13:55:08 (SWT:1367): Gtk-WARNING **: 17:55:08.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:08 
13:55:08 (SWT:1367): Gtk-WARNING **: 17:55:08.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:08 
13:55:08 (SWT:1367): Gtk-WARNING **: 17:55:08.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:08 
13:55:08 (SWT:1367): Gtk-WARNING **: 17:55:08.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:12 
13:55:12 (SWT:1367): Gtk-WARNING **: 17:55:12.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:12 
13:55:12 (SWT:1367): Gtk-WARNING **: 17:55:12.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:12 
13:55:12 (SWT:1367): Gtk-WARNING **: 17:55:12.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:12 
13:55:12 (SWT:1367): Gtk-WARNING **: 17:55:12.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:12 
13:55:12 (SWT:1367): Gtk-WARNING **: 17:55:12.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:12 
13:55:12 (SWT:1367): Gtk-WARNING **: 17:55:12.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:12 
13:55:12 (SWT:1367): Gtk-WARNING **: 17:55:12.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:15 
13:55:15 (SWT:1367): Gtk-WARNING **: 17:55:15.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:15 
13:55:15 (SWT:1367): Gtk-WARNING **: 17:55:15.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:15 
13:55:15 (SWT:1367): Gtk-WARNING **: 17:55:15.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:15 
13:55:15 (SWT:1367): Gtk-WARNING **: 17:55:15.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:15 
13:55:15 (SWT:1367): Gtk-WARNING **: 17:55:15.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:15 
13:55:15 (SWT:1367): Gtk-WARNING **: 17:55:15.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:15 
13:55:15 (SWT:1367): Gtk-WARNING **: 17:55:15.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:19 
13:55:19 (SWT:1367): Gtk-WARNING **: 17:55:19.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:19 
13:55:19 (SWT:1367): Gtk-WARNING **: 17:55:19.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:19 
13:55:19 (SWT:1367): Gtk-WARNING **: 17:55:19.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:19 
13:55:19 (SWT:1367): Gtk-WARNING **: 17:55:19.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:19 
13:55:19 (SWT:1367): Gtk-WARNING **: 17:55:19.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:19 
13:55:19 (SWT:1367): Gtk-WARNING **: 17:55:19.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:19 
13:55:19 (SWT:1367): Gtk-WARNING **: 17:55:19.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:23 
13:55:23 (SWT:1367): Gtk-WARNING **: 17:55:23.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:23 
13:55:23 (SWT:1367): Gtk-WARNING **: 17:55:23.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:23 
13:55:23 (SWT:1367): Gtk-WARNING **: 17:55:23.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:23 
13:55:23 (SWT:1367): Gtk-WARNING **: 17:55:23.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:23 
13:55:23 (SWT:1367): Gtk-WARNING **: 17:55:23.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:23 
13:55:23 (SWT:1367): Gtk-WARNING **: 17:55:23.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:23 
13:55:23 (SWT:1367): Gtk-WARNING **: 17:55:23.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:26 
13:55:26 (SWT:1367): Gtk-WARNING **: 17:55:26.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:26 
13:55:26 (SWT:1367): Gtk-WARNING **: 17:55:26.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:26 
13:55:26 (SWT:1367): Gtk-WARNING **: 17:55:26.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:26 
13:55:26 (SWT:1367): Gtk-WARNING **: 17:55:26.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:26 
13:55:26 (SWT:1367): Gtk-WARNING **: 17:55:26.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:26 
13:55:26 (SWT:1367): Gtk-WARNING **: 17:55:26.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:26 
13:55:26 (SWT:1367): Gtk-WARNING **: 17:55:26.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:29 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.396 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest
13:55:29 clicksCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest)  Time elapsed: 3.599 s
13:55:29 clicksCheckboxButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest)  Time elapsed: 3.684 s
13:55:29 findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest)  Time elapsed: 3.687 s
13:55:29 selectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest)  Time elapsed: 3.577 s
13:55:29 deselectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest)  Time elapsed: 3.612 s
13:55:29 clickingCheckboxButtonTogglesIt(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest)  Time elapsed: 3.591 s
13:55:29 togglesCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest)  Time elapsed: 3.643 s
13:55:29 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest
13:55:30 
13:55:30 (SWT:1367): Gtk-WARNING **: 17:55:30.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:30 
13:55:30 (SWT:1367): Gtk-WARNING **: 17:55:30.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:30 
13:55:30 (SWT:1367): Gtk-WARNING **: 17:55:30.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:30 
13:55:30 (SWT:1367): Gtk-WARNING **: 17:55:30.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:30 
13:55:30 (SWT:1367): Gtk-WARNING **: 17:55:30.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:30 
13:55:30 (SWT:1367): Gtk-WARNING **: 17:55:30.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:30 
13:55:30 (SWT:1367): Gtk-WARNING **: 17:55:30.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:34 
13:55:34 (SWT:1367): Gtk-WARNING **: 17:55:34.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:34 
13:55:34 (SWT:1367): Gtk-WARNING **: 17:55:34.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:34 
13:55:34 (SWT:1367): Gtk-WARNING **: 17:55:34.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:34 
13:55:34 (SWT:1367): Gtk-WARNING **: 17:55:34.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:34 
13:55:34 (SWT:1367): Gtk-WARNING **: 17:55:34.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:34 
13:55:34 (SWT:1367): Gtk-WARNING **: 17:55:34.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:34 
13:55:34 (SWT:1367): Gtk-WARNING **: 17:55:34.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:41 
13:55:41 (SWT:1367): Gtk-WARNING **: 17:55:41.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:41 
13:55:41 (SWT:1367): Gtk-WARNING **: 17:55:41.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:41 
13:55:41 (SWT:1367): Gtk-WARNING **: 17:55:41.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:41 
13:55:41 (SWT:1367): Gtk-WARNING **: 17:55:41.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:41 
13:55:41 (SWT:1367): Gtk-WARNING **: 17:55:41.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:41 
13:55:41 (SWT:1367): Gtk-WARNING **: 17:55:41.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:41 
13:55:41 (SWT:1367): Gtk-WARNING **: 17:55:41.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:48 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.039 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest
13:55:48 clicksToggleButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest)  Time elapsed: 3.681 s
13:55:48 doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest)  Time elapsed: 7.712 s
13:55:48 doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest)  Time elapsed: 7.644 s
13:55:48 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest
13:55:55 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.323 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest
13:55:55 changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest)  Time elapsed: 0.774 s
13:55:55 changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest)  Time elapsed: 0.807 s
13:55:55 findCCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest)  Time elapsed: 0.752 s
13:55:55 throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest)  Time elapsed: 0.847 s
13:55:55 throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest)  Time elapsed: 0.779 s
13:55:55 throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest)  Time elapsed: 0.827 s
13:55:55 getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest)  Time elapsed: 0.793 s
13:55:55 setText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest)  Time elapsed: 0.742 s
13:55:55 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest
13:55:55 
13:55:55 (SWT:1367): Gtk-WARNING **: 17:55:55.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:55 
13:55:55 (SWT:1367): Gtk-WARNING **: 17:55:55.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:55 
13:55:55 (SWT:1367): Gtk-WARNING **: 17:55:55.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:55 
13:55:55 (SWT:1367): Gtk-WARNING **: 17:55:55.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:55 
13:55:55 (SWT:1367): Gtk-WARNING **: 17:55:55.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:55 
13:55:55 (SWT:1367): Gtk-WARNING **: 17:55:55.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:55 
13:55:55 (SWT:1367): Gtk-WARNING **: 17:55:55.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:59 
13:55:59 (SWT:1367): Gtk-WARNING **: 17:55:59.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:59 
13:55:59 (SWT:1367): Gtk-WARNING **: 17:55:59.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:59 
13:55:59 (SWT:1367): Gtk-WARNING **: 17:55:59.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:59 
13:55:59 (SWT:1367): Gtk-WARNING **: 17:55:59.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:59 
13:55:59 (SWT:1367): Gtk-WARNING **: 17:55:59.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:59 
13:55:59 (SWT:1367): Gtk-WARNING **: 17:55:59.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:55:59 
13:55:59 (SWT:1367): Gtk-WARNING **: 17:55:59.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:02 Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 7.505 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest
13:56:02 clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest)  Time elapsed: 3.761 s
13:56:02 findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest)  Time elapsed: 3.742 s
13:56:02 clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) skipped
13:56:02 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest
13:56:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.209 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest
13:56:05 clickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest)  Time elapsed: 3.209 s
13:56:05 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest
13:56:18 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.693 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest
13:56:18 getsAllShells(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest)  Time elapsed: 0.172 s
13:56:18 getsActiveShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest)  Time elapsed: 0.171 s
13:56:18 noShellReturnsNull(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest)  Time elapsed: 5.235 s
13:56:18 bringsShellToFront(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest)  Time elapsed: 0.215 s
13:56:18 findsShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest)  Time elapsed: 0.209 s
13:56:18 closesShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest)  Time elapsed: 5.26 s
13:56:18 testMaximize(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest)  Time elapsed: 1.238 s
13:56:18 findsShellsById(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest)  Time elapsed: 0.19 s
13:56:18 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest
13:56:18 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest
13:56:18 doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest)  Time elapsed: 0.239 s
13:56:18 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest
13:56:19 
13:56:19 (SWT:1367): Gtk-WARNING **: 17:56:19.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:19 
13:56:19 (SWT:1367): Gtk-WARNING **: 17:56:19.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:19 
13:56:19 (SWT:1367): Gtk-WARNING **: 17:56:19.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:19 
13:56:19 (SWT:1367): Gtk-WARNING **: 17:56:19.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:19 
13:56:19 (SWT:1367): Gtk-WARNING **: 17:56:19.636: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:19 
13:56:19 (SWT:1367): Gtk-WARNING **: 17:56:19.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:19 
13:56:19 (SWT:1367): Gtk-WARNING **: 17:56:19.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:24 
13:56:24 (SWT:1367): Gtk-WARNING **: 17:56:24.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:24 
13:56:24 (SWT:1367): Gtk-WARNING **: 17:56:24.430: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:24 
13:56:24 (SWT:1367): Gtk-WARNING **: 17:56:24.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:24 
13:56:24 (SWT:1367): Gtk-WARNING **: 17:56:24.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:24 
13:56:24 (SWT:1367): Gtk-WARNING **: 17:56:24.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:24 
13:56:24 (SWT:1367): Gtk-WARNING **: 17:56:24.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:24 
13:56:24 (SWT:1367): Gtk-WARNING **: 17:56:24.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:29 
13:56:29 (SWT:1367): Gtk-WARNING **: 17:56:29.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:29 
13:56:29 (SWT:1367): Gtk-WARNING **: 17:56:29.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:29 
13:56:29 (SWT:1367): Gtk-WARNING **: 17:56:29.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:29 
13:56:29 (SWT:1367): Gtk-WARNING **: 17:56:29.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:29 
13:56:29 (SWT:1367): Gtk-WARNING **: 17:56:29.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:29 
13:56:29 (SWT:1367): Gtk-WARNING **: 17:56:29.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:29 
13:56:29 (SWT:1367): Gtk-WARNING **: 17:56:29.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:33 
13:56:33 (SWT:1367): Gtk-WARNING **: 17:56:33.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:33 
13:56:33 (SWT:1367): Gtk-WARNING **: 17:56:33.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:33 
13:56:33 (SWT:1367): Gtk-WARNING **: 17:56:33.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:33 
13:56:33 (SWT:1367): Gtk-WARNING **: 17:56:33.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:33 
13:56:33 (SWT:1367): Gtk-WARNING **: 17:56:33.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:33 
13:56:33 (SWT:1367): Gtk-WARNING **: 17:56:33.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:33 
13:56:33 (SWT:1367): Gtk-WARNING **: 17:56:33.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:38 
13:56:38 (SWT:1367): Gtk-WARNING **: 17:56:38.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:38 
13:56:38 (SWT:1367): Gtk-WARNING **: 17:56:38.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:38 
13:56:38 (SWT:1367): Gtk-WARNING **: 17:56:38.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:38 
13:56:38 (SWT:1367): Gtk-WARNING **: 17:56:38.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:38 
13:56:38 (SWT:1367): Gtk-WARNING **: 17:56:38.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:38 
13:56:38 (SWT:1367): Gtk-WARNING **: 17:56:38.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:38 
13:56:38 (SWT:1367): Gtk-WARNING **: 17:56:38.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:42 
13:56:42 (SWT:1367): Gtk-WARNING **: 17:56:42.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:42 
13:56:42 (SWT:1367): Gtk-WARNING **: 17:56:42.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:42 
13:56:42 (SWT:1367): Gtk-WARNING **: 17:56:42.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:42 
13:56:42 (SWT:1367): Gtk-WARNING **: 17:56:42.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:42 
13:56:42 (SWT:1367): Gtk-WARNING **: 17:56:42.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:42 
13:56:42 (SWT:1367): Gtk-WARNING **: 17:56:42.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:42 
13:56:42 (SWT:1367): Gtk-WARNING **: 17:56:42.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:46 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.231 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest
13:56:46 doubleClick(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest)  Time elapsed: 4.744 s
13:56:46 click(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest)  Time elapsed: 4.665 s
13:56:46 findsCanvas(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest)  Time elapsed: 4.539 s
13:56:46 doubleClickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest)  Time elapsed: 4.477 s
13:56:46 clickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest)  Time elapsed: 4.532 s
13:56:46 findsCanvasInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest)  Time elapsed: 4.266 s
13:56:46 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest
13:56:46 
13:56:46 (SWT:1367): Gtk-WARNING **: 17:56:46.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:46 
13:56:46 (SWT:1367): Gtk-WARNING **: 17:56:46.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:46 
13:56:46 (SWT:1367): Gtk-WARNING **: 17:56:46.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:46 
13:56:46 (SWT:1367): Gtk-WARNING **: 17:56:46.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:46 
13:56:46 (SWT:1367): Gtk-WARNING **: 17:56:46.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:46 
13:56:46 (SWT:1367): Gtk-WARNING **: 17:56:46.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:46 
13:56:46 (SWT:1367): Gtk-WARNING **: 17:56:46.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:51 
13:56:51 (SWT:1367): Gtk-WARNING **: 17:56:51.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:51 
13:56:51 (SWT:1367): Gtk-WARNING **: 17:56:51.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:51 
13:56:51 (SWT:1367): Gtk-WARNING **: 17:56:51.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:51 
13:56:51 (SWT:1367): Gtk-WARNING **: 17:56:51.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:51 
13:56:51 (SWT:1367): Gtk-WARNING **: 17:56:51.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:51 
13:56:51 (SWT:1367): Gtk-WARNING **: 17:56:51.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:51 
13:56:51 (SWT:1367): Gtk-WARNING **: 17:56:51.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:56 
13:56:56 (SWT:1367): Gtk-WARNING **: 17:56:56.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:56 
13:56:56 (SWT:1367): Gtk-WARNING **: 17:56:56.364: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:56 
13:56:56 (SWT:1367): Gtk-WARNING **: 17:56:56.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:56 
13:56:56 (SWT:1367): Gtk-WARNING **: 17:56:56.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:56 
13:56:56 (SWT:1367): Gtk-WARNING **: 17:56:56.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:56 
13:56:56 (SWT:1367): Gtk-WARNING **: 17:56:56.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:56:56 
13:56:56 (SWT:1367): Gtk-WARNING **: 17:56:56.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:00 
13:57:00 (SWT:1367): Gtk-WARNING **: 17:57:00.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:00 
13:57:00 (SWT:1367): Gtk-WARNING **: 17:57:00.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:00 
13:57:00 (SWT:1367): Gtk-WARNING **: 17:57:00.919: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:00 
13:57:00 (SWT:1367): Gtk-WARNING **: 17:57:00.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:00 
13:57:00 (SWT:1367): Gtk-WARNING **: 17:57:00.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:00 
13:57:00 (SWT:1367): Gtk-WARNING **: 17:57:00.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:00 
13:57:00 (SWT:1367): Gtk-WARNING **: 17:57:00.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:05 
13:57:05 (SWT:1367): Gtk-WARNING **: 17:57:05.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:05 
13:57:05 (SWT:1367): Gtk-WARNING **: 17:57:05.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:05 
13:57:05 (SWT:1367): Gtk-WARNING **: 17:57:05.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:05 
13:57:05 (SWT:1367): Gtk-WARNING **: 17:57:05.378: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:05 
13:57:05 (SWT:1367): Gtk-WARNING **: 17:57:05.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:05 
13:57:05 (SWT:1367): Gtk-WARNING **: 17:57:05.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:05 
13:57:05 (SWT:1367): Gtk-WARNING **: 17:57:05.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:09 
13:57:09 (SWT:1367): Gtk-WARNING **: 17:57:09.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:09 
13:57:09 (SWT:1367): Gtk-WARNING **: 17:57:09.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:09 
13:57:09 (SWT:1367): Gtk-WARNING **: 17:57:09.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:09 
13:57:09 (SWT:1367): Gtk-WARNING **: 17:57:09.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:09 
13:57:09 (SWT:1367): Gtk-WARNING **: 17:57:09.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:09 
13:57:09 (SWT:1367): Gtk-WARNING **: 17:57:09.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:09 
13:57:09 (SWT:1367): Gtk-WARNING **: 17:57:09.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:14 
13:57:14 (SWT:1367): Gtk-WARNING **: 17:57:14.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:14 
13:57:14 (SWT:1367): Gtk-WARNING **: 17:57:14.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:14 
13:57:14 (SWT:1367): Gtk-WARNING **: 17:57:14.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:14 
13:57:14 (SWT:1367): Gtk-WARNING **: 17:57:14.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:14 
13:57:14 (SWT:1367): Gtk-WARNING **: 17:57:14.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:14 
13:57:14 (SWT:1367): Gtk-WARNING **: 17:57:14.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:14 
13:57:14 (SWT:1367): Gtk-WARNING **: 17:57:14.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:18 
13:57:18 (SWT:1367): Gtk-WARNING **: 17:57:18.428: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:18 
13:57:18 (SWT:1367): Gtk-WARNING **: 17:57:18.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:18 
13:57:18 (SWT:1367): Gtk-WARNING **: 17:57:18.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:18 
13:57:18 (SWT:1367): Gtk-WARNING **: 17:57:18.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:18 
13:57:18 (SWT:1367): Gtk-WARNING **: 17:57:18.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:18 
13:57:18 (SWT:1367): Gtk-WARNING **: 17:57:18.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:18 
13:57:18 (SWT:1367): Gtk-WARNING **: 17:57:18.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:22 
13:57:22 (SWT:1367): Gtk-WARNING **: 17:57:22.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:22 
13:57:22 (SWT:1367): Gtk-WARNING **: 17:57:22.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:22 
13:57:22 (SWT:1367): Gtk-WARNING **: 17:57:22.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:22 
13:57:22 (SWT:1367): Gtk-WARNING **: 17:57:22.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:22 
13:57:22 (SWT:1367): Gtk-WARNING **: 17:57:22.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:22 
13:57:22 (SWT:1367): Gtk-WARNING **: 17:57:22.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:22 
13:57:22 (SWT:1367): Gtk-WARNING **: 17:57:22.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:26 
13:57:26 (SWT:1367): Gtk-WARNING **: 17:57:26.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:26 
13:57:26 (SWT:1367): Gtk-WARNING **: 17:57:26.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:26 
13:57:26 (SWT:1367): Gtk-WARNING **: 17:57:26.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:26 
13:57:26 (SWT:1367): Gtk-WARNING **: 17:57:26.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:26 
13:57:26 (SWT:1367): Gtk-WARNING **: 17:57:26.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:26 
13:57:26 (SWT:1367): Gtk-WARNING **: 17:57:26.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:26 
13:57:26 (SWT:1367): Gtk-WARNING **: 17:57:26.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:30 
13:57:30 (SWT:1367): Gtk-WARNING **: 17:57:30.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:30 
13:57:30 (SWT:1367): Gtk-WARNING **: 17:57:30.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:30 
13:57:30 (SWT:1367): Gtk-WARNING **: 17:57:30.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:30 
13:57:30 (SWT:1367): Gtk-WARNING **: 17:57:30.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:30 
13:57:30 (SWT:1367): Gtk-WARNING **: 17:57:30.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:30 
13:57:30 (SWT:1367): Gtk-WARNING **: 17:57:30.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:30 
13:57:30 (SWT:1367): Gtk-WARNING **: 17:57:30.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:34 
13:57:34 (SWT:1367): Gtk-WARNING **: 17:57:34.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:34 
13:57:34 (SWT:1367): Gtk-WARNING **: 17:57:34.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:34 
13:57:34 (SWT:1367): Gtk-WARNING **: 17:57:34.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:34 
13:57:34 (SWT:1367): Gtk-WARNING **: 17:57:34.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:34 
13:57:34 (SWT:1367): Gtk-WARNING **: 17:57:34.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:34 
13:57:34 (SWT:1367): Gtk-WARNING **: 17:57:34.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:34 
13:57:34 (SWT:1367): Gtk-WARNING **: 17:57:34.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:38 
13:57:38 (SWT:1367): Gtk-WARNING **: 17:57:38.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:38 
13:57:38 (SWT:1367): Gtk-WARNING **: 17:57:38.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:38 
13:57:38 (SWT:1367): Gtk-WARNING **: 17:57:38.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:38 
13:57:38 (SWT:1367): Gtk-WARNING **: 17:57:38.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:38 
13:57:38 (SWT:1367): Gtk-WARNING **: 17:57:38.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:38 
13:57:38 (SWT:1367): Gtk-WARNING **: 17:57:38.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:38 
13:57:38 (SWT:1367): Gtk-WARNING **: 17:57:38.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:43 
13:57:43 (SWT:1367): Gtk-WARNING **: 17:57:43.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:43 
13:57:43 (SWT:1367): Gtk-WARNING **: 17:57:43.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:43 
13:57:43 (SWT:1367): Gtk-WARNING **: 17:57:43.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:43 
13:57:43 (SWT:1367): Gtk-WARNING **: 17:57:43.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:43 
13:57:43 (SWT:1367): Gtk-WARNING **: 17:57:43.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:43 
13:57:43 (SWT:1367): Gtk-WARNING **: 17:57:43.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:43 
13:57:43 (SWT:1367): Gtk-WARNING **: 17:57:43.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:47 
13:57:47 (SWT:1367): Gtk-WARNING **: 17:57:47.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:47 
13:57:47 (SWT:1367): Gtk-WARNING **: 17:57:47.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:47 
13:57:47 (SWT:1367): Gtk-WARNING **: 17:57:47.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:47 
13:57:47 (SWT:1367): Gtk-WARNING **: 17:57:47.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:47 
13:57:47 (SWT:1367): Gtk-WARNING **: 17:57:47.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:47 
13:57:47 (SWT:1367): Gtk-WARNING **: 17:57:47.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:47 
13:57:47 (SWT:1367): Gtk-WARNING **: 17:57:47.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:51 
13:57:51 (SWT:1367): Gtk-WARNING **: 17:57:51.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:51 
13:57:51 (SWT:1367): Gtk-WARNING **: 17:57:51.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:51 
13:57:51 (SWT:1367): Gtk-WARNING **: 17:57:51.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:51 
13:57:51 (SWT:1367): Gtk-WARNING **: 17:57:51.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:51 
13:57:51 (SWT:1367): Gtk-WARNING **: 17:57:51.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:51 
13:57:51 (SWT:1367): Gtk-WARNING **: 17:57:51.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:51 
13:57:51 (SWT:1367): Gtk-WARNING **: 17:57:51.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:55 
13:57:55 (SWT:1367): Gtk-WARNING **: 17:57:55.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:55 
13:57:55 (SWT:1367): Gtk-WARNING **: 17:57:55.809: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:55 
13:57:55 (SWT:1367): Gtk-WARNING **: 17:57:55.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:55 
13:57:55 (SWT:1367): Gtk-WARNING **: 17:57:55.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:55 
13:57:55 (SWT:1367): Gtk-WARNING **: 17:57:55.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:55 
13:57:55 (SWT:1367): Gtk-WARNING **: 17:57:55.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:55 
13:57:55 (SWT:1367): Gtk-WARNING **: 17:57:55.816: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:59 
13:57:59 (SWT:1367): Gtk-WARNING **: 17:57:59.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:59 
13:57:59 (SWT:1367): Gtk-WARNING **: 17:57:59.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:59 
13:57:59 (SWT:1367): Gtk-WARNING **: 17:57:59.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:59 
13:57:59 (SWT:1367): Gtk-WARNING **: 17:57:59.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:59 
13:57:59 (SWT:1367): Gtk-WARNING **: 17:57:59.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:59 
13:57:59 (SWT:1367): Gtk-WARNING **: 17:57:59.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:57:59 
13:57:59 (SWT:1367): Gtk-WARNING **: 17:57:59.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:03 
13:58:03 (SWT:1367): Gtk-WARNING **: 17:58:03.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:03 
13:58:03 (SWT:1367): Gtk-WARNING **: 17:58:03.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:03 
13:58:03 (SWT:1367): Gtk-WARNING **: 17:58:03.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:03 
13:58:03 (SWT:1367): Gtk-WARNING **: 17:58:03.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:03 
13:58:03 (SWT:1367): Gtk-WARNING **: 17:58:03.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:03 
13:58:03 (SWT:1367): Gtk-WARNING **: 17:58:03.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:03 
13:58:03 (SWT:1367): Gtk-WARNING **: 17:58:03.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:08 
13:58:08 (SWT:1367): Gtk-WARNING **: 17:58:08.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:08 
13:58:08 (SWT:1367): Gtk-WARNING **: 17:58:08.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:08 
13:58:08 (SWT:1367): Gtk-WARNING **: 17:58:08.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:08 
13:58:08 (SWT:1367): Gtk-WARNING **: 17:58:08.164: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:08 
13:58:08 (SWT:1367): Gtk-WARNING **: 17:58:08.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:08 
13:58:08 (SWT:1367): Gtk-WARNING **: 17:58:08.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:08 
13:58:08 (SWT:1367): Gtk-WARNING **: 17:58:08.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:12 
13:58:12 (SWT:1367): Gtk-WARNING **: 17:58:12.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:12 
13:58:12 (SWT:1367): Gtk-WARNING **: 17:58:12.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:12 
13:58:12 (SWT:1367): Gtk-WARNING **: 17:58:12.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:12 
13:58:12 (SWT:1367): Gtk-WARNING **: 17:58:12.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:12 
13:58:12 (SWT:1367): Gtk-WARNING **: 17:58:12.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:12 
13:58:12 (SWT:1367): Gtk-WARNING **: 17:58:12.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:12 
13:58:12 (SWT:1367): Gtk-WARNING **: 17:58:12.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:16 
13:58:16 (SWT:1367): Gtk-WARNING **: 17:58:16.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:16 
13:58:16 (SWT:1367): Gtk-WARNING **: 17:58:16.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:16 
13:58:16 (SWT:1367): Gtk-WARNING **: 17:58:16.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:16 
13:58:16 (SWT:1367): Gtk-WARNING **: 17:58:16.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:16 
13:58:16 (SWT:1367): Gtk-WARNING **: 17:58:16.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:16 
13:58:16 (SWT:1367): Gtk-WARNING **: 17:58:16.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:16 
13:58:16 (SWT:1367): Gtk-WARNING **: 17:58:16.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:20 
13:58:20 (SWT:1367): Gtk-WARNING **: 17:58:20.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:20 
13:58:20 (SWT:1367): Gtk-WARNING **: 17:58:20.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:20 
13:58:20 (SWT:1367): Gtk-WARNING **: 17:58:20.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:20 
13:58:20 (SWT:1367): Gtk-WARNING **: 17:58:20.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:20 
13:58:20 (SWT:1367): Gtk-WARNING **: 17:58:20.037: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:20 
13:58:20 (SWT:1367): Gtk-WARNING **: 17:58:20.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:20 
13:58:20 (SWT:1367): Gtk-WARNING **: 17:58:20.040: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:24 
13:58:24 (SWT:1367): Gtk-WARNING **: 17:58:24.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:24 
13:58:24 (SWT:1367): Gtk-WARNING **: 17:58:24.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:24 
13:58:24 (SWT:1367): Gtk-WARNING **: 17:58:24.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:24 
13:58:24 (SWT:1367): Gtk-WARNING **: 17:58:24.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:24 
13:58:24 (SWT:1367): Gtk-WARNING **: 17:58:24.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:24 
13:58:24 (SWT:1367): Gtk-WARNING **: 17:58:24.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:24 
13:58:24 (SWT:1367): Gtk-WARNING **: 17:58:24.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:28 
13:58:28 (SWT:1367): Gtk-WARNING **: 17:58:28.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:28 
13:58:28 (SWT:1367): Gtk-WARNING **: 17:58:28.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:28 
13:58:28 (SWT:1367): Gtk-WARNING **: 17:58:28.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:28 
13:58:28 (SWT:1367): Gtk-WARNING **: 17:58:28.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:28 
13:58:28 (SWT:1367): Gtk-WARNING **: 17:58:28.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:28 
13:58:28 (SWT:1367): Gtk-WARNING **: 17:58:28.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:28 
13:58:28 (SWT:1367): Gtk-WARNING **: 17:58:28.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:32 
13:58:32 (SWT:1367): Gtk-WARNING **: 17:58:32.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:32 
13:58:32 (SWT:1367): Gtk-WARNING **: 17:58:32.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:32 
13:58:32 (SWT:1367): Gtk-WARNING **: 17:58:32.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:32 
13:58:32 (SWT:1367): Gtk-WARNING **: 17:58:32.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:32 
13:58:32 (SWT:1367): Gtk-WARNING **: 17:58:32.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:32 
13:58:32 (SWT:1367): Gtk-WARNING **: 17:58:32.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:32 
13:58:32 (SWT:1367): Gtk-WARNING **: 17:58:32.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:36 
13:58:36 (SWT:1367): Gtk-WARNING **: 17:58:36.453: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:36 
13:58:36 (SWT:1367): Gtk-WARNING **: 17:58:36.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:36 
13:58:36 (SWT:1367): Gtk-WARNING **: 17:58:36.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:36 
13:58:36 (SWT:1367): Gtk-WARNING **: 17:58:36.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:36 
13:58:36 (SWT:1367): Gtk-WARNING **: 17:58:36.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:36 
13:58:36 (SWT:1367): Gtk-WARNING **: 17:58:36.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:36 
13:58:36 (SWT:1367): Gtk-WARNING **: 17:58:36.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:41 
13:58:41 (SWT:1367): Gtk-WARNING **: 17:58:41.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:41 
13:58:41 (SWT:1367): Gtk-WARNING **: 17:58:41.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:41 
13:58:41 (SWT:1367): Gtk-WARNING **: 17:58:41.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:41 
13:58:41 (SWT:1367): Gtk-WARNING **: 17:58:41.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:41 
13:58:41 (SWT:1367): Gtk-WARNING **: 17:58:41.029: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:41 
13:58:41 (SWT:1367): Gtk-WARNING **: 17:58:41.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:41 
13:58:41 (SWT:1367): Gtk-WARNING **: 17:58:41.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:45 
13:58:45 (SWT:1367): Gtk-WARNING **: 17:58:45.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:45 
13:58:45 (SWT:1367): Gtk-WARNING **: 17:58:45.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:45 
13:58:45 (SWT:1367): Gtk-WARNING **: 17:58:45.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:45 
13:58:45 (SWT:1367): Gtk-WARNING **: 17:58:45.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:45 
13:58:45 (SWT:1367): Gtk-WARNING **: 17:58:45.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:45 
13:58:45 (SWT:1367): Gtk-WARNING **: 17:58:45.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:45 
13:58:45 (SWT:1367): Gtk-WARNING **: 17:58:45.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:50 
13:58:50 (SWT:1367): Gtk-WARNING **: 17:58:50.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:50 
13:58:50 (SWT:1367): Gtk-WARNING **: 17:58:50.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:50 
13:58:50 (SWT:1367): Gtk-WARNING **: 17:58:50.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:50 
13:58:50 (SWT:1367): Gtk-WARNING **: 17:58:50.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:50 
13:58:50 (SWT:1367): Gtk-WARNING **: 17:58:50.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:50 
13:58:50 (SWT:1367): Gtk-WARNING **: 17:58:50.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:50 
13:58:50 (SWT:1367): Gtk-WARNING **: 17:58:50.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:53 Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 127.509 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest
13:58:53 containsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.701 s
13:58:53 settingSelectionOnInvalidRowNumberThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.716 s
13:58:53 getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.564 s
13:58:53 selectsItemsBasedOnString(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.448 s
13:58:53 throwsExceptionIfTheRowNumberIsIllegal2(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.371 s
13:58:53 setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.546 s
13:58:53 getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.172 s
13:58:53 getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.24 s
13:58:53 getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.075 s
13:58:53 searchText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.019 s
13:58:53 settingMultipleSelectionOfInvalidIndicesThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.137 s
13:58:53 findsIndexOfColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 3.995 s
13:58:53 unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.562 s
13:58:53 getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.546 s
13:58:53 getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 3.919 s
13:58:53 findsAnyTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 3.875 s
13:58:53 throwsExceptionIfTheColumnNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.077 s
13:58:53 getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.014 s
13:58:53 getsIndexOfItemInAColumnWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.277 s
13:58:53 findsItemsBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 3.966 s
13:58:53 findsTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 3.886 s
13:58:53 throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 3.964 s
13:58:53 getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.186 s
13:58:53 settingSelectionOnInvalidRowTextThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.14 s
13:58:53 findsItemsBasedOnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 3.982 s
13:58:53 getsIndexOfItemInAColumnWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.095 s
13:58:53 setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.545 s
13:58:53 getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.504 s
13:58:53 throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.488 s
13:58:53 throwsExceptionIfTheColumnNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest)  Time elapsed: 4.472 s
13:58:53 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest
13:58:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest
13:58:53 doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest)  Time elapsed: 0.204 s
13:58:53 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest
13:58:54 
13:58:54 (SWT:1367): Gtk-WARNING **: 17:58:54.653: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:54 
13:58:54 (SWT:1367): Gtk-WARNING **: 17:58:54.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:54 
13:58:54 (SWT:1367): Gtk-WARNING **: 17:58:54.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:54 
13:58:54 (SWT:1367): Gtk-WARNING **: 17:58:54.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:54 
13:58:54 (SWT:1367): Gtk-WARNING **: 17:58:54.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:54 
13:58:54 (SWT:1367): Gtk-WARNING **: 17:58:54.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:54 
13:58:54 (SWT:1367): Gtk-WARNING **: 17:58:54.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:58 
13:58:58 (SWT:1367): Gtk-WARNING **: 17:58:58.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:58 
13:58:58 (SWT:1367): Gtk-WARNING **: 17:58:58.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:58 
13:58:58 (SWT:1367): Gtk-WARNING **: 17:58:58.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:58 
13:58:58 (SWT:1367): Gtk-WARNING **: 17:58:58.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:58 
13:58:58 (SWT:1367): Gtk-WARNING **: 17:58:58.827: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:58 
13:58:58 (SWT:1367): Gtk-WARNING **: 17:58:58.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:58:58 
13:58:58 (SWT:1367): Gtk-WARNING **: 17:58:58.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:02 
13:59:02 (SWT:1367): Gtk-WARNING **: 17:59:02.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:03 
13:59:03 (SWT:1367): Gtk-WARNING **: 17:59:03.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:03 
13:59:03 (SWT:1367): Gtk-WARNING **: 17:59:03.009: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:03 
13:59:03 (SWT:1367): Gtk-WARNING **: 17:59:03.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:03 
13:59:03 (SWT:1367): Gtk-WARNING **: 17:59:03.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:03 
13:59:03 (SWT:1367): Gtk-WARNING **: 17:59:03.013: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:03 
13:59:03 (SWT:1367): Gtk-WARNING **: 17:59:03.013: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:06 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.508 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest
13:59:06 findsSliderInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest)  Time elapsed: 4.152 s
13:59:06 canSetSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest)  Time elapsed: 4.193 s
13:59:06 findsSlider(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest)  Time elapsed: 4.159 s
13:59:06 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest
13:59:07 
13:59:07 (SWT:1367): Gtk-WARNING **: 17:59:07.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:07 
13:59:07 (SWT:1367): Gtk-WARNING **: 17:59:07.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:07 
13:59:07 (SWT:1367): Gtk-WARNING **: 17:59:07.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:07 
13:59:07 (SWT:1367): Gtk-WARNING **: 17:59:07.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:07 
13:59:07 (SWT:1367): Gtk-WARNING **: 17:59:07.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:07 
13:59:07 (SWT:1367): Gtk-WARNING **: 17:59:07.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:07 
13:59:07 (SWT:1367): Gtk-WARNING **: 17:59:07.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:11 
13:59:11 (SWT:1367): Gtk-WARNING **: 17:59:11.549: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:11 
13:59:11 (SWT:1367): Gtk-WARNING **: 17:59:11.559: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:11 
13:59:11 (SWT:1367): Gtk-WARNING **: 17:59:11.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:11 
13:59:11 (SWT:1367): Gtk-WARNING **: 17:59:11.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:11 
13:59:11 (SWT:1367): Gtk-WARNING **: 17:59:11.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:11 
13:59:11 (SWT:1367): Gtk-WARNING **: 17:59:11.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:11 
13:59:11 (SWT:1367): Gtk-WARNING **: 17:59:11.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:15 
13:59:15 (SWT:1367): Gtk-WARNING **: 17:59:15.952: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:15 
13:59:15 (SWT:1367): Gtk-WARNING **: 17:59:15.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:15 
13:59:15 (SWT:1367): Gtk-WARNING **: 17:59:15.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:15 
13:59:15 (SWT:1367): Gtk-WARNING **: 17:59:15.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:15 
13:59:15 (SWT:1367): Gtk-WARNING **: 17:59:15.967: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:15 
13:59:15 (SWT:1367): Gtk-WARNING **: 17:59:15.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:15 
13:59:15 (SWT:1367): Gtk-WARNING **: 17:59:15.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:20 
13:59:20 (SWT:1367): Gtk-WARNING **: 17:59:20.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:20 
13:59:20 (SWT:1367): Gtk-WARNING **: 17:59:20.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:20 
13:59:20 (SWT:1367): Gtk-WARNING **: 17:59:20.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:20 
13:59:20 (SWT:1367): Gtk-WARNING **: 17:59:20.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:20 
13:59:20 (SWT:1367): Gtk-WARNING **: 17:59:20.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:20 
13:59:20 (SWT:1367): Gtk-WARNING **: 17:59:20.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:20 
13:59:20 (SWT:1367): Gtk-WARNING **: 17:59:20.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:24 
13:59:24 (SWT:1367): Gtk-WARNING **: 17:59:24.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:24 
13:59:24 (SWT:1367): Gtk-WARNING **: 17:59:24.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:24 
13:59:24 (SWT:1367): Gtk-WARNING **: 17:59:24.642: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:24 
13:59:24 (SWT:1367): Gtk-WARNING **: 17:59:24.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:24 
13:59:24 (SWT:1367): Gtk-WARNING **: 17:59:24.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:24 
13:59:24 (SWT:1367): Gtk-WARNING **: 17:59:24.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:24 
13:59:24 (SWT:1367): Gtk-WARNING **: 17:59:24.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:29 
13:59:29 (SWT:1367): Gtk-WARNING **: 17:59:29.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:29 
13:59:29 (SWT:1367): Gtk-WARNING **: 17:59:29.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:29 
13:59:29 (SWT:1367): Gtk-WARNING **: 17:59:29.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:29 
13:59:29 (SWT:1367): Gtk-WARNING **: 17:59:29.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:29 
13:59:29 (SWT:1367): Gtk-WARNING **: 17:59:29.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:29 
13:59:29 (SWT:1367): Gtk-WARNING **: 17:59:29.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:29 
13:59:29 (SWT:1367): Gtk-WARNING **: 17:59:29.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:33 
13:59:33 (SWT:1367): Gtk-WARNING **: 17:59:33.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:33 
13:59:33 (SWT:1367): Gtk-WARNING **: 17:59:33.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:33 
13:59:33 (SWT:1367): Gtk-WARNING **: 17:59:33.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:33 
13:59:33 (SWT:1367): Gtk-WARNING **: 17:59:33.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:33 
13:59:33 (SWT:1367): Gtk-WARNING **: 17:59:33.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:33 
13:59:33 (SWT:1367): Gtk-WARNING **: 17:59:33.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:33 
13:59:33 (SWT:1367): Gtk-WARNING **: 17:59:33.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:37 
13:59:37 (SWT:1367): Gtk-WARNING **: 17:59:37.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:37 
13:59:37 (SWT:1367): Gtk-WARNING **: 17:59:37.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:37 
13:59:37 (SWT:1367): Gtk-WARNING **: 17:59:37.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:37 
13:59:37 (SWT:1367): Gtk-WARNING **: 17:59:37.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:37 
13:59:37 (SWT:1367): Gtk-WARNING **: 17:59:37.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:37 
13:59:37 (SWT:1367): Gtk-WARNING **: 17:59:37.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:37 
13:59:37 (SWT:1367): Gtk-WARNING **: 17:59:37.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:42 
13:59:42 (SWT:1367): Gtk-WARNING **: 17:59:42.388: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:42 
13:59:42 (SWT:1367): Gtk-WARNING **: 17:59:42.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:42 
13:59:42 (SWT:1367): Gtk-WARNING **: 17:59:42.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:42 
13:59:42 (SWT:1367): Gtk-WARNING **: 17:59:42.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:42 
13:59:42 (SWT:1367): Gtk-WARNING **: 17:59:42.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:42 
13:59:42 (SWT:1367): Gtk-WARNING **: 17:59:42.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:42 
13:59:42 (SWT:1367): Gtk-WARNING **: 17:59:42.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:46 
13:59:46 (SWT:1367): Gtk-WARNING **: 17:59:46.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:46 
13:59:46 (SWT:1367): Gtk-WARNING **: 17:59:46.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:46 
13:59:46 (SWT:1367): Gtk-WARNING **: 17:59:46.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:46 
13:59:46 (SWT:1367): Gtk-WARNING **: 17:59:46.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:46 
13:59:46 (SWT:1367): Gtk-WARNING **: 17:59:46.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:46 
13:59:46 (SWT:1367): Gtk-WARNING **: 17:59:46.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:46 
13:59:46 (SWT:1367): Gtk-WARNING **: 17:59:46.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:51 
13:59:51 (SWT:1367): Gtk-WARNING **: 17:59:51.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:51 
13:59:51 (SWT:1367): Gtk-WARNING **: 17:59:51.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:51 
13:59:51 (SWT:1367): Gtk-WARNING **: 17:59:51.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:51 
13:59:51 (SWT:1367): Gtk-WARNING **: 17:59:51.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:51 
13:59:51 (SWT:1367): Gtk-WARNING **: 17:59:51.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:51 
13:59:51 (SWT:1367): Gtk-WARNING **: 17:59:51.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:51 
13:59:51 (SWT:1367): Gtk-WARNING **: 17:59:51.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:55 
13:59:55 (SWT:1367): Gtk-WARNING **: 17:59:55.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:55 
13:59:55 (SWT:1367): Gtk-WARNING **: 17:59:55.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:55 
13:59:55 (SWT:1367): Gtk-WARNING **: 17:59:55.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:55 
13:59:55 (SWT:1367): Gtk-WARNING **: 17:59:55.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:55 
13:59:55 (SWT:1367): Gtk-WARNING **: 17:59:55.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:55 
13:59:55 (SWT:1367): Gtk-WARNING **: 17:59:55.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
13:59:55 
13:59:55 (SWT:1367): Gtk-WARNING **: 17:59:55.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:00 
14:00:00 (SWT:1367): Gtk-WARNING **: 18:00:00.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:00 
14:00:00 (SWT:1367): Gtk-WARNING **: 18:00:00.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:00 
14:00:00 (SWT:1367): Gtk-WARNING **: 18:00:00.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:00 
14:00:00 (SWT:1367): Gtk-WARNING **: 18:00:00.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:00 
14:00:00 (SWT:1367): Gtk-WARNING **: 18:00:00.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:00 
14:00:00 (SWT:1367): Gtk-WARNING **: 18:00:00.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:00 
14:00:00 (SWT:1367): Gtk-WARNING **: 18:00:00.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:05 
14:00:05 (SWT:1367): Gtk-WARNING **: 18:00:05.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:05 
14:00:05 (SWT:1367): Gtk-WARNING **: 18:00:05.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:05 
14:00:05 (SWT:1367): Gtk-WARNING **: 18:00:05.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:05 
14:00:05 (SWT:1367): Gtk-WARNING **: 18:00:05.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:05 
14:00:05 (SWT:1367): Gtk-WARNING **: 18:00:05.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:05 
14:00:05 (SWT:1367): Gtk-WARNING **: 18:00:05.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:05 
14:00:05 (SWT:1367): Gtk-WARNING **: 18:00:05.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:10 
14:00:10 (SWT:1367): Gtk-WARNING **: 18:00:10.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:10 
14:00:10 (SWT:1367): Gtk-WARNING **: 18:00:10.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:10 
14:00:10 (SWT:1367): Gtk-WARNING **: 18:00:10.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:10 
14:00:10 (SWT:1367): Gtk-WARNING **: 18:00:10.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:10 
14:00:10 (SWT:1367): Gtk-WARNING **: 18:00:10.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:10 
14:00:10 (SWT:1367): Gtk-WARNING **: 18:00:10.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:10 
14:00:10 (SWT:1367): Gtk-WARNING **: 18:00:10.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:14 
14:00:14 (SWT:1367): Gtk-WARNING **: 18:00:14.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:14 
14:00:14 (SWT:1367): Gtk-WARNING **: 18:00:14.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:14 
14:00:14 (SWT:1367): Gtk-WARNING **: 18:00:14.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:14 
14:00:14 (SWT:1367): Gtk-WARNING **: 18:00:14.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:14 
14:00:14 (SWT:1367): Gtk-WARNING **: 18:00:14.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:14 
14:00:14 (SWT:1367): Gtk-WARNING **: 18:00:14.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:14 
14:00:14 (SWT:1367): Gtk-WARNING **: 18:00:14.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:18 
14:00:18 (SWT:1367): Gtk-WARNING **: 18:00:18.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:18 
14:00:18 (SWT:1367): Gtk-WARNING **: 18:00:18.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:18 
14:00:18 (SWT:1367): Gtk-WARNING **: 18:00:18.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:18 
14:00:18 (SWT:1367): Gtk-WARNING **: 18:00:18.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:18 
14:00:18 (SWT:1367): Gtk-WARNING **: 18:00:18.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:18 
14:00:18 (SWT:1367): Gtk-WARNING **: 18:00:18.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:18 
14:00:18 (SWT:1367): Gtk-WARNING **: 18:00:18.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:23 
14:00:23 (SWT:1367): Gtk-WARNING **: 18:00:23.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:23 
14:00:23 (SWT:1367): Gtk-WARNING **: 18:00:23.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:23 
14:00:23 (SWT:1367): Gtk-WARNING **: 18:00:23.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:23 
14:00:23 (SWT:1367): Gtk-WARNING **: 18:00:23.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:23 
14:00:23 (SWT:1367): Gtk-WARNING **: 18:00:23.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:23 
14:00:23 (SWT:1367): Gtk-WARNING **: 18:00:23.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:23 
14:00:23 (SWT:1367): Gtk-WARNING **: 18:00:23.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:28 
14:00:28 (SWT:1367): Gtk-WARNING **: 18:00:28.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:28 
14:00:28 (SWT:1367): Gtk-WARNING **: 18:00:28.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:28 
14:00:28 (SWT:1367): Gtk-WARNING **: 18:00:28.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:28 
14:00:28 (SWT:1367): Gtk-WARNING **: 18:00:28.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:28 
14:00:28 (SWT:1367): Gtk-WARNING **: 18:00:28.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:28 
14:00:28 (SWT:1367): Gtk-WARNING **: 18:00:28.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:28 
14:00:28 (SWT:1367): Gtk-WARNING **: 18:00:28.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:33 
14:00:33 (SWT:1367): Gtk-WARNING **: 18:00:33.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:33 
14:00:33 (SWT:1367): Gtk-WARNING **: 18:00:33.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:33 
14:00:33 (SWT:1367): Gtk-WARNING **: 18:00:33.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:33 
14:00:33 (SWT:1367): Gtk-WARNING **: 18:00:33.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:33 
14:00:33 (SWT:1367): Gtk-WARNING **: 18:00:33.160: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:33 
14:00:33 (SWT:1367): Gtk-WARNING **: 18:00:33.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:33 
14:00:33 (SWT:1367): Gtk-WARNING **: 18:00:33.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:37 
14:00:37 (SWT:1367): Gtk-WARNING **: 18:00:37.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:37 
14:00:37 (SWT:1367): Gtk-WARNING **: 18:00:37.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:37 
14:00:37 (SWT:1367): Gtk-WARNING **: 18:00:37.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:37 
14:00:37 (SWT:1367): Gtk-WARNING **: 18:00:37.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:37 
14:00:37 (SWT:1367): Gtk-WARNING **: 18:00:37.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:37 
14:00:37 (SWT:1367): Gtk-WARNING **: 18:00:37.828: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:37 
14:00:37 (SWT:1367): Gtk-WARNING **: 18:00:37.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:42 
14:00:42 (SWT:1367): Gtk-WARNING **: 18:00:42.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:42 
14:00:42 (SWT:1367): Gtk-WARNING **: 18:00:42.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:42 
14:00:42 (SWT:1367): Gtk-WARNING **: 18:00:42.462: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:42 
14:00:42 (SWT:1367): Gtk-WARNING **: 18:00:42.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:42 
14:00:42 (SWT:1367): Gtk-WARNING **: 18:00:42.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:42 
14:00:42 (SWT:1367): Gtk-WARNING **: 18:00:42.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:42 
14:00:42 (SWT:1367): Gtk-WARNING **: 18:00:42.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:47 
14:00:47 (SWT:1367): Gtk-WARNING **: 18:00:47.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:47 
14:00:47 (SWT:1367): Gtk-WARNING **: 18:00:47.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:47 
14:00:47 (SWT:1367): Gtk-WARNING **: 18:00:47.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:47 
14:00:47 (SWT:1367): Gtk-WARNING **: 18:00:47.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:47 
14:00:47 (SWT:1367): Gtk-WARNING **: 18:00:47.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:47 
14:00:47 (SWT:1367): Gtk-WARNING **: 18:00:47.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:47 
14:00:47 (SWT:1367): Gtk-WARNING **: 18:00:47.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:57 
14:00:57 (SWT:1367): Gtk-WARNING **: 18:00:57.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:57 
14:00:57 (SWT:1367): Gtk-WARNING **: 18:00:57.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:57 
14:00:57 (SWT:1367): Gtk-WARNING **: 18:00:57.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:57 
14:00:57 (SWT:1367): Gtk-WARNING **: 18:00:57.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:57 
14:00:57 (SWT:1367): Gtk-WARNING **: 18:00:57.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:57 
14:00:57 (SWT:1367): Gtk-WARNING **: 18:00:57.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:00:57 
14:00:57 (SWT:1367): Gtk-WARNING **: 18:00:57.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:02 
14:01:02 (SWT:1367): Gtk-WARNING **: 18:01:02.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:02 
14:01:02 (SWT:1367): Gtk-WARNING **: 18:01:02.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:02 
14:01:02 (SWT:1367): Gtk-WARNING **: 18:01:02.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:02 
14:01:02 (SWT:1367): Gtk-WARNING **: 18:01:02.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:02 
14:01:02 (SWT:1367): Gtk-WARNING **: 18:01:02.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:02 
14:01:02 (SWT:1367): Gtk-WARNING **: 18:01:02.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:02 
14:01:02 (SWT:1367): Gtk-WARNING **: 18:01:02.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:06 
14:01:06 (SWT:1367): Gtk-WARNING **: 18:01:06.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:06 
14:01:06 (SWT:1367): Gtk-WARNING **: 18:01:06.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:06 
14:01:06 (SWT:1367): Gtk-WARNING **: 18:01:06.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:06 
14:01:06 (SWT:1367): Gtk-WARNING **: 18:01:06.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:06 
14:01:06 (SWT:1367): Gtk-WARNING **: 18:01:06.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:06 
14:01:06 (SWT:1367): Gtk-WARNING **: 18:01:06.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:06 
14:01:06 (SWT:1367): Gtk-WARNING **: 18:01:06.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:10 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 123.926 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest
14:01:10 setsMultipleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.349 s
14:01:10 selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.414 s
14:01:10 getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.279 s
14:01:10 doubleClicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.434 s
14:01:10 clicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.388 s
14:01:10 setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.531 s
14:01:10 getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.269 s
14:01:10 getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.558 s
14:01:10 getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.421 s
14:01:10 findsAnyTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.281 s
14:01:10 expandsNode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.862 s
14:01:10 expandANodePath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.41 s
14:01:10 unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.785 s
14:01:10 getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.952 s
14:01:10 getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.368 s
14:01:10 getsAllTreeItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.394 s
14:01:10 selectsMultipleOnSingleSelectTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.551 s
14:01:10 expandsNodeToMax(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.959 s
14:01:10 findsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.718 s
14:01:10 expandEmptyPath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.602 s
14:01:10 getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.642 s
14:01:10 clicksOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 5.243 s
14:01:10 setsMultipleSelectionUnknownItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 9.752 s
14:01:10 getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.695 s
14:01:10 getsColumnCountOnMultiColumnTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.512 s
14:01:10 setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest)  Time elapsed: 4.523 s
14:01:10 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest
14:01:14 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.898 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest
14:01:14 findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest)  Time elapsed: 0.951 s
14:01:14 findsCLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest)  Time elapsed: 0.968 s
14:01:14 findsCLabel1(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest)  Time elapsed: 0.982 s
14:01:14 getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest)  Time elapsed: 0.995 s
14:01:14 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest
14:01:15 
14:01:15 (SWT:1367): Gtk-WARNING **: 18:01:15.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:15 
14:01:15 (SWT:1367): Gtk-WARNING **: 18:01:15.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:15 
14:01:15 (SWT:1367): Gtk-WARNING **: 18:01:15.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:15 
14:01:15 (SWT:1367): Gtk-WARNING **: 18:01:15.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:15 
14:01:15 (SWT:1367): Gtk-WARNING **: 18:01:15.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:15 
14:01:15 (SWT:1367): Gtk-WARNING **: 18:01:15.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:15 
14:01:15 (SWT:1367): Gtk-WARNING **: 18:01:15.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:19 
14:01:19 (SWT:1367): Gtk-WARNING **: 18:01:19.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:19 
14:01:19 (SWT:1367): Gtk-WARNING **: 18:01:19.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:19 
14:01:19 (SWT:1367): Gtk-WARNING **: 18:01:19.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:19 
14:01:19 (SWT:1367): Gtk-WARNING **: 18:01:19.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:19 
14:01:19 (SWT:1367): Gtk-WARNING **: 18:01:19.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:19 
14:01:19 (SWT:1367): Gtk-WARNING **: 18:01:19.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:19 
14:01:19 (SWT:1367): Gtk-WARNING **: 18:01:19.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:24 
14:01:24 (SWT:1367): Gtk-WARNING **: 18:01:24.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:24 
14:01:24 (SWT:1367): Gtk-WARNING **: 18:01:24.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:24 
14:01:24 (SWT:1367): Gtk-WARNING **: 18:01:24.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:24 
14:01:24 (SWT:1367): Gtk-WARNING **: 18:01:24.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:24 
14:01:24 (SWT:1367): Gtk-WARNING **: 18:01:24.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:24 
14:01:24 (SWT:1367): Gtk-WARNING **: 18:01:24.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:24 
14:01:24 (SWT:1367): Gtk-WARNING **: 18:01:24.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:27 Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 13.38 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest
14:01:27 clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest)  Time elapsed: 4.513 s
14:01:27 getsAllMenuItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped
14:01:27 clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest)  Time elapsed: 4.522 s
14:01:27 findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest)  Time elapsed: 4.343 s
14:01:27 clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped
14:01:27 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest
14:01:28 Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.414 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest
14:01:28 testJFaceWizardButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest) skipped
14:01:28 testJFaceErrorDialogButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest)  Time elapsed: 0.254 s
14:01:28 Running org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest
14:01:28 
14:01:28 (SWT:1367): Gtk-WARNING **: 18:01:28.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:28 
14:01:28 (SWT:1367): Gtk-WARNING **: 18:01:28.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:28 
14:01:28 (SWT:1367): Gtk-WARNING **: 18:01:28.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:28 
14:01:28 (SWT:1367): Gtk-WARNING **: 18:01:28.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:28 
14:01:28 (SWT:1367): Gtk-WARNING **: 18:01:28.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:28 
14:01:28 (SWT:1367): Gtk-WARNING **: 18:01:28.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:28 
14:01:28 (SWT:1367): Gtk-WARNING **: 18:01:28.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:33 
14:01:33 (SWT:1367): Gtk-WARNING **: 18:01:33.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:33 
14:01:33 (SWT:1367): Gtk-WARNING **: 18:01:33.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:33 
14:01:33 (SWT:1367): Gtk-WARNING **: 18:01:33.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:33 
14:01:33 (SWT:1367): Gtk-WARNING **: 18:01:33.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:33 
14:01:33 (SWT:1367): Gtk-WARNING **: 18:01:33.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:33 
14:01:33 (SWT:1367): Gtk-WARNING **: 18:01:33.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:33 
14:01:33 (SWT:1367): Gtk-WARNING **: 18:01:33.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:37 
14:01:37 (SWT:1367): Gtk-WARNING **: 18:01:37.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:37 
14:01:37 (SWT:1367): Gtk-WARNING **: 18:01:37.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:37 
14:01:37 (SWT:1367): Gtk-WARNING **: 18:01:37.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:37 
14:01:37 (SWT:1367): Gtk-WARNING **: 18:01:37.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:37 
14:01:37 (SWT:1367): Gtk-WARNING **: 18:01:37.664: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:37 
14:01:37 (SWT:1367): Gtk-WARNING **: 18:01:37.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:37 
14:01:37 (SWT:1367): Gtk-WARNING **: 18:01:37.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:42 
14:01:42 (SWT:1367): Gtk-WARNING **: 18:01:42.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:42 
14:01:42 (SWT:1367): Gtk-WARNING **: 18:01:42.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:42 
14:01:42 (SWT:1367): Gtk-WARNING **: 18:01:42.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:42 
14:01:42 (SWT:1367): Gtk-WARNING **: 18:01:42.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:42 
14:01:42 (SWT:1367): Gtk-WARNING **: 18:01:42.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:42 
14:01:42 (SWT:1367): Gtk-WARNING **: 18:01:42.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:42 
14:01:42 (SWT:1367): Gtk-WARNING **: 18:01:42.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:46 
14:01:46 (SWT:1367): Gtk-WARNING **: 18:01:46.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:46 
14:01:46 (SWT:1367): Gtk-WARNING **: 18:01:46.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:46 
14:01:46 (SWT:1367): Gtk-WARNING **: 18:01:46.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:46 
14:01:46 (SWT:1367): Gtk-WARNING **: 18:01:46.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:46 
14:01:46 (SWT:1367): Gtk-WARNING **: 18:01:46.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:46 
14:01:46 (SWT:1367): Gtk-WARNING **: 18:01:46.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:46 
14:01:46 (SWT:1367): Gtk-WARNING **: 18:01:46.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:51 
14:01:51 (SWT:1367): Gtk-WARNING **: 18:01:51.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:51 
14:01:51 (SWT:1367): Gtk-WARNING **: 18:01:51.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:51 
14:01:51 (SWT:1367): Gtk-WARNING **: 18:01:51.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:51 
14:01:51 (SWT:1367): Gtk-WARNING **: 18:01:51.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:51 
14:01:51 (SWT:1367): Gtk-WARNING **: 18:01:51.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:51 
14:01:51 (SWT:1367): Gtk-WARNING **: 18:01:51.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:51 
14:01:51 (SWT:1367): Gtk-WARNING **: 18:01:51.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:55 
14:01:55 (SWT:1367): Gtk-WARNING **: 18:01:55.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:55 
14:01:55 (SWT:1367): Gtk-WARNING **: 18:01:55.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:55 
14:01:55 (SWT:1367): Gtk-WARNING **: 18:01:55.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:55 
14:01:55 (SWT:1367): Gtk-WARNING **: 18:01:55.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:55 
14:01:55 (SWT:1367): Gtk-WARNING **: 18:01:55.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:55 
14:01:55 (SWT:1367): Gtk-WARNING **: 18:01:55.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:55 
14:01:55 (SWT:1367): Gtk-WARNING **: 18:01:55.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:59 
14:01:59 (SWT:1367): Gtk-WARNING **: 18:01:59.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:59 
14:01:59 (SWT:1367): Gtk-WARNING **: 18:01:59.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:59 
14:01:59 (SWT:1367): Gtk-WARNING **: 18:01:59.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:59 
14:01:59 (SWT:1367): Gtk-WARNING **: 18:01:59.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:59 
14:01:59 (SWT:1367): Gtk-WARNING **: 18:01:59.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:59 
14:01:59 (SWT:1367): Gtk-WARNING **: 18:01:59.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:01:59 
14:01:59 (SWT:1367): Gtk-WARNING **: 18:01:59.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:03 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.311 s - in org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest
14:02:03 findsRightIndexOfControlInParentWithNoParent(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest)  Time elapsed: 4.314 s
14:02:03 getsToString(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest)  Time elapsed: 4.419 s
14:02:03 findsNextWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest)  Time elapsed: 4.593 s
14:02:03 findsIndexOfArbritryControl(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest)  Time elapsed: 4.435 s
14:02:03 nextWidgetOnLastWidgetIsNull(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest)  Time elapsed: 4.359 s
14:02:03 getsCorrectStyle(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest)  Time elapsed: 4.369 s
14:02:03 previousWidgetOnFirstWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest)  Time elapsed: 4.311 s
14:02:03 findsPreviousWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest)  Time elapsed: 4.507 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.CredentialsTest
14:02:03 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.swtbot.swt.finder.utils.CredentialsTest
14:02:03 testHashCode(org.eclipse.swtbot.swt.finder.utils.CredentialsTest)  Time elapsed: 0.001 s
14:02:03 testEquals(org.eclipse.swtbot.swt.finder.utils.CredentialsTest)  Time elapsed: 0 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.PositionTest
14:02:03 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.PositionTest
14:02:03 equalsAndHashCode(org.eclipse.swtbot.swt.finder.utils.PositionTest)  Time elapsed: 0 s
14:02:03 equalsAndHashCodeNegative(org.eclipse.swtbot.swt.finder.utils.PositionTest)  Time elapsed: 0 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.TableCollectionTest
14:02:03 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.TableCollectionTest
14:02:03 getsToString(org.eclipse.swtbot.swt.finder.utils.TableCollectionTest)  Time elapsed: 0 s
14:02:03 hashCodeIsSameForSameTableCollections(org.eclipse.swtbot.swt.finder.utils.TableCollectionTest)  Time elapsed: 0 s
14:02:03 equalsForSameTableCollections(org.eclipse.swtbot.swt.finder.utils.TableCollectionTest)  Time elapsed: 0 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.TreePathTest
14:02:03 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.TreePathTest
14:02:03 canPopLastElementFromTreePath(org.eclipse.swtbot.swt.finder.utils.TreePathTest)  Time elapsed: 0 s
14:02:03 popsNothingIfTreePathIsEmpty(org.eclipse.swtbot.swt.finder.utils.TreePathTest)  Time elapsed: 0.001 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest
14:02:03 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest
14:02:03 getsSimpleClassName(org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest)  Time elapsed: 0.001 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.BidiMapTest
14:02:03 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.BidiMapTest
14:02:03 canIterateThroughAllElements(org.eclipse.swtbot.swt.finder.utils.BidiMapTest)  Time elapsed: 0 s
14:02:03 canFindObjectBasedOnKey(org.eclipse.swtbot.swt.finder.utils.BidiMapTest)  Time elapsed: 0 s
14:02:03 canFindObjectBasedOnValue(org.eclipse.swtbot.swt.finder.utils.BidiMapTest)  Time elapsed: 0 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.FileUtilsTest
14:02:03 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.swtbot.swt.finder.utils.FileUtilsTest
14:02:03 canReadFromURL(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest)  Time elapsed: 0.001 s
14:02:03 canWriteToAFile(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest)  Time elapsed: 0.033 s
14:02:03 canReadFromFile(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest)  Time elapsed: 0.001 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.StringUtilsTest
14:02:03 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.StringUtilsTest
14:02:03 canJoinListsUsingTheObjectConverter(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest)  Time elapsed: 0.001 s
14:02:03 isEmptyOrNull(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest)  Time elapsed: 0 s
14:02:03 joinOfObjects(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest)  Time elapsed: 0 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest
14:02:03 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest
14:02:03 getsKeySetOfTheMap(org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest)  Time elapsed: 0.001 s
14:02:03 mapsMultipleValuesToAKey(org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest)  Time elapsed: 0 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.MenuDetectTest
14:02:03 
14:02:03 (SWT:1367): Gtk-CRITICAL **: 18:02:03.830: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
14:02:03 
14:02:03 (SWT:1367): Gtk-CRITICAL **: 18:02:03.838: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
14:02:03 
14:02:03 (SWT:1367): Gtk-CRITICAL **: 18:02:03.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
14:02:03 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.eclipse.swtbot.swt.finder.utils.MenuDetectTest
14:02:03 testMenuDetect(org.eclipse.swtbot.swt.finder.utils.MenuDetectTest)  Time elapsed: 0.3 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest
14:02:03 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest
14:02:03 translatesFromStringsToIds(org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest)  Time elapsed: 0 s
14:02:03 Running org.eclipse.swtbot.swt.finder.utils.TableRowTest
14:02:03 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.TableRowTest
14:02:03 hashCodeIsSameForSameTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest)  Time elapsed: 0 s
14:02:03 getsToString(org.eclipse.swtbot.swt.finder.utils.TableRowTest)  Time elapsed: 0 s
14:02:03 equalsForUnequalTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest)  Time elapsed: 0 s
14:02:03 hashCodeIsDifferentForDifferentTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest)  Time elapsed: 0 s
14:02:03 equalsForEqualTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest)  Time elapsed: 0 s
14:02:03 Running org.eclipse.swtbot.swt.finder.resolvers.ResolverTest
14:02:03 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.resolvers.ResolverTest
14:02:03 doesNotGetResolverForNonRegisteredTypes(org.eclipse.swtbot.swt.finder.resolvers.ResolverTest)  Time elapsed: 0 s
14:02:03 getsResolverForRegisteredTypes(org.eclipse.swtbot.swt.finder.resolvers.ResolverTest)  Time elapsed: 0 s
14:02:03 Running org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest
14:02:03 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest
14:02:03 getChildren(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest)  Time elapsed: 0 s
14:02:03 hasParent(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest)  Time elapsed: 0 s
14:02:03 hasChildren(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest)  Time elapsed: 0 s
14:02:03 getParent(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest)  Time elapsed: 0 s
14:02:03 resolvesEverything(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest)  Time elapsed: 0 s
14:02:03 Running org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest
14:02:04 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest
14:02:04 waitsForTreeToContainRows(org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest)  Time elapsed: 0.212 s
14:02:04 Running org.eclipse.swtbot.swt.finder.waits.WaitForShellTest
14:02:04 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 s - in org.eclipse.swtbot.swt.finder.waits.WaitForShellTest
14:02:04 waitsForShellToAppear(org.eclipse.swtbot.swt.finder.waits.WaitForShellTest)  Time elapsed: 0.677 s
14:02:04 Running org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest
14:02:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest
14:02:05 waitsForShellToBecomeActive(org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest)  Time elapsed: 0.193 s
14:02:05 Running org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest
14:02:05 
14:02:05 (SWT:1367): Gtk-WARNING **: 18:02:05.704: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:05 
14:02:05 (SWT:1367): Gtk-WARNING **: 18:02:05.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:05 
14:02:05 (SWT:1367): Gtk-WARNING **: 18:02:05.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:05 
14:02:05 (SWT:1367): Gtk-WARNING **: 18:02:05.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:05 
14:02:05 (SWT:1367): Gtk-WARNING **: 18:02:05.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:05 
14:02:05 (SWT:1367): Gtk-WARNING **: 18:02:05.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:05 
14:02:05 (SWT:1367): Gtk-WARNING **: 18:02:05.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:09 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.884 s - in org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest
14:02:09 waitsForWidgetToAppearInParent(org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest)  Time elapsed: 4.884 s
14:02:09 Running org.eclipse.swtbot.swt.finder.waits.ShellClosesTest
14:02:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s - in org.eclipse.swtbot.swt.finder.waits.ShellClosesTest
14:02:10 waitsForShellClose(org.eclipse.swtbot.swt.finder.waits.ShellClosesTest)  Time elapsed: 0.668 s
14:02:10 Running org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest
14:02:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest
14:02:10 waitsForTableToContainRows(org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest)  Time elapsed: 0.205 s
14:02:10 Running org.eclipse.swtbot.swt.finder.SWTBotTest
14:02:25 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.402 s - in org.eclipse.swtbot.swt.finder.SWTBotTest
14:02:25 getsAllShells(org.eclipse.swtbot.swt.finder.SWTBotTest)  Time elapsed: 0.257 s
14:02:25 doesNotWait5SecondsAndPassesForPassingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest)  Time elapsed: 0.259 s
14:02:25 waitsMoreThan5sWhenConditionDoesNotSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest)  Time elapsed: 5.264 s
14:02:25 waitsLessThan5sWhenConditionSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest)  Time elapsed: 2.789 s
14:02:25 throwsExceptionOnNegativeTimeOut(org.eclipse.swtbot.swt.finder.SWTBotTest)  Time elapsed: 0.263 s
14:02:25 findsShellsById(org.eclipse.swtbot.swt.finder.SWTBotTest)  Time elapsed: 0.26 s
14:02:25 waits5SecondsAndFailsForFailingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest)  Time elapsed: 5.309 s
14:02:25 Running org.eclipse.swtbot.swt.finder.ReferenceByTest
14:02:25 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.swtbot.swt.finder.ReferenceByTest
14:02:25 compatibilityWithOtherReferences(org.eclipse.swtbot.swt.finder.ReferenceByTest)  Time elapsed: 0.003 s
14:02:25 methodNameSuffix(org.eclipse.swtbot.swt.finder.ReferenceByTest)  Time elapsed: 0 s
14:02:25 methodArguments(org.eclipse.swtbot.swt.finder.ReferenceByTest)  Time elapsed: 0 s
14:02:25 matcherMethod(org.eclipse.swtbot.swt.finder.ReferenceByTest)  Time elapsed: 0 s
14:02:25 generatesCombinations(org.eclipse.swtbot.swt.finder.ReferenceByTest)  Time elapsed: 0.003 s
14:02:25 Running org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest
14:02:25 
14:02:25 (SWT:1367): Gtk-WARNING **: 18:02:25.925: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:25 
14:02:25 (SWT:1367): Gtk-WARNING **: 18:02:25.936: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:25 
14:02:25 (SWT:1367): Gtk-WARNING **: 18:02:25.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:25 
14:02:25 (SWT:1367): Gtk-WARNING **: 18:02:25.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:25 
14:02:25 (SWT:1367): Gtk-WARNING **: 18:02:25.941: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:25 
14:02:25 (SWT:1367): Gtk-WARNING **: 18:02:25.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:25 
14:02:25 (SWT:1367): Gtk-WARNING **: 18:02:25.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:30 
14:02:30 (SWT:1367): Gtk-WARNING **: 18:02:30.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:30 
14:02:30 (SWT:1367): Gtk-WARNING **: 18:02:30.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:30 
14:02:30 (SWT:1367): Gtk-WARNING **: 18:02:30.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:30 
14:02:30 (SWT:1367): Gtk-WARNING **: 18:02:30.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:30 
14:02:30 (SWT:1367): Gtk-WARNING **: 18:02:30.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:30 
14:02:30 (SWT:1367): Gtk-WARNING **: 18:02:30.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:30 
14:02:30 (SWT:1367): Gtk-WARNING **: 18:02:30.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:34 
14:02:34 (SWT:1367): Gtk-WARNING **: 18:02:34.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:34 
14:02:34 (SWT:1367): Gtk-WARNING **: 18:02:34.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:34 
14:02:34 (SWT:1367): Gtk-WARNING **: 18:02:34.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:34 
14:02:34 (SWT:1367): Gtk-WARNING **: 18:02:34.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:34 
14:02:34 (SWT:1367): Gtk-WARNING **: 18:02:34.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:34 
14:02:34 (SWT:1367): Gtk-WARNING **: 18:02:34.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:34 
14:02:34 (SWT:1367): Gtk-WARNING **: 18:02:34.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:37 03 Jun 2020 18:02:37.079 -                      main - DEBUG -                       SWTUtils - (SWTUtils.java:455) - Capturing screenshot 'screenshots/screenshot-DummyTestDoNotExecuteInAnt.null.jpeg'
14:02:39 
14:02:39 (SWT:1367): Gtk-WARNING **: 18:02:39.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:39 
14:02:39 (SWT:1367): Gtk-WARNING **: 18:02:39.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:39 
14:02:39 (SWT:1367): Gtk-WARNING **: 18:02:39.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:39 
14:02:39 (SWT:1367): Gtk-WARNING **: 18:02:39.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:39 
14:02:39 (SWT:1367): Gtk-WARNING **: 18:02:39.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:39 
14:02:39 (SWT:1367): Gtk-WARNING **: 18:02:39.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:39 
14:02:39 (SWT:1367): Gtk-WARNING **: 18:02:39.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:43 
14:02:43 (SWT:1367): Gtk-WARNING **: 18:02:43.457: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:43 
14:02:43 (SWT:1367): Gtk-WARNING **: 18:02:43.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:43 
14:02:43 (SWT:1367): Gtk-WARNING **: 18:02:43.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:43 
14:02:43 (SWT:1367): Gtk-WARNING **: 18:02:43.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:43 
14:02:43 (SWT:1367): Gtk-WARNING **: 18:02:43.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:43 
14:02:43 (SWT:1367): Gtk-WARNING **: 18:02:43.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:43 
14:02:43 (SWT:1367): Gtk-WARNING **: 18:02:43.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:48 
14:02:48 (SWT:1367): Gtk-WARNING **: 18:02:48.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:48 
14:02:48 (SWT:1367): Gtk-WARNING **: 18:02:48.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:48 
14:02:48 (SWT:1367): Gtk-WARNING **: 18:02:48.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:48 
14:02:48 (SWT:1367): Gtk-WARNING **: 18:02:48.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:48 
14:02:48 (SWT:1367): Gtk-WARNING **: 18:02:48.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:48 
14:02:48 (SWT:1367): Gtk-WARNING **: 18:02:48.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:48 
14:02:48 (SWT:1367): Gtk-WARNING **: 18:02:48.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:52 
14:02:52 (SWT:1367): Gtk-WARNING **: 18:02:52.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:52 
14:02:52 (SWT:1367): Gtk-WARNING **: 18:02:52.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:52 
14:02:52 (SWT:1367): Gtk-WARNING **: 18:02:52.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:52 
14:02:52 (SWT:1367): Gtk-WARNING **: 18:02:52.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:52 
14:02:52 (SWT:1367): Gtk-WARNING **: 18:02:52.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:52 
14:02:52 (SWT:1367): Gtk-WARNING **: 18:02:52.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:52 
14:02:52 (SWT:1367): Gtk-WARNING **: 18:02:52.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:56 
14:02:56 (SWT:1367): Gtk-WARNING **: 18:02:56.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:56 
14:02:56 (SWT:1367): Gtk-WARNING **: 18:02:56.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:56 
14:02:56 (SWT:1367): Gtk-WARNING **: 18:02:56.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:56 
14:02:56 (SWT:1367): Gtk-WARNING **: 18:02:56.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:56 
14:02:56 (SWT:1367): Gtk-WARNING **: 18:02:56.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:56 
14:02:56 (SWT:1367): Gtk-WARNING **: 18:02:56.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:02:56 
14:02:56 (SWT:1367): Gtk-WARNING **: 18:02:56.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:01 
14:03:01 (SWT:1367): Gtk-WARNING **: 18:03:01.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:01 
14:03:01 (SWT:1367): Gtk-WARNING **: 18:03:01.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:01 
14:03:01 (SWT:1367): Gtk-WARNING **: 18:03:01.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:01 
14:03:01 (SWT:1367): Gtk-WARNING **: 18:03:01.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:01 
14:03:01 (SWT:1367): Gtk-WARNING **: 18:03:01.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:01 
14:03:01 (SWT:1367): Gtk-WARNING **: 18:03:01.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:01 
14:03:01 (SWT:1367): Gtk-WARNING **: 18:03:01.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:05 
14:03:05 (SWT:1367): Gtk-WARNING **: 18:03:05.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:05 
14:03:05 (SWT:1367): Gtk-WARNING **: 18:03:05.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:05 
14:03:05 (SWT:1367): Gtk-WARNING **: 18:03:05.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:05 
14:03:05 (SWT:1367): Gtk-WARNING **: 18:03:05.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:05 
14:03:05 (SWT:1367): Gtk-WARNING **: 18:03:05.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:05 
14:03:05 (SWT:1367): Gtk-WARNING **: 18:03:05.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:05 
14:03:05 (SWT:1367): Gtk-WARNING **: 18:03:05.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:10 
14:03:10 (SWT:1367): Gtk-WARNING **: 18:03:10.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:10 
14:03:10 (SWT:1367): Gtk-WARNING **: 18:03:10.158: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:10 
14:03:10 (SWT:1367): Gtk-WARNING **: 18:03:10.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:10 
14:03:10 (SWT:1367): Gtk-WARNING **: 18:03:10.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:10 
14:03:10 (SWT:1367): Gtk-WARNING **: 18:03:10.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:10 
14:03:10 (SWT:1367): Gtk-WARNING **: 18:03:10.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:10 
14:03:10 (SWT:1367): Gtk-WARNING **: 18:03:10.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:14 
14:03:14 (SWT:1367): Gtk-WARNING **: 18:03:14.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:14 
14:03:14 (SWT:1367): Gtk-WARNING **: 18:03:14.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:14 
14:03:14 (SWT:1367): Gtk-WARNING **: 18:03:14.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:14 
14:03:14 (SWT:1367): Gtk-WARNING **: 18:03:14.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:14 
14:03:14 (SWT:1367): Gtk-WARNING **: 18:03:14.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:14 
14:03:14 (SWT:1367): Gtk-WARNING **: 18:03:14.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:14 
14:03:14 (SWT:1367): Gtk-WARNING **: 18:03:14.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:19 
14:03:19 (SWT:1367): Gtk-WARNING **: 18:03:19.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:19 
14:03:19 (SWT:1367): Gtk-WARNING **: 18:03:19.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:19 
14:03:19 (SWT:1367): Gtk-WARNING **: 18:03:19.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:19 
14:03:19 (SWT:1367): Gtk-WARNING **: 18:03:19.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:19 
14:03:19 (SWT:1367): Gtk-WARNING **: 18:03:19.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:19 
14:03:19 (SWT:1367): Gtk-WARNING **: 18:03:19.533: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:19 
14:03:19 (SWT:1367): Gtk-WARNING **: 18:03:19.533: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:23 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.085 s - in org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest
14:03:23 assertContainsWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.399 s
14:03:23 assertsIfWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.39 s
14:03:23 capturesScreenshotOnError(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.402 s
14:03:23 assertDoesNotContainThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.275 s
14:03:23 assertContainsThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.569 s
14:03:23 assertDoesNotContainWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.455 s
14:03:23 assertEnabledThrowsExceptionWhenWidgetIsDisable(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.389 s
14:03:23 assertNotEnabledThrowsExceptionWhenWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.46 s
14:03:23 assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches2(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.496 s
14:03:23 assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.337 s
14:03:23 assertRegexMatchesThrowsExceptionWhenRegexDoesNotMatch(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.664 s
14:03:23 throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.685 s
14:03:23 throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest)  Time elapsed: 4.56 s
14:03:23 Running org.eclipse.swtbot.swt.finder.SWTBot2Test
14:03:24 
14:03:24 (SWT:1367): Gtk-WARNING **: 18:03:24.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:24 
14:03:24 (SWT:1367): Gtk-WARNING **: 18:03:24.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:24 
14:03:24 (SWT:1367): Gtk-WARNING **: 18:03:24.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:24 
14:03:24 (SWT:1367): Gtk-WARNING **: 18:03:24.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:24 
14:03:24 (SWT:1367): Gtk-WARNING **: 18:03:24.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:24 
14:03:24 (SWT:1367): Gtk-WARNING **: 18:03:24.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:24 
14:03:24 (SWT:1367): Gtk-WARNING **: 18:03:24.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:28 
14:03:28 (SWT:1367): Gtk-WARNING **: 18:03:28.524: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:28 
14:03:28 (SWT:1367): Gtk-WARNING **: 18:03:28.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:28 
14:03:28 (SWT:1367): Gtk-WARNING **: 18:03:28.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:28 
14:03:28 (SWT:1367): Gtk-WARNING **: 18:03:28.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:28 
14:03:28 (SWT:1367): Gtk-WARNING **: 18:03:28.539: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:28 
14:03:28 (SWT:1367): Gtk-WARNING **: 18:03:28.543: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:28 
14:03:28 (SWT:1367): Gtk-WARNING **: 18:03:28.543: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:33 
14:03:33 (SWT:1367): Gtk-WARNING **: 18:03:33.309: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:33 
14:03:33 (SWT:1367): Gtk-WARNING **: 18:03:33.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:33 
14:03:33 (SWT:1367): Gtk-WARNING **: 18:03:33.324: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:33 
14:03:33 (SWT:1367): Gtk-WARNING **: 18:03:33.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:33 
14:03:33 (SWT:1367): Gtk-WARNING **: 18:03:33.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:33 
14:03:33 (SWT:1367): Gtk-WARNING **: 18:03:33.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:33 
14:03:33 (SWT:1367): Gtk-WARNING **: 18:03:33.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:39 
14:03:39 (SWT:1367): Gtk-WARNING **: 18:03:39.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:39 
14:03:39 (SWT:1367): Gtk-WARNING **: 18:03:39.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:39 
14:03:39 (SWT:1367): Gtk-WARNING **: 18:03:39.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:39 
14:03:39 (SWT:1367): Gtk-WARNING **: 18:03:39.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:39 
14:03:39 (SWT:1367): Gtk-WARNING **: 18:03:39.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:39 
14:03:39 (SWT:1367): Gtk-WARNING **: 18:03:39.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:39 
14:03:39 (SWT:1367): Gtk-WARNING **: 18:03:39.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:43 
14:03:43 (SWT:1367): Gtk-WARNING **: 18:03:43.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:43 
14:03:43 (SWT:1367): Gtk-WARNING **: 18:03:43.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:43 
14:03:43 (SWT:1367): Gtk-WARNING **: 18:03:43.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:43 
14:03:43 (SWT:1367): Gtk-WARNING **: 18:03:43.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:43 
14:03:43 (SWT:1367): Gtk-WARNING **: 18:03:43.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:43 
14:03:43 (SWT:1367): Gtk-WARNING **: 18:03:43.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:43 
14:03:43 (SWT:1367): Gtk-WARNING **: 18:03:43.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
14:03:47 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.439 s - in org.eclipse.swtbot.swt.finder.SWTBot2Test
14:03:47 findsGetsIdOfAControl(org.eclipse.swtbot.swt.finder.SWTBot2Test)  Time elapsed: 4.481 s
14:03:47 findsTextBox(org.eclipse.swtbot.swt.finder.SWTBot2Test)  Time elapsed: 4.785 s
14:03:47 getsActiveControl(org.eclipse.swtbot.swt.finder.SWTBot2Test)  Time elapsed: 5.774 s
14:03:47 tabKeyTraversalSetsFocusOnTheNextControlAndSendsTraverseEvents(org.eclipse.swtbot.swt.finder.SWTBot2Test)  Time elapsed: 4.536 s
14:03:47 isEnabled(org.eclipse.swtbot.swt.finder.SWTBot2Test)  Time elapsed: 4.862 s
14:03:47 
14:03:47 Results:
14:03:47 
14:03:47 Tests run: 486, Failures: 0, Errors: 0, Skipped: 7
14:03:47 
14:03:49 [INFO] All tests passed!
14:03:49 [INFO] 
14:03:49 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder.test ---
14:03:49 [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
14:03:49 [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
14:03:49 [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
14:03:49 [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
14:03:49 [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
14:03:49 [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
14:03:49 [INFO] 
14:03:49 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder.test ---
14:03:49 [INFO] 
14:03:49 [INFO] ------< org.eclipse.swtbot.test.features:org.eclipse.swtbot.test >------
14:03:49 [INFO] Building org.eclipse.swtbot.test 3.0.0-SNAPSHOT                  [61/64]
14:03:49 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:03:49 [INFO] 
14:03:49 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.test ---
14:03:49 [INFO] The project's OSGi version is 3.0.0.202006031738
14:03:49 [INFO] 
14:03:49 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.test ---
14:03:49 [INFO] 
14:03:49 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.test ---
14:03:49 [INFO] 
14:03:49 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.test ---
14:03:49 [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.*
14:03:49 [INFO] 
14:03:49 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.test ---
14:03:49 [INFO] 
14:03:49 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.test ---
14:03:49 [INFO] 
14:03:49 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.swtbot.test ---
14:03:49 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-3.0.0-SNAPSHOT.jar
14:03:49 [INFO] 
14:03:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.test ---
14:03:49 [INFO] 
14:03:49 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.test ---
14:03:49 [INFO] 
14:03:49 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.test ---
14:03:49 [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
14:03:49 [INFO] 
14:03:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.test ---
14:03:49 [INFO] 
14:03:49 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.test ---
14:03:49 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-3.0.0-SNAPSHOT.jar
14:03:50 [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
14:03:51 [INFO] 
14:03:51 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.test ---
14:03:51 [INFO] 
14:03:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.test ---
14:03:51 [INFO] 
14:03:51 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.test ---
14:03:51 [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
14:03:51 [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
14:03:51 [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
14:03:51 [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
14:03:52 [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
14:03:52 [INFO] 
14:03:52 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.test ---
14:03:52 [INFO] 
14:03:52 [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test >----
14:03:52 [INFO] Building org.eclipse.swtbot.generator.test 3.0.0-SNAPSHOT        [62/64]
14:03:52 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:03:52 [INFO] 
14:03:52 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.test ---
14:03:52 [INFO] The project's OSGi version is 3.0.0.202006031738
14:03:52 [INFO] 
14:03:52 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.test ---
14:03:52 [INFO] 
14:03:52 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.test ---
14:03:52 [INFO] 
14:03:52 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.test ---
14:03:52 [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.*
14:03:52 [INFO] 
14:03:52 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.test ---
14:03:52 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
14:03:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/src/main/resources
14:03:52 [INFO] 
14:03:52 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.generator.test ---
14:03:52 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/classes
14:03:52 [INFO] 
14:03:52 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.test ---
14:03:52 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
14:03:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/src/test/resources
14:03:52 [INFO] 
14:03:52 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.test ---
14:03:52 [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
14:03:52 [INFO] 
14:03:52 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.test ---
14:03:52 [INFO] 
14:03:52 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.test ---
14:03:52 [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
14:03:52 [INFO] 
14:03:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.test ---
14:03:52 [INFO] 
14:03:52 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.test ---
14:03:52 [INFO] 
14:03:52 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.test ---
14:03:52 [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
14:03:52 [INFO] 
14:03:52 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.test ---
14:03:52 [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
14:03:53 [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
14:03:54 [INFO] 
14:03:54 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.test ---
14:03:54 [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
14:03:54 [INFO] 
14:03:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.test ---
14:03:54 [INFO] 
14:03:54 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.swtbot.generator.test ---
14:03:54 [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
14:03:54 [INFO] Command line:
14:03:54 	[/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]
14:03:54 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
14:03:54 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
14:03:59 Running org.eclipse.swtbot.generator.test.RecordToolbarButtonTest
14:03:59 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher).
14:03:59 log4j:WARN Please initialize the log4j system properly.
14:03:59 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 s - in org.eclipse.swtbot.generator.test.RecordToolbarButtonTest
14:03:59 testClickToolbarWithImage(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest)  Time elapsed: 0.434 s
14:03:59 testClickToolbar(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest)  Time elapsed: 0.143 s
14:03:59 testClickToolbarWithImageAndNoText(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest)  Time elapsed: 0.175 s
14:03:59 Running org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest
14:04:00 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.965 s - in org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest
14:04:00 testMultipleTableSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest)  Time elapsed: 0.191 s
14:04:00 testMultipleTableSelectionSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest)  Time elapsed: 0.167 s
14:04:00 testTableCheckSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest)  Time elapsed: 0.142 s
14:04:00 testTableCheckSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest)  Time elapsed: 0.125 s
14:04:00 testSingleTableSelection(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest)  Time elapsed: 0.126 s
14:04:00 testMultipleTableSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest)  Time elapsed: 0.107 s
14:04:00 testTableCheck(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest)  Time elapsed: 0.105 s
14:04:00 Running org.eclipse.swtbot.generator.test.RecordCComboTextTest
14:04:01 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.swtbot.generator.test.RecordCComboTextTest
14:04:01 testModifyCCombo(org.eclipse.swtbot.generator.test.RecordCComboTextTest)  Time elapsed: 0.115 s
14:04:01 Running org.eclipse.swtbot.generator.test.RecordComboTextTest
14:04:01 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.swtbot.generator.test.RecordComboTextTest
14:04:01 testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboTextTest)  Time elapsed: 0.118 s
14:04:01 Running org.eclipse.swtbot.generator.test.CTabItemActivateTest
14:04:01 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.swtbot.generator.test.CTabItemActivateTest
14:04:01 testActivateCTabItem(org.eclipse.swtbot.generator.test.CTabItemActivateTest)  Time elapsed: 0.116 s
14:04:01 Running org.eclipse.swtbot.generator.test.RecordRadioClickTest
14:04:01 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.swtbot.generator.test.RecordRadioClickTest
14:04:01 testRadioButtonClick(org.eclipse.swtbot.generator.test.RecordRadioClickTest)  Time elapsed: 0.122 s
14:04:01 Running org.eclipse.swtbot.generator.test.TabItemActivateTest
14:04:01 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.swtbot.generator.test.TabItemActivateTest
14:04:01 testActivateCTabItem(org.eclipse.swtbot.generator.test.TabItemActivateTest)  Time elapsed: 0.112 s
14:04:01 Running org.eclipse.swtbot.generator.test.RecordComboSelectionTest
14:04:01 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.swtbot.generator.test.RecordComboSelectionTest
14:04:01 testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboSelectionTest)  Time elapsed: 0.099 s
14:04:01 Running org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest
14:04:01 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest
14:04:01 testTreeCheck(org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest)  Time elapsed: 0.127 s
14:04:01 Running org.eclipse.swtbot.generator.test.RecordCComboSelectionTest
14:04:01 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.swtbot.generator.test.RecordCComboSelectionTest
14:04:01 testModifyCombo(org.eclipse.swtbot.generator.test.RecordCComboSelectionTest)  Time elapsed: 0.118 s
14:04:01 Running org.eclipse.swtbot.generator.test.RecordListDoubleclickTest
14:04:02 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s - in org.eclipse.swtbot.generator.test.RecordListDoubleclickTest
14:04:02 testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest)  Time elapsed: 0.126 s
14:04:02 testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest)  Time elapsed: 0.102 s
14:04:02 testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest)  Time elapsed: 0.113 s
14:04:02 Running org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest
14:04:02 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest
14:04:02 testModifyStyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest)  Time elapsed: 0.132 s
14:04:02 testModifySyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest)  Time elapsed: 0.107 s
14:04:02 Running org.eclipse.swtbot.generator.test.RecordListSelectionTest
14:04:02 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s - in org.eclipse.swtbot.generator.test.RecordListSelectionTest
14:04:02 testSingleListSelection(org.eclipse.swtbot.generator.test.RecordListSelectionTest)  Time elapsed: 0.114 s
14:04:02 testMultipleListSelectionSameItem(org.eclipse.swtbot.generator.test.RecordListSelectionTest)  Time elapsed: 0.117 s
14:04:02 testMultipleListSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordListSelectionTest)  Time elapsed: 0.106 s
14:04:02 testMultipleListSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordListSelectionTest)  Time elapsed: 0.119 s
14:04:02 Running org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest
14:04:03 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest
14:04:03 testTreeLevel2DoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest)  Time elapsed: 0.113 s
14:04:03 testTreeDoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest)  Time elapsed: 0.125 s
14:04:03 Running org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest
14:04:03 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest
14:04:03 testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest)  Time elapsed: 0.147 s
14:04:03 testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest)  Time elapsed: 0.129 s
14:04:03 testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest)  Time elapsed: 0.119 s
14:04:03 
14:04:03 Results:
14:04:03 
14:04:03 Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
14:04:03 
14:04:05 [INFO] All tests passed!
14:04:05 [INFO] 
14:04:05 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.test ---
14:04:05 [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
14:04:05 [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
14:04:05 [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
14:04:05 [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
14:04:05 [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
14:04:05 [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
14:04:05 [INFO] 
14:04:05 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.test ---
14:04:05 [INFO] 
14:04:05 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test >--
14:04:05 [INFO] Building org.eclipse.swtbot.generator.jdt.test 3.0.0-SNAPSHOT    [63/64]
14:04:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:04:05 [INFO] 
14:04:05 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [INFO] The project's OSGi version is 3.0.0.202006031738
14:04:05 [INFO] 
14:04:05 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [INFO] 
14:04:05 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [INFO] 
14:04:05 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [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.*
14:04:05 [INFO] 
14:04:05 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
14:04:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/src/main/resources
14:04:05 [INFO] 
14:04:05 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/classes
14:04:05 [INFO] 
14:04:05 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
14:04:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/src/test/resources
14:04:05 [INFO] 
14:04:05 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [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
14:04:05 [INFO] 
14:04:05 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [INFO] 
14:04:05 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [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
14:04:05 [INFO] 
14:04:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [INFO] 
14:04:05 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [INFO] 
14:04:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [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
14:04:05 [INFO] 
14:04:05 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:05 [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
14:04:07 [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
14:04:08 [INFO] 
14:04:08 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:08 [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
14:04:08 [INFO] 
14:04:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:08 [INFO] 
14:04:08 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:08 [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
14:04:08 [INFO] Command line:
14:04:08 	[/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]
14:04:08 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
14:04:08 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
14:04:13 Running org.eclipse.swtbot.generator.jdt.test.RecordComboTest
14:04:14 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher).
14:04:14 log4j:WARN Please initialize the log4j system properly.
14:04:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 s - in org.eclipse.swtbot.generator.jdt.test.RecordComboTest
14:04:14 testModifyCombo(org.eclipse.swtbot.generator.jdt.test.RecordComboTest)  Time elapsed: 0.763 s
14:04:14 
14:04:14 Results:
14:04:14 
14:04:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
14:04:14 
14:04:17 [INFO] All tests passed!
14:04:17 [INFO] 
14:04:17 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:17 [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
14:04:17 [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
14:04:17 [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
14:04:17 [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
14:04:17 [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
14:04:17 [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
14:04:17 [INFO] 
14:04:17 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.jdt.test ---
14:04:17 [INFO] 
14:04:17 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test >--
14:04:17 [INFO] Building org.eclipse.swtbot.nebula.nattable.finder.test 3.0.0-SNAPSHOT [64/64]
14:04:17 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
14:04:17 [INFO] 
14:04:17 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:17 [INFO] The project's OSGi version is 3.0.0.202006031738
14:04:17 [INFO] 
14:04:17 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:17 [INFO] 
14:04:17 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:17 [INFO] 
14:04:17 [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:17 [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.*
14:04:17 [INFO] 
14:04:17 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:17 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
14:04:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/src/main/resources
14:04:17 [INFO] 
14:04:17 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:17 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/classes
14:04:17 [INFO] 
14:04:17 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:17 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
14:04:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/src/test/resources
14:04:17 [INFO] 
14:04:17 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:17 [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
14:04:18 [INFO] 
14:04:18 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:18 [INFO] 
14:04:18 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:18 [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
14:04:18 [INFO] 
14:04:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:18 [INFO] 
14:04:18 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:18 [INFO] 
14:04:18 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:18 [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
14:04:18 [INFO] 
14:04:18 [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:18 [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
14:04:20 [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
14:04:22 [INFO] 
14:04:22 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:22 [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
14:04:22 [INFO] 
14:04:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:22 [INFO] 
14:04:22 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:22 [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
14:04:22 [INFO] Command line:
14:04:22 	[/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]
14:04:22 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
14:04:22 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
14:04:27 Running org.eclipse.swtbot.nebula.nattable.finder.test.AllTests
14:04:27 log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher).
14:04:27 log4j:WARN Please initialize the log4j system properly.
14:04:29 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.971 s - in org.eclipse.swtbot.nebula.nattable.finder.test.AllTests
14:04:29 testContextMenu(org.eclipse.swtbot.nebula.nattable.finder.test1.TestNatTableContextMenu)  Time elapsed: 0.565 s
14:04:29 testCellLabel(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures)  Time elapsed: 0.149 s
14:04:29 testClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures)  Time elapsed: 0.437 s
14:04:29 testClickColumnHeader(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures)  Time elapsed: 0.174 s
14:04:29 testCount(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures)  Time elapsed: 0.046 s
14:04:29 testDoubleClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures)  Time elapsed: 0.273 s
14:04:29 testScrollAndReadCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures)  Time elapsed: 0.041 s
14:04:29 testScrollNotViewport(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures)  Time elapsed: 0.044 s
14:04:29 testScrollOutOfRange(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures)  Time elapsed: 0.059 s
14:04:29 testRightClickXY(org.eclipse.swtbot.nebula.nattable.finder.test1.TestRightClickXY)  Time elapsed: 0.071 s
14:04:29 
14:04:29 Results:
14:04:29 
14:04:29 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
14:04:29 
14:04:30 [INFO] All tests passed!
14:04:30 [INFO] 
14:04:30 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:30 [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
14:04:30 [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
14:04:30 [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
14:04:30 [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
14:04:30 [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
14:04:30 [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
14:04:30 [INFO] 
14:04:30 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
14:04:30 [INFO] ------------------------------------------------------------------------
14:04:30 [INFO] Reactor Summary:
14:04:30 [INFO] 
14:04:30 [INFO] Eclipse SWTBot 3.0.0-SNAPSHOT ...................... SUCCESS [ 17.532 s]
14:04:30 [INFO] target-platforms 3.0.0-SNAPSHOT .................... SUCCESS [  0.009 s]
14:04:30 [INFO] 2020-06 3.0.0-SNAPSHOT ............................. SUCCESS [  1.249 s]
14:04:30 [INFO] 2020-03 3.0.0-SNAPSHOT ............................. SUCCESS [  0.011 s]
14:04:30 [INFO] 2019-12 3.0.0-SNAPSHOT ............................. SUCCESS [  0.011 s]
14:04:30 [INFO] 2019-09 3.0.0-SNAPSHOT ............................. SUCCESS [  0.009 s]
14:04:30 [INFO] 2019-06 3.0.0-SNAPSHOT ............................. SUCCESS [  0.010 s]
14:04:30 [INFO] 2019-03 3.0.0-SNAPSHOT ............................. SUCCESS [  0.010 s]
14:04:30 [INFO] 2018-12 3.0.0-SNAPSHOT ............................. SUCCESS [  0.010 s]
14:04:30 [INFO] 2018-09 3.0.0-SNAPSHOT ............................. SUCCESS [  0.045 s]
14:04:30 [INFO] photon 3.0.0-SNAPSHOT .............................. SUCCESS [  0.008 s]
14:04:30 [INFO] oxygen 3.0.0-SNAPSHOT .............................. SUCCESS [  0.010 s]
14:04:30 [INFO] neon 3.0.0-SNAPSHOT ................................ SUCCESS [  0.008 s]
14:04:30 [INFO] mars 3.0.0-SNAPSHOT ................................ SUCCESS [  0.008 s]
14:04:30 [INFO] luna 3.0.0-SNAPSHOT ................................ SUCCESS [  0.009 s]
14:04:30 [INFO] kepler 3.0.0-SNAPSHOT .............................. SUCCESS [  0.053 s]
14:04:30 [INFO] juno 3.0.0-SNAPSHOT ................................ SUCCESS [  0.008 s]
14:04:30 [INFO] org.eclipse.swtbot.ant.junit 3.0.0-SNAPSHOT ........ SUCCESS [  7.510 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.core 3.0.0-SNAPSHOT ..... SUCCESS [  3.261 s]
14:04:30 [INFO] org.eclipse.swtbot.swt.finder 3.0.0-SNAPSHOT ....... SUCCESS [  6.812 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.finder 3.0.0-SNAPSHOT ... SUCCESS [  4.292 s]
14:04:30 [INFO] org.eclipse.swtbot.e4.finder 3.0.0-SNAPSHOT ........ SUCCESS [  2.643 s]
14:04:30 [INFO] org.eclipse.swtbot.junit4_x 3.0.0-SNAPSHOT ......... SUCCESS [  2.693 s]
14:04:30 [INFO] org.eclipse.swtbot 3.0.0-SNAPSHOT .................. SUCCESS [  2.469 s]
14:04:30 [INFO] org.eclipse.swtbot.forms.finder 3.0.0-SNAPSHOT ..... SUCCESS [  2.473 s]
14:04:30 [INFO] org.eclipse.swtbot.forms 3.0.0-SNAPSHOT ............ SUCCESS [  2.315 s]
14:04:30 [INFO] org.eclipse.swtbot.go 3.0.0-SNAPSHOT ............... SUCCESS [  2.187 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse 3.0.0-SNAPSHOT .......... SUCCESS [  2.330 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.dsl 3.0.0-SNAPSHOT ...... SUCCESS [  2.527 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.gef.finder 3.0.0-SNAPSHOT SUCCESS [  2.892 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.spy 3.0.0-SNAPSHOT ...... SUCCESS [  2.540 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.junit.headless 3.0.0-SNAPSHOT SUCCESS [  3.604 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.test.junit 3.0.0-SNAPSHOT SUCCESS [  2.273 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.ui 3.0.0-SNAPSHOT ....... SUCCESS [  2.807 s]
14:04:30 [INFO] org.eclipse.swtbot.generator 3.0.0-SNAPSHOT ........ SUCCESS [  2.961 s]
14:04:30 [INFO] org.eclipse.swtbot.generator.client 3.0.0-SNAPSHOT . SUCCESS [  2.858 s]
14:04:30 [INFO] org.eclipse.swtbot.generator.rules.workbench 3.0.0-SNAPSHOT SUCCESS [  2.494 s]
14:04:30 [INFO] org.eclipse.swtbot.generator.jdt 3.0.0-SNAPSHOT .... SUCCESS [  2.731 s]
14:04:30 [INFO] org.eclipse.swtbot.generator.ui 3.0.0-SNAPSHOT ..... SUCCESS [  2.612 s]
14:04:30 [INFO] org.eclipse.swtbot.junit5_x 3.0.0-SNAPSHOT ......... SUCCESS [  2.608 s]
14:04:30 [INFO] org.eclipse.swtbot.nebula.gallery.finder 3.0.0-SNAPSHOT SUCCESS [  3.090 s]
14:04:30 [INFO] org.eclipse.swt.examples 3.0.0-SNAPSHOT ............ SUCCESS [  7.682 s]
14:04:30 [INFO] org.eclipse.swtbot.swt.demo 3.0.0-SNAPSHOT ......... SUCCESS [  2.448 s]
14:04:30 [INFO] org.eclipse.ui.forms.examples 3.1.100-SNAPSHOT ..... SUCCESS [  4.070 s]
14:04:30 [INFO] org.eclipse.swtbot.nebula.nattable.finder 3.0.0-SNAPSHOT SUCCESS [  2.726 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.gef 3.0.0-SNAPSHOT ...... SUCCESS [  2.320 s]
14:04:30 [INFO] org.eclipse.swtbot.generator.feature 3.0.0-SNAPSHOT  SUCCESS [  2.214 s]
14:04:30 [INFO] org.eclipse.swtbot.ide 3.0.0-SNAPSHOT .............. SUCCESS [  2.542 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.junit5.headless 3.0.0-SNAPSHOT SUCCESS [  2.611 s]
14:04:30 [INFO] org.eclipse.swtbot.junit5 3.0.0-SNAPSHOT ........... SUCCESS [  2.483 s]
14:04:30 [INFO] org.eclipse.swtbot.nebula.gallery 3.0.0-SNAPSHOT ... SUCCESS [  2.287 s]
14:04:30 [INFO] org.eclipse.swtbot.nebula.nattable 3.0.0-SNAPSHOT .. SUCCESS [  2.301 s]
14:04:30 [INFO] org.eclipse.swtbot.updatesite 3.0.0-SNAPSHOT ....... SUCCESS [  3.556 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.ui.test 3.0.0-SNAPSHOT .. SUCCESS [ 13.052 s]
14:04:30 [INFO] org.eclipse.swtbot.swt.finder.test.keyboards 3.0.0-SNAPSHOT SUCCESS [  2.341 s]
14:04:30 [INFO] org.eclipse.swtbot.forms.finder.test 3.0.0-SNAPSHOT  SUCCESS [ 10.642 s]
14:04:30 [INFO] org.eclipse.swtbot.eclipse.finder.test 3.0.0-SNAPSHOT SUCCESS [01:40 min]
14:04:30 [INFO] org.eclipse.swtbot.e4.finder.test 3.0.0-SNAPSHOT ... SUCCESS [ 12.292 s]
14:04:30 [INFO] org.eclipse.swtbot.nebula.gallery.finder.test 3.0.0-SNAPSHOT SUCCESS [ 11.059 s]
14:04:30 [INFO] org.eclipse.swtbot.swt.finder.test 3.0.0-SNAPSHOT .. SUCCESS [19:29 min]
14:04:30 [INFO] org.eclipse.swtbot.test 3.0.0-SNAPSHOT ............. SUCCESS [  2.786 s]
14:04:30 [INFO] org.eclipse.swtbot.generator.test 3.0.0-SNAPSHOT ... SUCCESS [ 13.350 s]
14:04:30 [INFO] org.eclipse.swtbot.generator.jdt.test 3.0.0-SNAPSHOT SUCCESS [ 12.363 s]
14:04:30 [INFO] org.eclipse.swtbot.nebula.nattable.finder.test 3.0.0-SNAPSHOT SUCCESS [ 12.787 s]
14:04:30 [INFO] ------------------------------------------------------------------------
14:04:30 [INFO] BUILD SUCCESS
14:04:30 [INFO] ------------------------------------------------------------------------
14:04:30 [INFO] Total time:  26:19 min
14:04:30 [INFO] Finished at: 2020-06-03T18:04:30Z
14:04:30 [INFO] ------------------------------------------------------------------------
14:04:31 [swtbot-tycho] $ /bin/sh -xe /tmp/jenkins6936386541551949553.sh
14:04:31 + ssh genie.swtbot@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/technology/swtbot/snapshots/*'
14:04:32 + 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/
14:04:33 + ssh genie.swtbot@projects-storage.eclipse.org 'cd /home/data/httpd/download.eclipse.org/technology/swtbot/snapshots/ && zip -qr repository.zip *'
14:04:33 Terminating xvnc.
14:08:35 $ ssh-agent -k
14:08:35 unset SSH_AUTH_SOCK;
14:08:35 unset SSH_AGENT_PID;
14:08:35 echo Agent pid 50 killed;
14:08:35 [ssh-agent] Stopped.
14:08:35 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.
14:08:35 Recording test results
14:08:36 Archiving artifacts
14:08:37 Finished: SUCCESS